Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radeusgd/2djsdualcontour
2D Dual Contouring in JS
https://github.com/radeusgd/2djsdualcontour
Last synced: 25 days ago
JSON representation
2D Dual Contouring in JS
- Host: GitHub
- URL: https://github.com/radeusgd/2djsdualcontour
- Owner: radeusgd
- License: mit
- Created: 2015-02-20T16:56:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T20:34:35.000Z (over 9 years ago)
- Last Synced: 2024-04-16T04:58:43.383Z (7 months ago)
- Language: JavaScript
- Size: 641 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2dJSdualcontour
2D Dual Contouring in JSA simple implementation of www.frankpetterson.com/publications/dualcontour/dualcontour.pdf in 2D on an uniform grid in JS
I'm creating it mostly to get a better understanding of this algorithm.Acknowledgement: the phaser.js file in the project is the Phaser library (http://phaser.io/) used as a renderer. It's a separate project, not owned by me. It's included in the repo for simplicity.