YASC - rubiks cube

Hello.

I’m glad I found this forum, since I need some help with a little project of mine.

I call it YASC (Yet Another Stupid Cube) … I came up with this name, because it took me a few tries to make things as I wanted and I was a bit angry already :stuck_out_tongue:
YASC is a program that lets you solve rubiks cube.

I made it as a project for Java programming classes at my university. The state it is in is the state I submit it. Since that time I haven’t done anything with it anymore.
When I run it in eclipse, it work without a problem, but when I place the applet on my website, it doesn’t run properly. The applet itself is running, it just doesn’t draw :frowning:
If anyone has an idea why it does not work on the website… please be so kind and tell me :wink: thanks

Here’s the applet: http://lastjudge.shadowmans.net/3dcube/

Here are a few screenshots :slight_smile:

normal:

http://lastjudge.shadowmans.net/3dcube/scr/scr01.jpg

http://lastjudge.shadowmans.net/3dcube/scr/scr02.jpg

http://lastjudge.shadowmans.net/3dcube/scr/scr03.jpg

http://lastjudge.shadowmans.net/3dcube/scr/scr04.jpg

http://lastjudge.shadowmans.net/3dcube/scr/scr05.jpg

fog:

http://lastjudge.shadowmans.net/3dcube/scr/scr06.jpg

http://lastjudge.shadowmans.net/3dcube/scr/scr07.jpg

http://lastjudge.shadowmans.net/3dcube/scr/scr08.jpg

help dialog:

http://lastjudge.shadowmans.net/3dcube/scr/scr09.jpg

NICE, that looks really cool :).

your problem is that you arent pointing ot the Jogl dll correctly.

I am no expert on JOGL, but it would appear that you dont even include the dll.

I think you you are supposed to include it in the archive tag. some examples show that it is placed in a jar. I think you should get this WITH JOGL, but I am not sure.

hope I could be of assistence