mirror of https://github.com/adamdruppe/arsd.git
my old pre-D1 game stuff, now compilable as D2 as well
This commit is contained in:
parent
5fa0b8948b
commit
0c6e9b8b3f
18
README
18
README
|
@ -44,6 +44,17 @@ Desktop app stuff
|
||||||
simpledisplay.d - gives quick and easy access to a window for drawing
|
simpledisplay.d - gives quick and easy access to a window for drawing
|
||||||
simpleaudio.d - gives minimal audio output
|
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
|
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
|
Things I might add once I clean up the files (this can be expedited upon
|
||||||
request, to an extent):
|
request, to an extent):
|
||||||
|
|
||||||
httpd.d - an embedded web server
|
htmlwidget.d - a very small html widget
|
||||||
oauth.d - client/server stuff for oauth1
|
browser.d - a tiny browser based on htmlwidget.d
|
||||||
browser.d - a very small html widget
|
netman.d - old code handles net connections (required by httpd.d)
|
||||||
netman.d - handles net connections (required by httpd.d)
|
|
||||||
imagedraft.d - (temporary name) has algorithms for images
|
imagedraft.d - (temporary name) has algorithms for images
|
||||||
bmp.d - gives .bmp read/write
|
bmp.d - gives .bmp read/write
|
||||||
dws.d - a draft of my D windowing system (also includes some Qt code)
|
dws.d - a draft of my D windowing system (also includes some Qt code)
|
||||||
|
|
Loading…
Reference in New Issue