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

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.

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.

![screenshot](screenshot.png)

## Installation

Requires Python 3.10+

```bash
git clone https://github.com/cpldcpu/GlowPoly.git
cd GlowPoly
```

## Usage

```bash
python glowing_polyhedron_sim.py
```