项目作者: AntixK

项目描述 :
Minimalist Electron app for designing spline curves
高级语言: JavaScript
项目地址: git://github.com/AntixK/Curve-Studio.git
创建时间: 2019-04-24T09:24:57Z
项目社区:https://github.com/AntixK/Curve-Studio

开源协议:Other

下载


Squirrel Curve Studio

Squirrel Curve Studio is an intuitive easy-to-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

drawing
drawing

Demo

drawing

For Developers contributions welcome

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.

To get started, clone this repository using Git and install npm along with Node.js.
From your command line:

  1. # Clone this repository
  2. git clone https://github.com/AntixK/Curve-Studio
  3. # Go into the repository
  4. cd Curve-Studio
  5. # Install dependencies
  6. npm install
  7. # Run the app
  8. npm start

For End-Users

See releases for getting pre-built binaries.

Built With

License

This project is licensed under the MIT License - see the Curve_Studio_LICENSE.mdd file for details.

Acknowledgments