Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fogleman/cellularforms

An implementation of Andy Lomas' Cellular Forms.
https://github.com/fogleman/cellularforms

3d cellular-forms cpp graphics simulation

Last synced: about 2 months ago
JSON representation

An implementation of Andy Lomas' Cellular Forms.

Awesome Lists containing this project

README

        

# Cellular Forms

An implementation of Andy Lomas' [Cellular Forms](http://www.andylomas.com/extra/andylomas_paper_cellular_forms_aisb50.pdf).

### Dependencies

- [boost](https://www.boost.org/)
- [glfw](https://www.glfw.org/)
- [glm](https://glm.g-truc.net/)

### Usage

$ make
$ ./main

![Example](https://www.michaelfogleman.com/static/cellular-forms/2.png)