Re: Tetris

2009-10-07 Thread Timothy Pratley
On Oct 7, 1:04 pm, Zach Tellman wrote: > I've thrown together a very simple Tetris clone I love it! Really great :) PS: for others who want to try it, all the dependencies are bundled in the lib directory - you just add them to your CLASSPATH and LD_LIBRARY_PATH and it all just works! (I only

Re: Tetris

2009-10-06 Thread ztellman
I've just added 64-bit versions of JOGL to the repository. As to the colors, I'll admit that I just assigned them at random. The OpenCL support is really skeletal at the moment. I'll be working on it more in the future, because I've gotten pretty frustrated with the inconsistent driver support

Re: Tetris

2009-10-06 Thread MarkSwanson
Excellent job. It worked ootb for me once I updated my classpath / - Djava.library.path. I'm running 64-bit Linux with (in this case) the 32-bit JVM as it seems more stable with jogl. Q: I thought the blue and green pieces were supposed to be opposite. Penumbra is such a fascinating library. Nice