1
0
Fork
You've already forked Cubism.CoreLayer
0
Cubism CoreLayer
  • C++ 57.8%
  • C 41.5%
  • Objective-C 0.4%
  • CMake 0.2%
2024年10月10日 15:37:23 +00:00
_Dependencies Project Upload 2024年10月10日 15:25:05 +02:00
Cubism_CoreLayer Project Upload 2024年10月10日 15:25:05 +02:00
out/build/x64-debug/Cubism_CoreLayer/EngineAssets Project Upload 2024年10月10日 15:25:05 +02:00
.gitignore .gitignore 2024年10月10日 15:24:03 +02:00
Banner.PNG Added Banner 2024年10月10日 17:33:44 +02:00
CMakeLists.txt Project Upload 2024年10月10日 15:25:05 +02:00
CMakePresets.json Project Upload 2024年10月10日 15:25:05 +02:00
LICENSE Initial commit 2024年10月10日 13:14:41 +00:00
README.md README.md aktualisiert 2024年10月10日 15:37:23 +00:00

Cubism.CoreLayer

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.

CoreLayer is just an small layer over the raw OpenGL and still provides full controll over anything, but still has high complexity as an trade off. It should work on Windows, Linux and Mac, but was mostly tested on Windows.