Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 573 Bytes

Planetino

Planetino is a 3D engine in pure Java (OpenGL is not required). It focus on FPS (First Person Shooting) games.

The current backend is AWT but adding a new one is easy.

Planetino was initially developed as a side project of MIDPath in order to test 3D features.

Old project site: https://code.google.com/p/planetino/

Features

  • Physics
  • Easy map creation
  • Collision Detection
  • A.I
  • Pure Java renderer

Planned

  • HTML5 (GWT) backend
  • CodenameOne backend (Android, iOS and Windows Phone support)