Simple tool to create pixelated 3D models (voxels) in HTML and CSS based on two Pens I created on CodePen:
This version is an extension of the original idea, where you can create a voxel model by placing cuboids in a 3D space. The cuboids are rendered using CSS and can be moved around in 3D space.
Screenshot from an early stage. More features have been added.
Note
This project is a hobby and may or may not be maintained in the future.
This application is built using Next.js. To run it locally, run the following command.
npm run dev
Open http://localhost:3000 with your browser to see the result.