Erde is a Distance Field Engine I am writing in my free time for fun.
Engine features
- Multi-threaded pipelines
- Deferred rendering
- Custom Phong/Cel lighting system
- Dedicated post-processing pipeline
- Single Build Multi-platform
- Cross-platform
- Windows
- Linux
- Runtime distance field editing
- Discord Integration
- Abstract IO systems
- XML based GUI systems
- Custom Physics engine to utilise distance fields
Demos can be downloaded below
Note
Linux: Requires the Mono Runtime.
If it does not launch open a terminal in the directory and enter:
mono MainApplication.exe
Windows: Requires .NET 4.5.2 or Mono
Source: GitHub