https://github.com/cpldcpu/glowpoly
Tool to aid the design of 3D objects made from LED filaments. Calculates optimal driving schemes.
https://github.com/cpldcpu/glowpoly
Last synced: 8 months ago
JSON representation
Tool to aid the design of 3D objects made from LED filaments. Calculates optimal driving schemes.
- Host: GitHub
- URL: https://github.com/cpldcpu/glowpoly
- Owner: cpldcpu
- Created: 2025-09-26T14:47:20.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-26T21:12:59.000Z (9 months ago)
- Last Synced: 2025-09-26T21:25:43.887Z (9 months ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GlowPoly
Interactive LED path optimization for 3D polyhedra. Finds optimal electrical paths that minimize endpoints (vertices that have to be connected to a power supply) while maximizing edge coverage.

## Installation
Requires Python 3.10+
```bash
git clone https://github.com/cpldcpu/GlowPoly.git
cd GlowPoly
```
## Usage
```bash
python glowing_polyhedron_sim.py
```