Aronno Engine
Aronno Engine is a 3D game engine written in C++ and uses OpenGL 4.6 as its primary rendering API with a forward rendering system. The main goal of this project was to utilize modern OpenGL features as much as possible. Even though the project is currently focused on OpenGL, it is easily possible to add other rendering API such as Vulkan or DirectX since the codebase already follows abstract rendering context design.
Currently Supported Features
- Skeleton Animation
- Keyframe Animation
- Cascaded Shadow Map (For large Open-World game)
- Screen-Space Ambient Occlusion
- Bloom
- Tone Mapping
- HDR Rendering
- SkyBox
- Physically Based Rendering (PBR) Shader (in progress...)
- Normal Mapping
- Decals Rendering
Checkout the full project in my GitHub Account -
Top comments (0)