


Presentations can range from an overview of the entire BRL-CAD package to an in-depth review of a specific feature or technical algorithm. Currently, the only specification in the BRL-CAD documentation set is a draft specification of the. Specifications are formal documents that define formats or protocols that others can independently implement. In some cases, books can be collections of lessons, reports, articles, and/or other forms of documentation that are compiled between one set of covers. They are generally less comprehensive in scope and/or detail than a full-blown book.īooks are typically large documents that cover many aspects of BRL-CAD. In keeping with the Unix philosophy of developing independent tools to perform single, specific tasks and then linking the tools together in a package, BRL-CAD. Unlike lessons, reports and articles are primarily designed to inform rather than train. These can be technical reports, journal articles, conference papers, and/or similar focused descriptions of specific aspects of the package. Overall, BRL-CAD contains more than 400 tools, utilities, and applications and has been designed to operate on many common operating system environments. Unlike other documents, lessons focus on step-by-step teaching. Lessons are documents that are used to train a user to master a particular aspect of BRL-CAD. However, it does not address user-level programs or commands.
#BRL CAD REVIEW CODE#
Specially formatted source code comments in the headers are converted to HTML documentation by Doxygen (), a tool for generating source code documentation.ĪPI documentation is the lowest level, most authoritative documentation of BRL-CAD's programming interfaces.
#BRL CAD REVIEW SOFTWARE#
API documentation, on the other hand, is automatically generated from the headers in the application's source code. BRL-CAD SketchUp Make is a best in the class CAD software capable of performing 2D and 3D rendering and designing, however, best for the 2D projects.
#BRL CAD REVIEW FREE#
BRL-CAD is an amazing, free (gpl) software only available for Windows, being part of. Most of the project's documentation is maintained in the BRL-CAD source code repository as DocBook files (see the chapter Working with Our Documentation for more information about DocBook). A Free (GPL) Design & photography program for Windows. Man pages may reference other man pages, but they are intended to be the primary source of documentation for a specific tool and should be written with a very tight focus. Man pages are command-specific or program-specific documentation which thoroughly document and demonstrate the use of that command or program. The wiki is not currently integrated with any of the other documentation systems in BRL-CAD, although this remains one of BRL-CAD's project goals. The easiest way to contribute as a documenter is through BRL-CAD's wiki (a website that users can edit) at. This chapter briefly introduces the types of documentation that the BRL-CAD project maintains, as well as the purpose of each document. BRL-CAD provides developers, users, and others with a range of documentation covering the basics of the software, its usage, and development APIs.
