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
- Host: GitHub
- URL: https://github.com/threepointone/xen
- Owner: threepointone
- Created: 2017-12-25T21:31:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T21:31:29.000Z (over 7 years ago)
- Last Synced: 2025-03-25T09:11:12.479Z (about 2 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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