https://github.com/monkstone/easyqhull
Simple processing wrapper for QuickHull3D
https://github.com/monkstone/easyqhull
Last synced: 4 months ago
JSON representation
Simple processing wrapper for QuickHull3D
- Host: GitHub
- URL: https://github.com/monkstone/easyqhull
- Owner: monkstone
- License: other
- Created: 2013-05-18T15:43:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T07:16:33.000Z (over 8 years ago)
- Last Synced: 2025-08-18T23:42:55.916Z (10 months ago)
- Language: HTML
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
easyqhull
=========
Simple ruby-processing wrapper for QuickHull3D, this is an evolving project, that will exclusively target JRubyArt and propane. There is no need for a processing version. The intention is to create a gem that is easy to use but backed up by fast java algorithms. The idea is to hide ruby to java conversions (possibly writ jruby extensions), get rid of ridiculous java indexed for loops and to replace small arrays (that should be objects) with classes of struct (see Point). Progress is being made.