Skip to content

What is Galago?

nickidebruyn edited this page Jan 25, 2016 · 7 revisions

Galago Tutorial

Hi there and thanks for checking out my game development framework.

What is Galago?

  • Galago is a game development framework for anyone who wishes to make a 2D or 3D game quickly and easily.
  • It is built on top of jMonkeyEngine and depends on it.
  • It contains a fixed game flow structure which will make your life as game developer easy. Managing screens and screen flow will now be very easy to do.
  • It contains its own (UI) library with very simple and easy to use components for touch screen devices or keyboard and mouse PC's.
  • It also makes use of a tween engine for that special effect and polished look on components.
  • It also contains a sprite engine for creation of 2D game with a physics engine under it. (Dyn4j).
  • Galago also contains classes to quickly and easily create different type of games such as:
    1. 2D game
    2. 2D Physics game
    3. 2D Platformer game
    4. 3D Game
    5. 3D Physics Game
Clone this wiki locally