PDA

Click to See Complete Forum and Search --> : Graphics demo


Fox
Nov 17th, 2000, 06:05 PM
I made a little DMA program (DX7), download source here (VC++ 6.0, if you have 5.0 just make a new project and add the source code files) (http://orion.spaceports.com/~mccloud/temp/reality.zip).
Can you please tell me how fast it is and whats your CPU speed? Thanks in advance.

Controls

Down - Exit demo
Up - Some rain ;)
Left - Change material drawn in editor mode
Right - Enable/Disable editor mode
Enter - Clear screen

Im sorry about the weird key configuration, but its sorta cool isnt it? ;)

[Edited by Fox on 11-20-2000 at 12:03 AM]

SteveCRM
Nov 17th, 2000, 11:42 PM
between 13-30 fps 500mghz 64mb ram

Nice effects!!!!! :D

Fox
Nov 19th, 2000, 09:24 AM
Thanks.


Common guys, I need some test results!

marnitzg
Nov 19th, 2000, 09:39 AM
57fps 650mhz

kedaman
Nov 19th, 2000, 03:32 PM
60 fps 600mhz 128M
btw, whats suppose to happen with left and right?

Fox
Nov 19th, 2000, 11:04 PM
With <Right> you can set on/off the editor mode. Press <Left> to change the material drawn by mouse (when editor is on).

Thanks for the current results! Some more please?

KENNNY
Nov 21st, 2000, 03:05 PM
it wont compile on mine! (vc++ 6 pro)
it dies on ddraw.h - missing ; before the declaration of DDraw (line after the RELEASE macro thingy)

Fox
Nov 21st, 2000, 04:21 PM
Are you sure you did include the libraries (ddraw.lib dxguid.lib and dinput.lib) for the configuration youre running? And of course you need the DX7 or 8 SDK installed but unneccessary to say that ;)

HarryW
Nov 21st, 2000, 06:02 PM
550 Mhz, 128 Meg, 15 fps .... I have a lot of apps running.

That is so cool Fox! Nice one :D

Nov 22nd, 2000, 02:28 PM
I get errors when I run it.