mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
23 lines
413 B
Markdown
23 lines
413 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\
|
|
Usage imformation to the top of the merged headers\
|
|
Update example codes\
|
|
Update classes in SFWL\
|
|
Release
|
|
|
|
|
|
## CompileDB
|
|
|
|
python -m venv venv\
|
|
. ./venv/bin/activate\
|
|
pip install compiledb\
|
|
compiledb make
|