SDL2 for macOS 9 “rough draft”
11–20 of 62 posts
Re: SDL2 for macOS 9 “rough draft”
#12Re: SDL2 for macOS 9 “rough draft”
#13Is SDL2 just something that everyone is expected to know what it is? I was thinking it was about a Software Development Lifecycle on Mac0S9, but it clearly isn't... but there is no where in this post or that page that explains what SDL2 is.
Re: SDL2 for macOS 9 “rough draft”
#14Is SDL2 just something that everyone is expected to know what it is? I was thinking it was about a Software Development Lifecycle on Mac0S9, but it clearly isn't... but there is no where in this post or that page that explains what SDL2 is.
If you want to build a game without using an engine, but don't want to deal with talking to the hardware on your own, SDL is there.
Re: SDL2 for macOS 9 “rough draft”
#15Re: SDL2 for macOS 9 “rough draft”
#16Re: SDL2 for macOS 9 “rough draft”
#17Is SDL2 just something that everyone is expected to know what it is? I was thinking it was about a Software Development Lifecycle on Mac0S9, but it clearly isn't... but there is no where in this post or that page that explains what SDL2 is.
Re: SDL2 for macOS 9 “rough draft”
#18Looks neat! SDL seems open to supporting legacy platforms, so hopefully it'll get mainlined at some point (at this point, may be more likely if they port SDL3 though, SDL2 is in maintenance mode). Does anyone know if it's possible to use a new compiler for this rather than CodeWarrior 7? It would make it easier to port stuff to Mac OS 9 if you don't also have to deal with the compiler only supporting old C/C++ standa…
That's from back when the c++ standard was a rough suggestion. I had to use code warrior 10 for a project back in 2008ish (when standards compliance seemed to actually be picking up real steam across gcc/llvm/msvc) and it was painful how many things that were standard/supported across the other compilers that would break, we ended up basically falling back to closer to c with classes than anything that would resemble modern (at the time) c++.
Re: SDL2 for macOS 9 “rough draft”
#19Is SDL2 just something that everyone is expected to know what it is? I was thinking it was about a Software Development Lifecycle on Mac0S9, but it clearly isn't... but there is no where in this post or that page that explains what SDL2 is.
No but it's assumed that if use a site like HN you can figure it out?
Re: SDL2 for macOS 9 “rough draft”
#20Before that you had... Sprite Animation Toolkit by Ingemar Ragnemalm which powered Escape Velocity, etc.