*
* *
*
scene.org
Log in:
login for 1 year
No account? register here

Scene.org is hosted and supported by:
Scene.org is sponsored by:
* forum - #coders

*
Topic:  Java demo coding API
* Posted by kjensendk Tuesday 14 February 2006 - 20:19 
Hi,
I have made a small API in java which can be used for learning basic old school demo programming.

What do you thing about it? The code? Any improvements that can be made?

See it here: http://www.devnull.dk

Thanks,
Kim

* Posted by saida Sunday 26 February 2006 - 20:51 
looks kinda nice (only looked at the uml so far). Do you have any plans of implementing this into j2me for cellphones etc?

* Posted by kjensendk Tuesday 14 March 2006 - 13:03 
I haven't done any coding i J2ME, and I do not have the time for looking into it. Sorry.

But feel free to try. The API do not contain that much code.

* Posted by Mandrixx Tuesday 2 May 2006 - 15:43 
nice idea.

I just had a look and it seems good.

You might have some problems with the timing because of the granularity (here 10ms). also if you do a too short thread.sleep (under 10ms), it might hang some machines.

very cool indeed =)

btw, check my latest java prod, a full demo : http://www.mandrixx.net/sparks.php

*