On Aug 30, 6:55 pm, ztellman <ztell...@gmail.com> wrote: > On Aug 30, 4:40 pm, Elliott Slaughter <elliottslaugh...@gmail.com> > wrote: > > Have you thought about OpenGL ES at all? I don't know the state of ES > > in Java, but it would be really cool if I could use one Clojure > > library to target both desktop and embedded systems. > > > Thanks. > > I have thought about it, but I don't have any device I could actually > test it out on. Right now I only use the double-precision function > variants, and I know some phone platforms (like Android) don't have > built-in floating point support. Cloggle is a lot better in this > regard, and I'd probably have to mimic its type-sensitive multimethods > to have cross-platform support. If you want to give it a go, check > out /src/opengl/core.clj. Penumbra is really loosely coupled to JOGL, > and it would be pretty straightforward to attach it to some other > library.
I have two devices I'm thinking about trying to run on: a Nokia N810 internet tablet (running Maemo), and a Nokia 5800 smartphone (running Symbian). (I've tried compiling a Common Lisp for Maemo and it was a nightmare. I wouldn't dream of trying to compile CL for Symbian. That's part of the reason Clojure interests me.) > Let me know if you uncover any bugs or find something confusing. To > my knowledge, you'll be the first person other than me to use it, so > there are probably some issues lurking in there. Right now I can't get JOGL 2.0 to work on Windows. I'm moving that discussion to your github tracker, where I've posted what I know about the error. (See http://github.com/ztellman/penumbra/issues/#issue/1 .) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---