Ershany / Arcane-Engine

3D C/C++ Game Engine - Created By Brady Jessup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcane-Engine

Arcane Engine is a real-time game engine developed and maintained by Tyrannical Games. A large focus of this project is to develop an in-house engine catered to building indie games. Arcane's development roadmap will be game development driven, meaning it will be influenced by actually making games and prioritizing features needed to ship great indie games at Tyrannical Games

Arcane Logo

Engine Showcases

Tech Reel 2019

Engine Features

  • Forward + Deferred Rendering (3D API)
  • Debug Rendering API
  • Physically Based Rendering (Fresnel on Everything)
  • Cook Torrance Specular BRDF w/ Lambertian Diffuse
  • PBR Material System
  • Parallax Occlusion Mapping
  • Light Probes (IBL)
  • Reflection Probes (IBL)
  • Linear Lighting (w/ Gamma Correction)
  • HDR w/ Reinhard Tonemapper
  • Screen Space Ambient Occlusion (SSAO)
  • MSAA (Forward Path Anti-Aliasing)
  • FXAA (Deferred Path Anti-Aliasing)
  • Directional, Point, and Spot Light Sources
  • Shadows for directional, point, and spot lights
  • Skybox Support
  • Terrain Material Blending
  • Water + Wave Simulation
  • Post Processing (Bloom, Film Grain, Chromatic Aberration, Vignette)
  • Entity Component System
  • Basic Animation Clip Player
  • Emission Maps
  • Displacement Maps

Engine Libraries

  • OpenGL 4.3+
  • GLFW Input + Window
  • Model Loading via ASSIMP (with bone data)
  • ImGUI for UI
  • STB for Image Loading
  • EnTT for Component Storage and Management

Development

If you want to see what I am currently working on check out Arcane's roadmap:

Roadmap for Arcane's Releases

Arcane v0.1

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature-branch)
  3. Commit your changes (git commit -m "A description for your feature")
  4. Push to the branch (git push origin new-feature-branch)
  5. Create a new Pull Request

Sources

  • LearnOpenGL
  • Game Engine Architecture
  • Real-Time Rendering
  • GPU Gems
  • GPU Pro
  • Hazel Series (YouTube)

About

3D C/C++ Game Engine - Created By Brady Jessup

License:MIT License


Languages

Language:C++ 69.2%Language:GLSL 28.7%Language:Python 1.3%Language:C 0.7%Language:Lua 0.1%Language:Batchfile 0.0%