Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 844 Bytes

README-EN.md

File metadata and controls

21 lines (15 loc) · 844 Bytes

Epoch Render Engine

English | 简体中文

Epoch is primarily an early-stage interactive application and rendering engine for Windows. Currently not much is implemented.

New Feature Now

v0.0.4-Alpha

  • Real-time Rendering
  • Off-line Rendering
  • Resource System(Mesh) -- plan -> Texture, Material ...
  • Something else v0.0.4-R v0.0.4-O

Getting Started

Visual Studio 2017 or 2019 is recommended, Epoch is officially untested on other development environments whilst we focus on a Windows build.

Start by cloning the repository with git clone --recursive https://github.com/Acmen-Team/Epoch.

If the repository was cloned non-recursively previously, use git submodule update --init to clone the necessary submodules.