12 projects tagged "2d"
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.
Quabro is an arcade game in which the goal is to destroy colored blocks with a ball using four paddles on each side of the screen to steer the ball and keep it on the field. It is inspired by Breakout and Arkanoid, as well as several of clones created later. It is written in Python using the Pygame library.
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.
Rummy Pong is a mouse-driven browser game that features the ability for the player to score against the computer (and vice-versa) with color and number sequences, similar to the ones found in the card game Rummy. The player with the highest score is the winner after a certain point difference between scores is reached. Good reflexes and looking ahead always help, but the speed of the ball is adjustable via the keyboard.