Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current SDL interface is hacky, unsafe, and doesn't utilize ATS features such as linear types #11

Open
d4v3y5c0n3s opened this issue May 18, 2021 · 1 comment

Comments

@d4v3y5c0n3s
Copy link
Owner

This needs to get cleaned up, which will also involve rewriting some code already based on the current implementation such as g_audio.

@d4v3y5c0n3s
Copy link
Owner Author

in some of the functions, the 'true' boolean is used instead of '-1'
and 'false' instead of '0' like it is in the C version, due to how in C calling
"if -1" acts like "if true" and "if 0" acts like "if false" - you should probably fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant