1
0
Fork
You've already forked Cubism.FrameworkLayer
0
Cubism FrameworkLayer
  • C++ 75%
  • C 24.5%
  • Objective-C 0.3%
  • GLSL 0.1%
2024年10月10日 17:02:42 +00:00
_Dependencies Project Upload 2024年10月10日 17:45:39 +02:00
Cubism_FrameworkLayer Project Upload 2024年10月10日 17:45:39 +02:00
out/build/x64-debug/Cubism_FrameworkLayer Project Upload 2024年10月10日 17:45:39 +02:00
.gitignore .gitignore 2024年10月10日 17:45:10 +02:00
Banner.PNG Banner.PNG 2024年10月10日 17:52:03 +02:00
CMakeLists.txt Project Upload 2024年10月10日 17:45:39 +02:00
CMakePresets.json Project Upload 2024年10月10日 17:45:39 +02:00
LICENSE Initial commit 2024年10月10日 15:39:38 +00:00
README.md README.md aktualisiert 2024年10月10日 17:02:42 +00:00

Cubism.FrameworkLayer

Cubism is an multi layered API, that I wrote over 1-2 months for my thesis at "School for Games" in Berlin. It is seperated in 3 different layers. CoreLayer, the FrameworkLayer and the EngineLayer. The idea behind this approach was to have this API be usable at different stages of complexity.

Building up open the CoreLayer, the FrameworkLayer layer is an middle ground between Core and Engine. At this level, many things are automated to increase ease of use and producivity, but at the cost of low level controll. Note: There is purposfully no culling implemented at this layer.