-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
Curve Studio | ||
# Squirrel Curve Studio | ||
|
||
Squirrel Curve Studio is an intuitive easy-tp-use app for creating beautiful spline curves (free-form curves). Motivated by the lack of freely available curve designers, Squirrel provides a clean UI for designing, exporting and importing free-form curves. | ||
|
||
## Interface | ||
<img src="https://github.com/AntixK/Curve-Studio/blob/master/GitHub%20assets/Catmull.PNG" alt="drawing" width="700"/> | ||
<img src="https://github.com/AntixK/Curve-Studio/blob/master/GitHub%20assets/nurbs.PNG" alt="drawing" width="700"/> | ||
|
||
## Demo | ||
<img src="https://github.com/AntixK/Curve-Studio/blob/master/GitHub%20assets/Demo.gif" alt="drawing" width="700"/> | ||
|
||
## For Developers [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues) | ||
I welcome pull-requests for any new functionality or improving the app's experience overall. I am currently looking towards decreasing the app size using Neutralino.js. | ||
|
||
## For End-Users | ||
The executables for all platforms will be released soon. | ||
|
||
## Built With | ||
|
||
* [P5.js](https://p5js.org) - For majority of the UI and curve design | ||
* [Electron](https://electronjs.org) - For creating the desktop app | ||
* [Electron Packager](https://github.com/electron-userland/electron-packager) - For building the app for all platforms | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [Curve_Studio_LICENSE.mdd](Curve_Studio_LICENSE.md) file for details. | ||
|
||
## Acknowledgments | ||
|
||
* Hat tip to Jose Luis Garcia del Castillo for providing the [p5js-electron template](https://github.com/garciadelcastillo/p5js-electron-templates) | ||
|
||
|