Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://mutsuntsai.github.io/reference-finder/
Find reference points and lines in crease patterns.
https://mutsuntsai.github.io/reference-finder/
crease-pattern origami
Last synced: about 1 month ago
JSON representation
Find reference points and lines in crease patterns.
- Host: GitHub
- URL: https://mutsuntsai.github.io/reference-finder/
- Owner: MuTsunTsai
- License: other
- Created: 2024-04-17T03:53:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T02:14:01.000Z (about 2 months ago)
- Last Synced: 2024-11-21T15:04:10.407Z (about 1 month ago)
- Topics: crease-pattern, origami
- Language: C++
- Homepage: https://mutsuntsai.github.io/reference-finder/
- Size: 8.16 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-origami - ReferenceFinder - Find folding sequences for points and lines, based on the [desktop app](https://langorigami.com/article/referencefinder/) by Robert J. Lang ([Source Code](https://github.com/mutsuntsai/reference-finder)) (Software)
README
# ReferenceFinder
> Find reference points and lines in crease patterns.
ReferenceFinder was originally developed by [Robert J. Lang](https://langorigami.com/article/referencefinder/),
and an elegant web version of it was developed by [Maya Kraft](https://github.com/mayakraft/ReferenceFinder) (f.k.a. Robby Kraft) using a Node.js backend querying a pre-generated database.
Unfortunately, the latter no longer works as Heroku discontinues its free tier service in November 2022.The current app recreates the ReferenceFinder for web by compiling the original [C++ source code](https://github.com/bugfolder/ReferenceFinder) to WebAssembly and running it purely within the browser.
This allows the app to be deployed on GitHub pages (ensuring longevity) and enables all original features of the original app,
such as changing the sheet dimensions and customize settings for database generating.## For contributors
If you would like to contribute, checkout our
[Contributing Guidelines](CONTRIBUTING.md) for more details.