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
On Aug 30, 4:40 pm, Elliott Slaughter
wrote:
> On Aug 30, 12:20 am, ztellman wrote:
>
> > You may have already seen this and decided Cloggle was a bit more to
> > your liking, but I'm also working on a JOGL wrapper called Penumbra
>
> No, I hadn't actually seen
You may have already seen this and decided Cloggle was a bit more to
your liking, but I'm also working on a JOGL wrapper called Penumbra
( http://github.com/ztellman/penumbra/tree/master ). Documentation is
thin, but here are some demos in the src/examples subdirectory to
illustrate usage
On Aug 23, 5:21 pm, Stan Dyck wrote:
> I'm still new to this so bear with me.
>
> I'm trying to apply a function to a seq-able thing to produce a hashmap. So
> for instance say the function is (inc 3).
> I'd like to write a function that does
>
> [1 2 3] --> {1 4, 2 5, 3 6}
>
> Can someone help
Thanks for reminding me. I'll add Eclipse Public License disclaimers
tonight.
On Jul 6, 10:34 pm, Glen Stampoultzis wrote:
> 2009/7/1 ztellman
>
>
>
>
>
>
>
> > Most of the OpenGL code I've seen has been a fairly literal
> > translation of the corr
ogram you write against
the current version of Penumbra will continue to work in the future.
I can promise, however, that all examples will be updated to reflect
any changes I make.
Zach
On Jul 13, 11:09 am, Emeka wrote:
> Hello All, ztellman,
>
> I would like to use git://github.com/zt
Most of the OpenGL code I've seen has been a fairly literal
translation of the corresponding Java, so as a way of getting my feet
wet in Clojure I've written something that tries to be a little more
idiomatic. It can be found at http://github.com/ztellman/penumbra/tree/master
The o