Page 1 of 1

Particle Demo

PostPosted: Jun 19, 2003 @ 8:53pm
by fast_rx

PostPosted: Jun 20, 2003 @ 1:52pm
by Conan

PostPosted: Jun 20, 2003 @ 2:55pm
by Invincible
Great work!!!

Your algorithm is not very complex but it looks impressive!

To Canon:
Try to build this with the PocketFrog 0.7.0 and EVC.
The compile problem in VC6 comes from the unicode. If you want to build it in VC6, there are something you need to change:
* Check all the string, modify them like this:
L"..."
TEXT("...")
* Change wsprintf to _stprintf
Maybe it works this time, if I haven't missed anything I changed.
If you want, I can give you the VC6 compilable version.

PostPosted: Jun 20, 2003 @ 3:51pm
by Conan

re:particle demo

PostPosted: Jun 20, 2003 @ 6:18pm
by fast_rx

PostPosted: Jun 20, 2003 @ 6:35pm
by Conan