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

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

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.