Key | Notes |
---|---|
What | BRL-CAD |
Where | https://brlcad.org/ https://github.com/BRL-CAD/brlcad |
Contact | See website |
Updated | 19/03/2024 |
&|Description|BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system that includes an interactive 3D solid geometry editor, a network-distributed symmetric multiprocessing (SMP) high-performance ray-tracer with support for rendering and geometric analysis, image and signal-processing tools, a system performance analysis benchmark suite, a flexible geometry scripting interface, and a high-performance geometric representation and analysis library.|&
Releases | Notes |
---|---|
7.38.2 | --- |
To provide for the construction of realistic models of complex objects from a ralttively small set of "primitive shapes", BRL-CAD employs the basic Boolean operations of union, subtraction, and intersection, and assigns reals-world material attributes.
The Multi-Device Geometry Editor, comprised of over 100K lines of application logic in Tcl/Tk/Itcl/Itk/Iwidgets, is the heart of BRL-CAD, and its GUI is the primary user interface to the system. It calls into Tcl from C for nearly all tasks, including event handling, logging, I/O, and other operations. Both the large red window and the smaller rendering window have graphics contexts implemented via Tk C API, with the larger one providing a custom interactive 3D environment using Tk Pixmap and the smaller displaying an asynchronous incrementally rendered (ray traced) 2D image using Tk_PhotoImageBlock. There’s also dozens of complex/custom dialogs, windows, and other elements not shown. 1 .
Since 1979, the U.S. Army Research Laboratory has been developing and distributing the BRL-CAD constructive solid geometry (CSG) modeling package for a wide range of military and industrial applications. The package includes a large collection of tools and utilities including an interactive geometry editor, raytracing and generic framebuffer libraries, a network-distributed image-processing and saignal-processing capability, and an embedded scripting language.