comparison 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
comparison
equal deleted inserted replaced
17:5f90774ea1ef 18:56a42ec95024
1 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.
2 What I'm interested in:
3 1: a platform independant windowing & event library, like SDL or GLFW
4 2: a graphics engine (or part thereof)
5
6
7 Possible projects to use/cooperate with:
8
9 GLFW http://glfw.sourceforge.net/ replacement for SDL; details on website look good
10 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)
11
12 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.
13
14
15 Projects I'm less interested in:
16
17 http://www.dsource.org/projects/universal some kind of programming framework, only 448 lines of code, long untouched
18
19 gefuege http://www.dsource.org/projects/gefuege game engine; ~7500 lines, don't like the coding
20 Torus Trooper (tt) (URL?) simple game; not very generic coding
21
22 http://www.dsource.org/projects/l8night win32-based GUI toolkit
23 http://www.dsource.org/projects/dwt win32/GTK (?) based GUI toolkit
24 http://www.dsource.org/projects/cursestui win32-based GUI toolkit
25 http://www.dsource.org/projects/gtkd GTK wrapper
26 http://www.dsource.org/projects/dxul abandoned; no source
27
28 Other:
29
30 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)
31
32 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?