54 Commits

Author SHA1 Message Date
Hanse-14
38e0db28c0 Update git.ignore add SDL2 folder 2023-11-07 16:57:42 +01:00
jonny_jr9
2f14b9fd92 Add Readme with instructions, Add working example
- Add readme with install and compile instructions for windows and linux
- Add simpe working example in main.cpp
  that initializes and shows a black SDL window for 3 seconds.
2023-11-07 15:23:32 +01:00
jonny_jr9
ab7d4add6c Add CMake file for LINUX/WINDOWS compatibility
Due to developers working on windows and linux the compilation process
should be compatible thus using CMAKE.

Tested this configuration on both systems, currently works well and
finds the SDL2 library when installed.
2023-11-07 15:20:47 +01:00
jonny_jr9
1eaf1ef1b9 init
Add gitignore
2023-11-07 15:20:03 +01:00