Home

Awesome

Hyperion Engine

Hyperion Engine is a 3D game engine written in C++. Currently, it targets Windows, macOS and Linux and has support for C# scripting via .NET Core.

Dynamic Diffuse Global Illumination (DDGI)GPU Particles
DDG(GPU particles

Some features include:

Building

Hyperion uses CMake to configure and generate the build files for both C++ and C#. Depending on your target platform, make sure you have the following dependencies installed:

Windows

macOS

Linux

Submodules

You should also ensure that submodules for the repo are initialized and updated. The main ones you'll need are:

Some optional submodules include:

git submodule update --init --recursive