Cool, I couldn't get this to work, I get an exception like the following: Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: wrong number of arguments
The original version works alright for me. Also you should organize the library folder in the standard way so that your library can be loaded without tweaking: /src/net/philh/cloggle.clj On Sat, May 9, 2009 at 4:05 PM, [email protected] < [email protected]> wrote: > > It's essentially a thin wrapper on JOGL, but I intend to improve the > interface in future. > > http://github.com/ChickenProp/cloggle/tree/master > > Clojure, the JVM and opengl are all fairly new to me, so I'd > appreciate feedback about my coding style, potential pitfalls, and > anything else you can think of. cloggle itself is currently less than > 60 lines, including blanks and comments. > > This is a horrible speed metric, but the example "gears" program > (based on one posted here a while ago) runs at 240fps for me, compared > to 515fps for glxgears. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
