Simple experimental c++ app framework to help with teaching programming.
Go to file
2023-12-18 17:52:07 +01:00
application Reorganized the project. 2023-12-18 17:29:49 +01:00
build_scripts Reorganized the project. 2023-12-18 17:29:49 +01:00
core Took some classes from the pandemonium engine. 2023-12-18 17:52:07 +01:00
render Took some classes from the pandemonium engine. 2023-12-18 17:52:07 +01:00
testapp Reorganized the project. 2023-12-18 17:29:49 +01:00
.gitignore Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
LICENSE.txt Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
README.md Small tweak to the readme. 2023-12-18 17:09:03 +01:00
sdl_linux.cbp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
sdl_opengl_win_x64.cbp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
sdl_windows.cbp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00

SFW - Simple Framework

Simple experimental c++ app framework to help with teaching programming and OOP.

Inspired by the single file game engines like FWK.