Status:
0(1) days left until Inspire08
Executable demo
I guess the organisers are expecting executable demos instead of a link on a browser. This is something I had no idea of how to do. But while checking
Ne-He's Outline font tutorial, this time
the JoGL example had a .bat with a command line that execute the thing on a window. This may sound totally normal to you, but it was exciting to me O:) So I quickly analysed it and extracted the logic and managed to make my demo.jar run directly on Windows!
After tweaking a bit the folders so it looked a bit nicer (I put all the libs (even linux/mac universal inside a /libs folder) the command looks like this:
java -Djava.library.path=.\libs -cp .\demo.jar;.\libs\jogl.jar;.\libs\gluegen-rt.jar MainWindow
This version should already work on Windows:
/projects/inspire08/08/demo.rar
... I'll do the launchers for Mac/Linux later on. uhm...
Windows/Mac/Linux/Online, I like how that sounds :P And with all the libraries there ready to run on all the OS the filesize is
5Mb zipped (including the 4Mb OGG), sounds good to me too.