Generative voxel art created with bit-wise operations and modular arithmetic. Can render millions of voxels in real time! UI and controls made with React.
https://dalessandroj.github.io/threejs-bitfields
- GPU ray-marched voxels (WebGL 2 + Three.js RawShaderMaterial)
- Bitwise Boolean patterns – 256 truth tables × spatial permutations
- Dynamic grid sizing (independent X / Y / Z)
- One-click palette refresh & CSV export
- Responsive React controls
- Zero-config build with Vite + GitHub Pages deploy
git clone https://github.com/dalessandroj/threejs-bitfields
cd threejs-bitfields
npm install
npm run dev # open http://localhost:5173