An open API service indexing awesome lists of open source software.

https://github.com/alexerlandsson/3d-model-maker

Simple tool to create pixelated 3D models built with HTML and CSS. Built using Next.js and CSS Modules.
https://github.com/alexerlandsson/3d-model-maker

3d css css-modules nextjs pixel-art

Last synced: about 1 month ago
JSON representation

Simple tool to create pixelated 3D models built with HTML and CSS. Built using Next.js and CSS Modules.

Awesome Lists containing this project

README

        

# 3D Model Maker

Simple tool to create pixelated 3D models in HTML and CSS based on two Pens I created on *CodePen*:
- [3D Model Maker (Core)](https://codepen.io/alexerlandsson/pen/bNGJWBR)
- [3D Model Maker (Crossy Road)](https://codepen.io/alexerlandsson/pen/pvoBPdK)

This version is an extension of the original idea, where you can create a 3D model by placing cubes in a 3D space. The cubes are created using CSS and can be moved around in 3D space.

## Screenshot
![Screenshot](assets/screenshot.png)
*Screenshot from an early stage. More features have been added.*

## Development

> [!NOTE]
> This project is a hobby and may or may not be maintained in the future.

### Run locally

This application is built using *Next.js*. To run it locally, run the following command.

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.