https://github.com/nick-morhun/unbbooleanparallel
An upgraded version of UnBBoolean
https://github.com/nick-morhun/unbbooleanparallel
Last synced: 3 months ago
JSON representation
An upgraded version of UnBBoolean
- Host: GitHub
- URL: https://github.com/nick-morhun/unbbooleanparallel
- Owner: nick-morhun
- Created: 2016-06-01T11:50:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T14:42:14.000Z (about 9 years ago)
- Last Synced: 2025-01-08T18:47:59.270Z (5 months ago)
- Language: Java
- Size: 1.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnBBooleanParallel
An upgraded version of UnBBoolean by Danilo Balby. Created in 2012 for my Bachelor's thesis.
Multithreading implemented with Parallel Java Library (https://www.cs.rit.edu/~ark/pj.shtml).UnBBoolean is a 3D modeling tool to apply boolean set operations on primitive solids. It's based on Constructive Solid Geometry concepts. Java3D required. Includes a library to apply boolean set operations on solids, that can be used by any Java3D app.
Original project page is http://unbboolean.sourceforge.net/.
Java3D homepage: https://java3d.java.net/.
Example command line can be found in run.bat.
Project created in NetBeans IDE.