Skip to content

A simple real-time render engine based on OpenGL

License

Notifications You must be signed in to change notification settings

JHex-git/Aurora

Repository files navigation

Aurora

A toy OpenGL Render Engine.

Platform support

Platform CI
Windows

MSVC CI

MinGW CI

Feature

Currently only Phong shading is supported and the system is not quite interactive. Other features will be added in the future.

Snapshots

Overview

How to build

Only MinGW and MSVC are tested. MSYS2 MinGW64 is recommended as the version of its g++ has a good support for C++17. g++ with versions lower than 9.0.0 may not work as std::filesystem is not supported in these versions. Run MinGW_build.bat or MSVC_build.bat to build the project.

Credits

Credits for models used in this project can be found in CREDITS

About

A simple real-time render engine based on OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published