Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 426 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 426 Bytes

Building

  1. Make sure you have git installed on your machine you can get it from here
  2. Run where you want your root of the project to be: git clone https://github.com/MrManiacc/3d-Engine.git

Running

  1. Make sure you have maven installed on your machine and have already built the project
  2. Run from root of project: mvn compile exec:java -Dexec.mainClass=engine.engineTester.Primary