Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AntixK authored May 5, 2019
1 parent f1bd663 commit 72ec430
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
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)


0 comments on commit 72ec430

Please sign in to comment.