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

Remove SDL Dependency #13

Open
HackingPheasant opened this issue Nov 24, 2021 · 0 comments
Open

Remove SDL Dependency #13

HackingPheasant opened this issue Nov 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@HackingPheasant
Copy link
Owner

Removal SDL Dependency
Why? This project is intended for me to learn and experiment with C++, and learning to integrate with OS Specific functions/syscalls to create a window to render to is an interesting area to learn and attempt.
Other reasons include:

  • I looked at the SDL code and it is very messy (read as hard to read/follow) and there is a lot of code duplication there
  • Almost all leaks reported by Valgrind/AddressSanitizer are coming from SDL
  • I, so far, only use SDL for window creation and getting window size, so I am not making use of most features available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant