Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhiribarren/sketch-book
Toy project to display some graphical tests and animations
https://github.com/vhiribarren/sketch-book
fragment-shader nextjs
Last synced: about 1 month ago
JSON representation
Toy project to display some graphical tests and animations
- Host: GitHub
- URL: https://github.com/vhiribarren/sketch-book
- Owner: vhiribarren
- Created: 2023-11-12T11:03:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T17:42:35.000Z (11 months ago)
- Last Synced: 2024-04-24T03:19:11.908Z (8 months ago)
- Topics: fragment-shader, nextjs
- Language: TypeScript
- Homepage: http://workshop.alea.net/sketch-book/
- Size: 231 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sketch-book
Various graphical tests in the browser, using shaders and JavaScript libraries.
## Getting Started
First, run the development server:
```bash
# After first checkout
npm install# Develop with local server on http://localhost:3000
npm run dev# Linter
npm run lint# Export static site to ./out
npm run build
```## License
No license for now, so default copyright laws.