-
Notifications
You must be signed in to change notification settings - Fork 479
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
Experimental SDL Console #5027
base: develop
Are you sure you want to change the base?
Experimental SDL Console #5027
Conversation
You're inconsistent in your usage of |
True my intent aligns with your preference. GCC 14 doesn't warn me about that, it even missed a problem with initialization order that MSVC caught. Anyway, it needs to use DFSDL, but I'll probably just add a symbol resolver function to it for now. This needs some infrastructure work (some basic layout machinery would be nice). And I'm not 100% sure if the design is sound. If anyone happens to see anything awful, feel free to point it out. |
Alright, I think I fixed that inconsistency. Of course, it doesn't build until I make it bind to sdl at run time. There are other warts (member variables declared at the start of an object definition vs end), some that are public that should be private, etc. You get used to looking at the same code and these types of warts start to look normal. |
…use gestures. housekeeping. remove unused includes.
It's set to build it by default and disables the other ones for now. Still in draft.