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

https://github.com/threepointone/xen

jsx+generators+p5.js
https://github.com/threepointone/xen

Last synced: about 1 month ago
JSON representation

jsx+generators+p5.js

Awesome Lists containing this project

README

        

## xen

jsx and generators for p5.js

```jsx
xen(function*(_) {
let ctr = 0;
yield ;

while (true) {
yield (

);
}
});
```

* hot reloading
* iterable components
* proper types