Skip to content

koalaman/finitecurve.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiniteCurve.com -- TSP art on a CPU budget

This is the code that powers FiniteCurve.com, a TSP art style generator without the NP-hard complexity.

A long, non-intersecting line drawing a guinea pig

For more info, see the blog post

The program was meant as a one-off generator for an art piece for my wall, but the result was so captivating that I compiled it to wasm, slapped a React.js frontend on it, and set up a domain name. The code quality reflects this origin.

To build a releasable version: ./buildall

Interractive development frontend: npm start

License: GNU Affero General Public License v3 (AGPL3)