Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fogleman/cellularforms
- Owner: fogleman
- License: mit
- Created: 2019-06-21T18:12:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T03:33:37.000Z (about 5 years ago)
- Last Synced: 2024-04-17T05:17:04.811Z (9 months ago)
- Topics: 3d, cellular-forms, cpp, graphics, simulation
- Language: C++
- Homepage:
- Size: 121 KB
- Stars: 152
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)