Simple experimental c++ app framework to help with teaching programming.
Go to file
2024-01-18 22:56:42 +01:00
build_scripts
sfw
sfwl
tools Improved the new test app's linux build script and created them for other platforms. 2024-01-18 22:56:42 +01:00
.clang-format
.clang-tidy
.editorconfig
.gitignore
compile_linux_sfwl.sh
compile_linux.sh
compile_osx.sh
compile_vs.bat
compile_windows.sh
icon.png
LICENSE.txt
main_sfwl.cpp
Makefile
README.md
sdl_linux.cbp
sdl_opengl_win_x64.cbp
sdl_windows.cbp

SFW - Simple Framework

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

Inspired by the single file game engines like FWK.

TODO

Nice readme
Some improvements on docs
Collect all licenses and add to docs and headers
Usage imformation to the top of the merged headers
Update example codes
Update classes in SFWL
Make sure everything works on Windows and OSX
Release

CompileDB

python -m venv venv
. ./venv/bin/activate
pip install compiledb
compiledb make