The WGDIEngine is a simple game engine that relies solely on the functions naturally provided by the WinAPI. It was developed for educative purposes and is not meant for usage in complex projects, as it is optimized for understanding, not performance.
Designed as an abstract generic Singleton class, you need to derive your own engine from this class and customize it to fit your needs.
WGDIEngine is made to support the most basic necessities of simple games providing an interface for...
A small project I did to try and program for Android. The program is written in Java with NetBeans. You can control a character with the touchscreen, the character will walk towards the point you are holding your finger on. Maybe I can use this to make something more interesting later, project is dead right not. But I want somewhere to save my sourcecode. http://www.youtube.com/watch?v=yYk1kpMlyTU&feature=channel_video_title
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
A framework for implementing various editors in Java. Intended to simplify and expedite the development of customized development tools for various game engines by providing various, commonly used controls to be used in the target application.
A small Java program, with a server and a client. Clients can connect to the server and a simple character can walk around on a grassy plane, like an online game. Nothing special, but some people wanted the sourcecode.
...You can now find the latest code at https://github.com/IsmAvatar/LateralGM
This repository will remain here as a way to look up things on the old svn repo.
LateralGM (LGM) is an alternate Game Maker IDE written in Java. It can be used to edit projects, and, with a plugin like ENIGMA, it can compile/run them. It has many other uses, including GM8 -> GM6/7 conversion.
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.
Habanero3d is a object-oriented 3d game engine written in C++, OpenGL, and GLSL with set of additional tools (written in number of languages), to make developers' life easier.
Habanero3d is targeted for indie games, and is in development.
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.
Ethanon is a 2D game engine focused on the recent video cards for hardware acceleration and shader effects. The engine provides high-quality light an shadow effects with an easy visual interface and a simple and direct scripting system.
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 cross-platform, free, and open source game engine that implements commercial quality features utilizing only similarly free and open source standards and development tools/libraries.
Friendly Object-Oriented Game Library , 2D Java Game Engine based on Slick2D and LWJGL.
This library was designed for students and primer Java programmer.
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.