Simple experimental c++ app framework to help with teaching programming.
Go to file
Relintai 724b1b3901 Small tweaks to Resource. 2023-12-31 14:37:14 +01:00
build_scripts Reorganized the project. 2023-12-18 17:29:49 +01:00
sfw Small tweaks to Resource. 2023-12-31 14:37:14 +01:00
.clang-format Added clang format file. 2023-12-18 22:36:39 +01:00
.gitignore Create window. 2023-12-19 15:05:20 +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
compile_linux.sh Moved image loading from Texture to Image and made textures use Images. 2023-12-31 01:33:19 +01:00
game_application.h Initial test rendering setup. 2023-12-19 15:57:36 +01:00
game_scene.cpp More texture improvements. 2023-12-31 10:48:11 +01:00
game_scene.h Moved image loading from Texture to Image and made textures use Images. 2023-12-31 01:33:19 +01:00
icon.png Initial texture loading setup. 2023-12-19 21:42:52 +01:00
main.cpp Initial test rendering setup. 2023-12-19 15:57:36 +01:00
sdl_linux.cbp More organizations and include path cleanups. 2023-12-18 22:20:26 +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

README.md

SFW - Simple Framework

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

Inspired by the single file game engines like FWK.