• Stars
    star
    108
  • Rank 320,421 (Top 7 %)
  • Language
    Java
  • License
    Other
  • Created over 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Isometric game engine. Open world, block/voxel based and sprite rendering.

WurfelEngineSDK

Java 8

Javadoc

Screenshot 1

Features in a nutshell

  • cross plattform
  • map loading and saving
  • open world map streaming
  • day-night cycle
  • modern 3d rendering (nomal map) and lighting with isometric sprites
  • destructable environment
  • in-game map editor
  • split screen support

Wurfel Engine uses Maven for dependency management. It is built on top of libGDX.

WurfelEngine.jar is not intended to work as a stand-alone application like the industry game engines (i.e. Unity). The engine is designed to be configured and programmed via source code in the programming language Java.

A game engine is a huge collection of algorithms. Therefore there are many parts which can be further improved. Some wanted improvements can be found under Issues.