Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 653 Bytes

File metadata and controls

21 lines (16 loc) · 653 Bytes

ArdEngine

WORK IN PROGRESS

ArdEngine is a simple 2D RPG engine written in Java.

Features

  • 2D Collisions( polygons, circles)
  • Basic animations
  • Basic controls and mouse/key events
  • Legacy/Modern OpenGL renderers
  • Supported formats: PNG, BMP, JPEG, TTF, OGG
  • UDP group communication

Used libraries:

  • Lightweight Java Game Library 3( + GLFW, OpenAL, STB)
  • Paul's Sound system (+ CodeclBXM, CodecJOGG, CodecWAW) - http://www.paulscode.com This software is based on or using the J-Ogg library available from http://www.j-ogg.de and copyrighted by Tor-Einar Jarnbjo. GSON

Licences are located next to the libraries at lib folder.