binaries . 2

threed v.2.0 beta (441 KB)
my favorite programming accomplishment for quite some time, i cranked out this home-written 3d engine after a week of sleep deprived thought, math work, and yatzee. the end result was a simple little thing that ran in dos in vga mode, looking quite horrid. i overhauled it a few days later into a c+++ project (the original was done in qbasic), to produce this. it isn't really useful for much, especially since i didn't publish the standard by which it reads data files (nor do i remember), but hey, it looks nifty. everything was homemade on it, including the quirky little interface.

webget (1.36 MB)
webget is a quick and dirty networking tool written to do the same thing as the old unix wget command - grab a network/internet file and save it locally. i threw in a simple gui for it too, to make it handy for desktop or batch file usage. it could also be thrown into some other project to be used as a network grabbing component. i don't know. use it if you wish, don't if you couldn't care less about it.