Geppetto is a free and open animation tool to create and embed webGL animations in a web site. This is the repository for the browser app to create the animations.
This is the branch for the Geppetto Studio 'next' where the studio application will be turned into a PWA, saying goodbye to the electron app. For the electron app version, check the main
branch.
Geppetto consists of two parts. A web application to define animated images, and a JavaScript library to play them.
You need to create a texture file as .PNG. in Geppetto you will make layers from your texture, and compose them into your image. Next step is to add mutations to your layer tree to create motion. You can then create timelines to define multiple animations.
These animations (the created .json file and your texture .png) can then be loaded using the geppetto player and embedded in a website or electron app.
Yarn scripts to get started with this repo:
yarn start
Starts the web app in develoment modeyarn test
Running testsyarn build
Create production builds
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
- Guido Theelen, for creating the Geppetto logo
MIT (c) Matthijs Groen