Essay - Published: 2023.04.29 | create | ctech | projects | simple-orbits |
DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
SimpleOrbits is a naive simulation of symmetrical orbits. It leverages generative techniques to create a large opportunity space of outputs.
Select outputs are shared on IG: hamy.art
Primary technologies:
Related: Run Three.js with SvelteKit
I'm basically creating a series of Orbits (Object3D) which each contain a number of OrbitalBodies (Object3D) and then update them on each animation loop.
As of SimpleOrbits_3 I'm building the orbit rings with Ring geometries and funnily enough the OrbitalBodies are actually spheres using an OutlinePass to get their 2D look. This is probably super inefficient and better served with a Ring but I wanted to play with styles / Three.js capabilites.
The best way to support my work is to like / comment / share for the algorithm and subscribe for future updates.