What is cl-sdl2?
Failed to load latest commit information. cl-sdl2 is a Common Lisp wrapper for the SDL 2.0 C Library, with many contributors, currently maintained by Michael Fiano [email protected]. It is licensed under the MIT license.
What version of SDL2 should I install?
It’s generally a good idea to install at a minimum the version of SDL2 that was wrapped; however, sub revisions should not introduce binary incompatibility and should be fine. If you install a different version, certain features may not be available or may not work correctly.
How to find the path of SDL2 library in Xcode?
<< endl; SDL_Quit (); return 0; } Then show the path of framework (in xCode select project file >> build settings >> header search paths) and using cmd+shift+g type /usr/local/include In ‘General’ ‘Frameworks & Libraries’ put libSDL2-2.0.0.dylib (its here /usr/local/Cellar/sdl2/2.0.14_1/lib)
Does cl-sdl2 free created objects?
See instructions for Linux and macOS respectively. Tutorial packages are named as sdl2-tutorial-XX-DESC where XX is a number starting from 01. As far as I can tell cl-sdl2 in most cases doesn’t free created objects.