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

https://github.com/kitlangton/visual-effect

Interactive Effect Visualizations
https://github.com/kitlangton/visual-effect

effect examples tutorial typescript

Last synced: about 7 hours ago
JSON representation

Interactive Effect Visualizations

Awesome Lists containing this project

README

          

# Visual Effect

Interactive visualizations for [Effect](https://github.com/Effect-TS/effect) programs, built with Effect itself.

## What is this?

An interactive Next.js app that visualizes how Effect operations execute over time. Watch effects run, compose, race, and handle errors with animated nodes and synchronized sound feedback.

## Local Development

```bash
pnpm install
pnpm dev
```

## License

MIT — see LICENSE