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

https://github.com/h5vx/mechanicalcounter3d

3D visualisation of mechanical counter that can be used as an example of how positional numeral systems works
https://github.com/h5vx/mechanicalcounter3d

3d counter threejs threejs-example

Last synced: about 1 year ago
JSON representation

3D visualisation of mechanical counter that can be used as an example of how positional numeral systems works

Awesome Lists containing this project

README

          

# 3D Mechanical Counter





Check it out!

## Features
- Supports binary, octal, decimal and hexadecimal counting
- Good for demonstration how positional number system works
- 1 to 16 digits
- Adjustable speed
- writen using [three.js](https://threejs.org)
- Uses WebGL

## Requirements
- **nodejs** - not too ancient

## Running & Building
```bash
# Install dependencies
npm install --include=dev

# Run
npx vite

# Build
npx vite build
```