Re: Particle system with Quil

2014-10-25 Thread Kasper Jordaens
Allrighty that works, thanks a lot. haven't debugged a whole lot of clojure, but update-in makes sense. thanks! On Friday, October 24, 2014 5:18:01 PM UTC+2, Fluid Dynamics wrote: > > On Friday, October 24, 2014 11:14:56 AM UTC-4, Fluid Dynamics wrote: >> >> On Friday, October 24, 2014 10:42:37

Re: Particle system with Quil

2014-10-24 Thread Fluid Dynamics
On Friday, October 24, 2014 11:14:56 AM UTC-4, Fluid Dynamics wrote: > > On Friday, October 24, 2014 10:42:37 AM UTC-4, Kasper Jordaens wrote: >> >> Hey, >> >> I've been experimenting with newtonian, I love it, but I have a simple >> question, because I'm stuck >> >> after adding some emitters >

Re: Particle system with Quil

2014-10-24 Thread Fluid Dynamics
On Friday, October 24, 2014 10:42:37 AM UTC-4, Kasper Jordaens wrote: > > Hey, > > I've been experimenting with newtonian, I love it, but I have a simple > question, because I'm stuck > > after adding some emitters > > [#newtonian.corporum.ParticleEmitter{:position > #newtonian.utils.Vector2D{:

Re: Particle system with Quil

2014-10-24 Thread Kasper Jordaens
Hey, I've been experimenting with newtonian, I love it, but I have a simple question, because I'm stuck after adding some emitters [#newtonian.corporum.ParticleEmitter{:position #newtonian.utils.Vector2D{:x 23.0, :y 280.0}, :velocity #newtonian.utils.Vector2D{:x 0.0, :y 10.0}, :size 8, :lif

Re: Particle system with Quil

2012-08-26 Thread meteorfox
On Sunday, August 26, 2012 8:36:37 AM UTC-4, Sam Aaron wrote: > > Truly outstanding work! > > Things like this really make me feel warm and fuzzy inside and more than > justify all the hard work that goes into libraries like Quil. > > Please keep making beautiful things. > > Sam > > --- > htt

Re: Particle system with Quil

2012-08-26 Thread meteorfox
Use-cases typically involve computer graphics applications, like simulating fire, or a galaxy, or just for art ( http://en.wikipedia.org/wiki/Particle_system). Personally, I just wanted to try out the concepts of protocols and defrecords in Clojure, and I thought vector math operations was a goo

Re: Particle system with Quil

2012-08-26 Thread Sam Aaron
Truly outstanding work! Things like this really make me feel warm and fuzzy inside and more than justify all the hard work that goes into libraries like Quil. Please keep making beautiful things. Sam --- http://sam.aaron.name On 26 Aug 2012, at 04:17, meteorfox wrote: > I've been working in

Re: Particle system with Quil

2012-08-26 Thread Mayank Jain
So beautiful! May I know what are the use-cases for this? Thanks for sharing. On Sun, Aug 26, 2012 at 8:47 AM, meteorfox wrote: > I've been working in a particle system using Quil for rendering, which I'm > calling Newtonian for now ;) , just to practice some of the concepts of > protocols and de

Particle system with Quil

2012-08-25 Thread meteorfox
I've been working in a particle system using Quil for rendering, which I'm calling Newtonian for now ;) , just to practice some of the concepts of protocols and defrecords. The project is still WIP. Any feedback will be appreciate it. github.com: https://github.com/meteorfox/newtonian Vimeo: (