Year: 2022

Code: Adventures In Foam

https://scottandrecampbell.com/static/foams/index.html Modeling things with physical properties is challenging. Being computationally expensive (many calculations to run for each moment in time), there are hard limits to what can safely be modeled in a browser environment. This example has 1331 points which are shown as icosahedrons. The main behavior I’m modeling here is cohesion; adjacent points tend Code: Adventures In Foam

UPDATE

Hello. I thought it would be good to post something not project-related.I live in Marseille, France now. I’ve been here since October 2021 and I’m quickly making a habit of it.Since I arrived, I’ve been taking some time to learn new things in the world of programming and I’ve quickly remembered why I simultaneously love UPDATE

Code: Particles and Wind essay

https://scottandrecampbell.com/static/b/test.html Basic Vanilla JavaScript and Three.js test.The intention is to model the influence of a vector(wind) on a population of markers.In this example, a matrix of sectors is used to convey the force of the vector; the sectors form a shell that the the particles respond to in turn. Make sure to mess with the Code: Particles and Wind essay