Skip to content

raviverman/sdl2-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL2 Starter

This is just a template to quickly start with any SDL stuff.

Usecases

  • Want to quickly test out some graphics algo?
  • Want to visualize a thing you created in mind?
  • Write a image decoder, want to visualize the image?
  • Start a whole new ass graphics framework?
  • Write a game from bare basics?

How to use?

Change the file init.c and compile using build.sh and using run.sh.

Prerequisite

Update the SDL2 library path after installing it. The path is required in .clangd (for LSP) and in build.sh and run.sh.

On MacOS

brew install sdl2

or install directly from SDL GitHub Repo

About

Template to immediately get started with SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published