AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
G2Destiny is a Java-based 2d gaming environment with 2d physics, real world coordinates, grid, zooming, and tracking logic. It is evolving from a simple set of models to a customizable framework for simulating space games using newtonian physics models.
EntropyEngine is a Java based 2D game engine. This project is intended for learning game engine design, and detailed tutorials can be found at the project's homepage.
An open-source game engine that is being developed in Java. Currently in the very earliest stages of production, where I am still creating all of the baseline utilities for loading and using graphics.
A simple 2d rendering engine written in Java that is ideal for board or strategy games. This project is in active development, so expect updates often.
Friendly Object-Oriented Game Library , 2DJava Game Engine based on Slick2D and LWJGL.
This library was designed for students and primer Java programmer.
maper is a tile based 2D map/level creation tool. The output is saved as XML Files. (Tile-Graphics in Screenshots are from RM2K3) map tile engine rpg graphic maker editor java
SDL.NET is a set of object-oriented .NET bindings for the SDL gaming library and provides high-level access to audio, keyboard, mouse, joystick, TTF fonts, various image formats, sound mixing, MPEG-1, and 2D video framebuffer.
A cross-platform Duke3D (Duke Nukem 3D) port which provides many new features for mod authors, including an enhanced scripting system and OpenGL renderer. Go to http://www.eduke32.com for downloads and http://bit.ly/dn_3d to get the game!
Class PictFont allows you to use custom fonts in your MIDlet for mobile phone. Fonts may be proportional, multi-colored or even animated. You can use several fonts in one MIDlet. Fonts can be loaded from jar-file or from the net or from Record Store.
Linux Wrath is a rpg/first person shooter Goal: destroy targets. Created at aueb for the computer graphics course and took us 2 weeks to complete (we were 2 people). Project at: http://code.google.com/p/linuxwrath/
Dust engine is a game engine for 2d shooter game with top-down view. At first, game mechanics will be developed; other features, like sound and nice graphics, will be added when they needed to demonstrate the mechanics.
PJPlib is an easy to use 2D game development library for the Pascal language. It aims at compatibility with both Delphi and Lazarus.
It uses JEDI-SDL and OpenAL as core components for graphics and sound.
Wintermute Engine Development Kit is a set of tools for creating and running graphical “point&click” adventure games, both traditional 2D ones and modern 2.5D games (3D characters on 2D backgrounds).
An adaptable program meant for design of 2D or pseudo-3D role-playing games using a minimum of programming. Users can create new resource types and get automatically generated editors for them, as well as write scripts to be run by the engine.
Dealing with math in gamedev can be a hard task for beginners, so this library provides some code to make your life easier with strong focus on gamedev. Some tools for collision detection (but not physics) are provided too. The library is not strictly about math, so some helpfull 2d gamedev relevant abstractions (like chains) are included too. Key features:
* Easy dealing with ranges, intervals
* Timers and callbacks
* Chains (for making chains of enemies, snakes, centipedes etc.)
* Some...