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
- Host: GitHub
- URL: https://github.com/h5vx/mechanicalcounter3d
- Owner: h5vx
- License: mit
- Created: 2023-07-15T23:28:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T07:09:33.000Z (over 2 years ago)
- Last Synced: 2025-01-22T22:29:29.994Z (about 1 year ago)
- Topics: 3d, counter, threejs, threejs-example
- Language: JavaScript
- Homepage: https://h5vx.github.io/MechanicalCounter3D/
- Size: 289 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D Mechanical Counter
## 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
```