source for java democoding any1?
category: general [glöplog]
Link ?
no good
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... :-)
{
public static void main()
{
InitDemo();
while(!EscPressed() && !DemoEnded())
DrawNextDemoFrame();
CleanupDemo();
}
};
(well, i hope you can't tell that i'm a C++ coder mainly... :-)
Quote:
no good
your FAILZ0R is epic
Use LWJGL
download demo, use JAD, profit.
Gargaj wins.
I mean a site with tutorials and examples for demo effects coded in java like for example codebase 64.
bbcode fail: http://tinyurl.com/2axpd3g
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...
Who the fuck searches for Java sources on Codebase64?
If it really needs to be Java, I'd consider Processing. Makes life a lot easier in many cases.
public static void main (String[] args)
why is the args MANDATORY!? i dont understand.
why is the args MANDATORY!? i dont understand.