Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorissigrist/squircle
https://github.com/lorissigrist/squircle
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorissigrist/squircle
- Owner: LorisSigrist
- Created: 2022-06-28T11:11:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T09:30:32.000Z (over 2 years ago)
- Last Synced: 2023-03-11T07:23:57.743Z (over 1 year ago)
- Language: JavaScript
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Squircle
Squircle is a vector graphic animation tool for creating liveley web assets. Unlike many other tools like it, it outputs it's animations in pure svg files. That's right: No javascript in the output!
The project is currently still in very early development.This repository contains all squircle related apps and packages.
## The MVP
Here is what the Squircle MVP should be able to do:
- Functional Panel System
- Minimal versions of the following Panels: Viewport, Outliner, Properties, Timeline, Export
- Multiselect Objects
- Basic animations (interpolate linearly between values)
- Import Svg File
- Export Animated Svg File
- Remember Editor State## Repository Content
- `apps/animator` - The main App
- `apps/web` - The [squircle.ch](https://www.squircle.dev) website
- `packages/svelte-panels` - The standalone panelmanager, developed for squircle