30 projects tagged "2d"
Avoision is a very simple arcade-style game. There's no story, no fancy graphics, no campaigns--just frantic, high-speed gameplay. Gameplay consists of moving a green block around with the arrow keys. The goal is to capture the red block before the timer runs out to score points. You must avoid all the white blocks that appear as you progress through the game.
Raster is a library of raster image operations. Raster uses a graph method, where each node represents an operation. The root nodes of the graph are the resulting output images. Leaf nodes of the graph are sources of input data. Nodes in between represent operations on their children. Cycles in the graph must not be made.
RPGRobotAlive is an aide to a role playing games. It displays a board with walls and representations of the players that you can move around the dungeon. You can also place treasure or monsters in the dungeon. The program only keeps track of the locations of things, so you have to apply the rules of the game yourself to determine what happens in an encounter between the players and the contents of the dungeon. This software is generic and can be helpful with many different kinds of role playing games.
ERDesignerNG is a Java-based entity relationship design and database modeling tool. It has a powerful WYSIWYG interface for physical database design, supports 2D and 3D database modeling, browsing, and design, handles tables, relations, indexes, and comments, supports a central repository for all models (Model Repository), supports subject areas, supports domains, supports MySQL, Oracle, Microsoft SQLServer, PostgreSQL, and H2, creates the SQL DDL statements for schema creation, has an integrated schema version control system, can generate schema migration scripts for every change, stores the database definition as XML files for further processing, can export the database schema as GIF, BMP, JPEG, or SVG files, has an integrated reverse engineering module for existing schemas, has a build in schema compare feature, can generate schema documentation as PDF, HTML, RTF, and other formats, and supports schema conversion between different dialects.
RoboBrain SDK is a simple, lightweight 2D game engine for Android phones and tablets. It supports OpenGL ES 1.0 Rendering, a custom GameActivity class, a World/Entity system, basic physics and collision detection, animated and static sprites, and support for Multitouch and accelerometer input.
Tree Layout Helper is a .NET/Mono library that provides some utilities for handling tree structures. Most importantly, it supports the display of tree structures as two-dimensional graphics. By using ready-made interfaces, you can specify the size of your nodes, and the Tree Layout Helper library will take care of placing those nodes appropriately.
Translation of an RCS file collection or CVS repository history as a fast-import stream.