https://github.com/terror/fx
Yet another art project
https://github.com/terror/fx
Last synced: over 1 year ago
JSON representation
Yet another art project
- Host: GitHub
- URL: https://github.com/terror/fx
- Owner: terror
- Created: 2022-05-05T00:15:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T20:37:40.000Z (about 3 years ago)
- Last Synced: 2025-02-15T09:37:16.952Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**fx** is a simple language for producing art based on OpenGL texture
input/output chaining.

### Development
Spawn a static file server:
```bash
$ python3 -m http.server 8000 --directory ./src
```
### Prior Art
[`degenerate`](https://github.com/casey/degenerate) - A programmable generative
art engine that runs in the browser