Dark Bit Factory & Gravity
ARCHIVE => Archive => Java,JS & Flash => Topic started by: hagbard on August 25, 2006
-
Hi, is anyone here interested in a little java demo coding?
Nice to see your still about shockwave, thought you'd dissappeared for good.
-
Hi Hagbard :hi: I don't think we've had any java yet, if you have any feel free to post them.
There's some really cool Java demos about, my favourite ones are on this website here;
http://www.mandrixx.net/java-applets.php
As for me still being around, I guess that it's fate or something! Every time I try to leave I end up coming back so I am kind of resigned to being here now. ^-^
Were you a member of the old board?
-
here is a frame work I wrote for adding demos into a java program, has several effect in.
http://www.scottshaver2000.com/site/template/template.php?page=specialfx
-
Nice one Zparticle !
-
The Equinox website in the useful links is a pretty cool place to see effects they've managed to do.
For those wanting to learn and pursue Java, is there any neat reference material about dudes?
-
http://java.sun.com/Â <-- everything java
http://java.sun.com/developer/onlineTraining/new2java/Â <-- where to start
http://forum.java.sun.com/index.jspa <-- forums
You'll want Java SE (standard edition) not EE (enterprise edition). http://java.sun.com/j2se/1.5.0/system-configurations.html
http://lwjgl.org/Â <--- The Lightweight Java Game Library (LWJGL) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library) and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D sound. Additionally LWJGL provides access to controllers such as Gamepads, Steering wheel and Joysticks. All in a simple and straight forward API.
https://jogl.dev.java.net/ <--- JOGL (Java™ Binding for the OpenGL® API) provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets.
http://192.18.37.44/forums/index.php <--- where you could ask any questions about fast graphics stuff and get answers.
-
Thanks for the links :)
-
Also here is a really old applet I did, comes with the source.
http://www.scottshaver2000.com/site/template/template.php?page=pixelfire
oh and in case you didn't already know you can open JAR files with winzip
-
Looks cool, it reminded me of something soluable fizzing away in some liquid! Probably because the particles were blue. Very nice though :) Props for including the source.