- Notifications
You must be signed in to change notification settings - Fork4
Minimalist Electron app for designing spline curves
License
MIT, CC0-1.0 licenses found
Licenses found
AntixK/Curve-Studio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
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 usingGit and installnpm along withNode.js.From your command line:
# Clone this repositorygit clone https://github.com/AntixK/Curve-Studio# Go into the repositorycd Curve-Studio# Install dependenciesnpm install# Run the appnpm start
Seereleases for getting pre-built binaries.
- P5.js - For majority of the UI and curve design
- Electron - For creating the desktop app
- Electron Packager - For building the app for all platforms
This project is licensed under the MIT License - see theCurve_Studio_LICENSE.mdd file for details.
- Hat tip to Jose Luis Garcia del Castillo for providing thep5js-electron template
About
Minimalist Electron app for designing spline curves