Simple experimental c++ app framework to help with teaching programming.
Go to file
Relintai b0da9c888c Setup font debugging. 2024-01-04 01:52:19 +01:00
build_scripts
sfw Setup font debugging. 2024-01-04 01:52:19 +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
README.md
compile_linux.sh TextRenderer initial rework. 2024-01-04 01:31:59 +01:00
game_application.h More cleanups, and use Scenes as a Ref<> in Application. 2024-01-03 14:04:22 +01:00
game_scene.cpp Setup font debugging. 2024-01-04 01:52:19 +01:00
game_scene.h Implemented input handling. 2024-01-03 18:39:58 +01:00
icon.png Initial texture loading setup. 2023-12-19 21:42:52 +01:00
main.cpp Implemented input handling. 2024-01-03 18:39:58 +01:00
sdl_linux.cbp
sdl_opengl_win_x64.cbp
sdl_windows.cbp

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.