Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.