Skip to content

tomkirbygreen/3drenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To locate SDL on a Mac having used:

brew install sdl2

To know the correct paths you should invoke:

sdl2-config --cflags

and:

sdl2-config --libs

NOTE:

Rather than using #include <SDL2/SDL.h> you can now just use #include <SDL.h> .

About

Working through the pikuma.com course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published