sfw/README.md

23 lines
413 B
Markdown
Raw Normal View History

# SFW - Simple Framework
2023-12-18 17:09:03 +01:00
Simple experimental c++ app framework to help with teaching programming and OOP.
Inspired by the single file game engines like FWK.
2024-01-04 22:49:45 +01:00
2024-01-13 21:51:52 +01:00
## TODO
Nice readme\
Some improvements on docs\
Usage imformation to the top of the merged headers\
Update example codes\
Update classes in SFWL\
Release
2024-01-04 22:49:45 +01:00
## CompileDB
python -m venv venv\
. ./venv/bin/activate\
pip install compiledb\
compiledb make