8000 GitHub - flarive/Cortex-Engine: Simple OpenGL realtime PBR 3D engine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flarive/Cortex-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OpenGL realtime 3D engine

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

Releases

No releases published

Packages

No packages published

Languages

0