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

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

Awesome Lists containing this project

README

          

**fx** is a simple language for producing art based on OpenGL texture
input/output chaining.

![Screenshot 2023-05-03 at 7 55 43 PM](https://user-images.githubusercontent.com/31192478/236641937-b1dc9558-b9a5-4fc1-a2d5-9bf68e56eb4b.png)

### 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