Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 637 Bytes

OpenGameEngine

cross-platform 3d game engine bgfx renderer written in Java

Engine is released under GPL3 license.

Purpose

Main purpose of this project is provide modern and powerful game engine under GPL3 license with Java as main language

Current progress

Engine now is in early stage of development

Build instructions

  • clone repository
  • execute maven command: mvn clean compile assembly:single
  • use library in target folder for your games =)
  • or execute demo scene with following commands:
cd target
java -jar engine-1.0-SNAPSHOT-jar-with-dependencies.jar ../src/main/resources/