/AE

R&D engine. work in progress

Primary LanguageC++MIT LicenseMIT

My R&D Engine

GitHub license Build Status GitHub issues Donate

Features

  • ECS with archetypes (like in Unity Engine)
  • Programmable rendering pipeline (Render graph)
  • Universal task system for ECS, RenderGraph, Network and other.

Suported Platforms

  • Windows (with MSVC 2017)
  • Android 7.0+

Building

Generate project with CMake and build.
Required C++17 standard support and CMake 3.10 or later.

References

ECS: