Re: 3d modeling tools

2012-03-21 Thread David Nolen
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

Re: 3d modeling tools

2012-03-21 Thread Karsten Schmidt
> 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 >

Re: 3d modeling tools

2012-03-19 Thread Jeff Rose
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,

Re: 3d modeling tools

2012-03-19 Thread Lee Spector
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

Re: 3d modeling tools

2012-03-18 Thread Niels van Klaveren
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

3d modeling tools

2012-03-12 Thread Lee Spector
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