Wow very cool :)
On Wednesday, March 21, 2012, Karsten Schmidt wrote:
>> For 3D calculations, (verlet) physics and more there's the java library
>> toxiclibs (http://toxiclibs.org), whose author is currently
porting/wrapping
>> to Clojure. It's not really a cut-and-dried solution, but it's pretty
> For 3D calculations, (verlet) physics and more there's the java library
> toxiclibs (http://toxiclibs.org), whose author is currently
porting/wrapping
> to Clojure. It's not really a cut-and-dried solution, but it's pretty
> flexible and has a simple API unlike a lot of 3D projects which focus
>
If you are going to use processing from Clojure, you'll want to
checkout Quil:
https://github.com/quil/quil
It's a more Clojure friendly take on processing sketches, and it's a
lot less painful to get up and running.
-Jeff
On Mar 19, 4:15 pm, Lee Spector wrote:
> On Mar 16, 2012, at 10:05 AM,
On Mar 16, 2012, at 10:05 AM, Niels van Klaveren wrote:
> AFAIK there's not much projects focussing on 3D in Clojure, but you can take
> a look at processing (http://processing.org) and one of it's Clojure
> wrappers. It's a great little language for 2D/3D visuals, and there's plenty
> of swarm
AFAIK there's not much projects focussing on 3D in Clojure, but you can
take a look at processing (http://processing.org) and one of it's Clojure
wrappers. It's a great little language for 2D/3D visuals, and there's
plenty of swarm-like demos for it (http://openprocessing.org). For 3D
calculati
I'm starting a new project involving 3d modeling and I'd like info on
availability of related clojure tools -- and I'd also like to pitch a related
tool-building project for anyone who might be interested in working on such a
thing.
First, I see from github that penumbra is not under active de