Simple experimental c++ app framework to help with teaching programming.
Go to file
Relintai 492acd0c26 Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
.gitignore Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
LICENSE.txt Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
README.md Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
application.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
application.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
camera.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
camera.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
colored_material.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
compile_linux.sh Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
compile_mingw_x64.bat Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
compile_mingw_x86.bat Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
game_application.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
game_scene.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
game_scene.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
main.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
material.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
material.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
mesh.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
mesh.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
mesh_instance.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
mesh_instance.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
object_2d.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
object_2d.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
opengl.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
scene.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
scene.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
sdl_linux.cbp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
sdl_opengl_win_x64.cbp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
sdl_windows.cbp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
shader.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
shader.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
sprite.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
sprite.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
texture.cpp Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
texture.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
texture_material.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00
transparent_texture_material.h Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00

README.md

SFW - Simple Framework