my old pre-D1 game stuff, now compilable as D2 as well

This commit is contained in:
Adam D. Ruppe 2013-01-11 23:55:44 -05:00
parent 5fa0b8948b
commit 0c6e9b8b3f
4 changed files with 17 additions and 4 deletions

18
README
View File

@ -44,6 +44,17 @@ Desktop app stuff
simpledisplay.d - gives quick and easy access to a window for drawing
simpleaudio.d - gives minimal audio output
Game stuff
=================
engine.d, screen.d, audio.d - a quick wrapper to SDL and OpenGL I used
in the pre D1 days, now updated so it compiles as both D1 and
D2 (use the -d switch to dmd)
Requires some SDL bindings.
Eventually I'll redo it.
Other
================
@ -60,10 +71,9 @@ color.d - a basic color struct and some HSL functions
Things I might add once I clean up the files (this can be expedited upon
request, to an extent):
httpd.d - an embedded web server
oauth.d - client/server stuff for oauth1
browser.d - a very small html widget
netman.d - handles net connections (required by httpd.d)
htmlwidget.d - a very small html widget
browser.d - a tiny browser based on htmlwidget.d
netman.d - old code handles net connections (required by httpd.d)
imagedraft.d - (temporary name) has algorithms for images
bmp.d - gives .bmp read/write
dws.d - a draft of my D windowing system (also includes some Qt code)

1
audio.d Symbolic link
View File

@ -0,0 +1 @@
/home/me/program/d/ndsdl/audio.d

1
engine.d Symbolic link
View File

@ -0,0 +1 @@
/home/me/program/d/ndsdl/engine.d

1
screen.d Symbolic link
View File

@ -0,0 +1 @@
/home/me/program/d/ndsdl/screen.d