Skip to content

3d game engine with Vulkan backend written in Java using LWJGL

License

Notifications You must be signed in to change notification settings

OpenGameOrg/OpenGameEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

3d game engine with Vulkan backend written in Java using LWJGL

Resources

License

Stars

Watchers

Forks

Packages

No packages published