Skip to content

aac3master/SimpleDraw

Repository files navigation

SimpleDraw is library based on sdl (simple direct media layer) lib.
It can be used for games and software.

---How to set up---
Code blocks (gcc):
1.Select sdl2 template
2.Download mingw devel and dll (sdl)
3.Unpack somwhere and select in wizard
4.Add 'SimpleDraw' dir into your project
5.Set up sdl image: go to Project>Properties>Project's build options>
5.1.Go to search dir. and add: SimpleDraw\sprite\SDL_IMAGE\include\SDL2 ('SimpleDraw' dir. is dir. from step 4 )
5.2.Go to Linker settings and add:-lSDL2_image
(DONT FORGET TO PUT ALL DLLS AT OUTPUT FOLDER!!!)
Warn.!This is for gcc! Use internet tutorial for another ide or compiler!
All done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published