Draw vector graphics to scale using a descriptive language
Drawj2d creates technical line drawings using a descriptive language. It writes pdf, svg, eps, emf and dxf vector graphics or png images. It runs on all platforms that run Java. It is inspired by Asymptote but with a tcl-like syntax and 2D only.
SDL Framework (SDLFW)
SDLFW is a cross-platform framework from the powerful SDL library to create your own 2D games with the Lua programminglanguage.
It's easy-to-use, free, open-source, and works on Windows and Linux.
GLGraphics is a library for the Processing programminglanguage that offers a number of classes to simplify the handling of OpenGL textures, GLSL shaders and off-screen rendering inside Processing.
This is a webcomic reader that connects to a webcomic of your choice (dynamically extensible via regex-based plugins) and displays or updates strips. The current version is based on SDL and written in the D programminglanguage.
PyPotrace is a Python programminglanguage binding for Peter Selinger's Potrace raster to vector conversion algorithm. No separate Potrace library or application required!
BasicJ is a Java API that emulates a variant of the BASIC Language. It is intended as a tool for teaching first time students of computer programming and a stepping stone into Java. It can also be used by adv. users who need easy access to a 2D interface
This project aims at creating a Java application/library that is capable of generating a syntax diagramm of a (programming) language in the SVG graphics format.
Simple Ray Tracer is a platform independepent 3D rendering engine using a technique known as Ray Tracing. The programminglanguage is c++ and the code is object oriented, very simple, and intuitive. It provides a great foundation to learn ray tracing.