Cortex Engine is a user friendly simple realtime 3D engine. It handles builtin primitives such as plane, sphere, cube, billboard and also model loading (obj, fbx, glTF...)
You can choose between 2 rendering illumination model :
- Blinn Phong (Legacy)
- Physically Based Rendering (aka PBR) (default)
Main features :
- Camera
- Lights (omni, spot, directional)
- Shadows
- Simple animations
- Skybox (cubemap)
Tech :
- OpenGL
- Glad
- GLFW
- imGUI
- Assimp