pouët.net

Go to bottom

source for java democoding any1?

category: general [glöplog]
 
Link ?
added on the 2010-10-26 12:26:00 by chriz74 chriz74
no good
added on the 2010-10-26 12:39:57 by chriz74 chriz74
class JavaDemo
{
public static void main()
{
InitDemo();
while(!EscPressed() && !DemoEnded())
DrawNextDemoFrame();
CleanupDemo();
}
};

(well, i hope you can't tell that i'm a C++ coder mainly... :-)
added on the 2010-10-26 13:20:54 by hcdlt hcdlt
added on the 2010-10-26 14:09:33 by d0DgE d0DgE
Quote:
no good


your FAILZ0R is epic
added on the 2010-10-26 14:18:52 by StingRay StingRay
Use LWJGL
added on the 2010-10-26 14:18:57 by ponce ponce
download demo, use JAD, profit.
added on the 2010-10-26 15:11:13 by Gargaj Gargaj
Gargaj wins.
added on the 2010-10-26 15:13:31 by SoDa7 SoDa7
I mean a site with tutorials and examples for demo effects coded in java like for example codebase 64.
added on the 2010-10-26 15:23:44 by chriz74 chriz74
Codebase64 is a joke. :) (or less demeaning: there's not much useful stuff there). For java tutorial/demo sources, there's always nehe etc. For actual demo effects look at c/c++/js/processing sources and convert those? Why do they have to be in java anyway...
added on the 2010-10-26 16:01:28 by tomaes tomaes
Who the fuck searches for Java sources on Codebase64?
added on the 2010-10-27 09:50:07 by cruzer cruzer
If it really needs to be Java, I'd consider Processing. Makes life a lot easier in many cases.
added on the 2010-10-27 15:15:04 by Marq Marq
public static void main (String[] args)

why is the args MANDATORY!? i dont understand.
added on the 2010-10-28 15:31:27 by button button

login

Go to top