|
ALL my D-code has moved to a new location
./dcode/
and new things have been added, and it will be migrating to
www.dsource.org in the near future ...
|
| file | contains |
| win32_086.src.zip |
my whole CygWin build env with four example projects
one embedding MSIE using COM, a simple bitmap viewer (using my current experimental layout managers and templates), a simple test of my crypto libs and Sean's D3D test code, which now runs alas I've not worked out how to port the extended libs so no loading texturs YET.
this has been updated to compile under version 0.86 (will not compile under older versions [0.8x may work but there are more clashes with the phobos windows libs that have been version(STANDALONE)'d out to compile with 0.86]) |
| win32_076_with_bin.zip |
my whole CygWin build env with three example projects
one embedding MSIE using COM, a simple bitmap viewer (using my current experimental layout managers and templates), and Sean's D3D test code, which does not run (compiles)
this has been updated to compile under version 0.76 (will not compile under older versions) |
| win32_076_src_only.zip |
the above (source only) contains my win32 API and COM classes [mainly a port of the MS headers]
also contains some useful code, my dfc lib and a dynloader lib which
allows easy 'importing' of C/Windows functions from dlls, included
in there is a d module for accessing win32 MM timers and three example apps showing how to embed MSIE in an app and a experimental layout classes and Template class lib for easing win32 app codeing
|
| TestD3D.zip |
Sean Palmer's Direct3D with D code unmodified (it is included in my current souce release in a compilable form, unfortunatly does not work (I'm tracking the reason .... )
.
if you use/modify/get problems, use the D news group putting email addresses online is getting to be a hazardous occupation!
|
| software vid gen |
My links for those people trying to do software video generation (Mainly PAL), most is AVR based as the brilliant PIC PONG is offline :( |