How do I setup SDL to work in C?
What I mean is without classes, in pure C. I have seen few projects in C that use SDL, but when I try to set it up or download, there is only C++ version. Could you please guide me how to install SDL for C in Mac (Xcode) or Windows environment?
Edit: I know that SDL is written in C, but it doesn’t make it C library. First tutorial (and all others I have checked heavily use classes. First one from tutorial section on the site, uses class code on second page. http://www.sdltutorials.com/sdl-tutorial-basics
LazyFoo tutorials although old, they use c++ too.
Could you link me to a tutorial that uses C?
SDL is a C library, so yes, you can use it with ‘pure C’.