sfw/README.md

25 lines
510 B
Markdown

# 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