https://github.com/cephalization/little-planets
JS particle rendering library. Built with canvas, created using CodeSandbox
https://github.com/cephalization/little-planets
Last synced: 10 months ago
JSON representation
JS particle rendering library. Built with canvas, created using CodeSandbox
- Host: GitHub
- URL: https://github.com/cephalization/little-planets
- Owner: cephalization
- Created: 2020-03-03T16:54:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T01:00:33.000Z (over 3 years ago)
- Last Synced: 2025-05-01T14:47:48.068Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://codesandbox.io/s/github/cephalization/little-planets
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little Planets 💫
Particle Manager in Typescript
## Development
This monorepo is managed using Turborepo
It contains the packages:
- little-planets
- the particle management library itself
It contains the apps:
- examples
- a vanilla ts vite app importing the development version of little-plants and
showcasing its features
It contains the following scripts:
- build
- build all packages and apps, respecting dependencies
- clean
- delete all build artifacts and dependencies
- dev
- run development version of all apps
- format
- run prettier over all packages and apps
- lint
- run tsc over all packages and apps
- TODO: run eslint over all packages and apps
- test
- TODO: run unit tests over all packages and apps