Skip to content

Pyroan/stringtheory

Repository files navigation

StringTheory

A toy for turning strings into pictures using simulated annealing

Example - Mona Lisa Example - Moon

Each string is identified by its source node (always a smaller id than its destination node), its destination node, and type (see table)

type corresponding string
1 "right" outer tangent
2 "left" outer tangent
3 "right" inner tangent
4 "left" inner tangent

Limitations

  • Can currently only handle images larger than evaluatorResolution
  • Can also only "correctly" handle images with square aspect ratios
    • Will scale non-square images to be square, rather than crop.
  • Hoop size is clipped to the half the height of the screen, which is arbitrary and unnecessary.
  • Is almost certainly extremely buggy

Requirements

  • uses LÖVE-Nuklear for UI
    • (should only need to download this if you're building it yourself, otherwise it should be packaged with the .exe)

About

A thing for generating String Art from images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages