view codeDoc/other_projects.txt @ 18:56a42ec95024

Changes to Init and logging. Moved an Init function; hence events now depends on Init rather than vice-versa. Paths and logging set up by Init's static this(). Logging location set at compile time. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 18 Mar 2008 17:51:52 +0000
parents
children
line wrap: on
line source

What this is: a list of projects (mostly from dsource.org) which may interest me, and some I've looked at and realised don't.
What I'm interested in:
1:  a platform independant windowing & event library, like SDL or GLFW
2:  a graphics engine (or part thereof)


Possible projects to use/cooperate with:

GLFW        http://glfw.sourceforge.net/                    replacement for SDL; details on website look good
Schooner    http://www.dsource.org/projects/schooner        GLFW in D + freetype font library (definitely take a better look; but is phobos based and needs a new build method)

Odin's eye  http://www.dsource.org/projects/odinseye        3d engine; ~16000 lines. Lots of classes, many of which don't do a lot. Not sure, possibly just take any code I want.


Projects I'm less interested in:

http://www.dsource.org/projects/universal       some kind of programming framework, only 448 lines of code, long untouched

gefuege     http://www.dsource.org/projects/gefuege         game engine; ~7500 lines, don't like the coding
Torus Trooper (tt)  (URL?)                                  simple game; not very generic coding

http://www.dsource.org/projects/l8night         win32-based GUI toolkit
http://www.dsource.org/projects/dwt             win32/GTK (?) based GUI toolkit
http://www.dsource.org/projects/cursestui       win32-based GUI toolkit
http://www.dsource.org/projects/gtkd            GTK wrapper
http://www.dsource.org/projects/dxul            abandoned; no source

Other:

Sinbad      http://www.dsource.org/projects/sinbad          reimplementation of Ogre in D (untouched for a long time; only appears to contain the function/class prototypes and very little actual code)

Element     http://www.dsource.org/projects/element         replacement for SDL + windowing toolkit (alpha); cool demo but no recent activity & source deleted from repo 25/1/08 (before more recent changes): now dead?