Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

mnerv/ProtonEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RenderEngine

Clone repo

git clone --recursive https://github.com/KTheXIII/ProtonEngine.git

Requirements

Build project

Look at premake docs page for different builds.

premake5 [action]

Example for Makefile

This create Makefile project

premake5 gmake2

Compile

make

Clean

make clean

Different config, release, debug and dist are available.

make config=debug

Binary output

The binary builds is in bin directory