Download BRL CAD - BRL CAD Description, BRL CAD Reviews
Contact
 


 

Download

 
Download Now (0K)
GPL (GNU General Public License)
Downloads till now: 6
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

amaroK Scripts , Audio , Graphics , Video ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

BRL-CAD

 

Details

Size: 0K
Last Update: 2008-05-07 00:33:57
Version: 7.8.4
OS Support: Linux
License/Program Type: GPL (GNU General Public License)
Publisher: Sean Morrison
Price:$0.00
Description:

BRL-CAD 7.8.4 is graphics software developed by Sean Morrison.
BRL-CAD project is a powerful Constructive Solid Geometry (CSG) solid modeling system. BRL-CAD includes an interactive geometry editor, ray tracing support for rendering and geometric analysis, network distributed framebuffer support, image-processing and signal-processing tools. The entire package is distributed in source code form.



Since the late 1950s, computers have been used to assist with the design and study of combat vehicle systems. The result has been a reduction in the amount of time and money required to take a system from the drawing board to full-scale production as well as increased efficiency in testing and evaluation.

In 1979, the U.S. Army Ballistic Research Laboratory (BRL) (now the U.S. Army Research Laboratory [ARL]) expressed a need for tools that could assist with the computer simulation and engineering analysis of combat vehicle systems and environments. When no existing computer-aided design (CAD) package was found to be adequate for this purpose, BRL software developers began assembling a suite of utilities capable of interactively displaying, editing, and interrogating geometric models. This suite became known as BRL-CAD.

Now comprising over one-half million lines of C code, BRL-CAD has become a powerful constructive solid geometry (CSG) modeling package that has been licensed at over 2,000 sites throughout the world. It contains a large collection of tools, utilities, and libraries including an interactive geometry editor, raytracing and generic framebuffer libraries, a network-distributed image-processing and signal-processing capability, and a customizable embedded scripting language. In addition, BRL-CAD simultaneously supports dual interaction methods, one using a command line and one using a graphical user interface (GUI).

A particular strength of the package lies in its ability to build and analyze realistic models of complex objects using a relatively small set of "primitive shapes." To do this, the shapes are manipulated by employing the basic Boolean operations of union, subtraction, and intersection. Another strength of the package is the speed of its raytracer, which is one of the fastest in existence. Finally, BRL-CAD users can accurately model objects on scales ranging from the subatomic through the galactic and get "all the details, all the time."

The application side of BRL-CAD also offers a number of tools and utilities. They primarily concern (1) geometric conversion, (2) geometric interrogation, (3) image format conversion, and (4) command-line-oriented image manipulation. The following is a list of the major BRL-CAD tools and utilities.

- MGED (Multiple-Device Geometry Editor) &65533; BRL-CAD's graphics editor. (For detailed guidance on the use of MGED as well as a list of all the MGED commands currently available, see Butler et al. [2001].)

- Tools for raytracing and interrogating raytraced geometric objects.

- rt &65533; the main raytracer for rendering images in BRL-CAD.

- nirt &65533; a package for firing rays interactively and getting information about what the rays run into.

- remrt &65533; a network-distributed raytracing package.

- An assortment of geometric converters to convert to and/or from other geometry formats, including Euclid, ACAD, AutoCAD DXF, TANKILL, Wavefront OBJ, Pro/ENGINEER, JACK (the human factors model for doing workload/usability studies), Viewpoint Data Lab, NASTRAN, Digital Equipment's Object File Format (OFF), Virtual Reality Mark-up Language (VRML), Stereo Lithography (STL), Cyberware Digitizer data, and FASTGEN4.

- bwish &65533; a Tcl/Tk interpreter in a windowing shell with enhancements compiled into it for accessing BRL-CAD libraries. It also includes various other extensions to the Tcl language.

- irprep &65533; produces input to the PRISM (Physically Realistic Infrared Simulation Model) code.

- JOVE (Jonathan's Own Version of Emacs) &65533; a fast, light implementation of Emacs.

- Applications for displaying images of various types on the framebuffer application and retrieving data from that framebuffer into images of various types.

- Tools for generating geometry for common objects such as fences, walls, and geometric mathematical oddities (e.g., the sphereflake shown in Figure 2 in Section 4).

- Data manipulation programs to (1) convert integers to floats, floats to doubles, etc. (e.g., cv); (2) perform mathematical operations on file elements (e.g., imod, umod, and dmod); (3) compute statistics of file elements (e.g., istat, ustat, and dstat); etc.

- Utilities for building animation scripts &65533; keeping track of columnar data and interpolating it to allow one to produce input to the rt program to render multiple items for animation.

- Utah Raster Tool Kit &65533; image manipulation of all RLE-based images.

- Programs for manipulating images and converting between different image file types. The two primary BRL-CAD types are pix (24-bit red, green, and blue [RGB] color images) and bw (8-bit greyscale images). Converters exist for various image formats including alias, png, ppm, etc.

- Programs for filtering images, doing histograms on the image data, and extracting rectangles from the images.

- Tools for combining two images and blending them together. (These tools were created before good image editing tools for video production were available; today users would typically load the images directly into a video editing package.)

What's New in This Release:
support for handling larger hierarchies in archer - Doug Howard
added distance measurement tool to archer - Bob Parker
added component selection capabilites to archer - Bob Parker
new script to extract gforge task items - Lee Butler, Sean Morrison
substantial additions and mods to source documentation - Lee Butler
added scripts to facetize all regions in a database - Lee Butler
added script to expand combinations to multiple objects - Lee Butler
prevent infinite loop on classic mged attach prompt - Sean Morrison
ctrl-d on empty shell line now quits mged - Sean Morrison
added archer geometry/view loading via command-line arg - Bob Parker
mged tree command now supports -o/-i, matches docs - John Anderson
improved beginning-of-line input processing in stl-g - John Anderson
improved end-of-line input processing in dxf-g - John Anderson
support for longer Fastgen object names in fast4-g - Sean Morrison
improved 'ted' mged command text editor support - Sean Morrison
support mged EDITOR environment override on Windows - Sean Morrison
fixed mged crash on P binding when not in edit mode - Sean Morrison
improved FreeBSD 64bit support, fixes AMD64 crash - Erik Greenwald
allow unlimited light samples during ray tracing - Sean Morrison
new script for computing BRL-CAD file line counts - Sean Morrison
fixed mged extrude of empty sketch display crash - Sean Morrison
re-enabled png-ipu, pix-ipu, ipustat, ipuscan - Sean Morrison
updated archer splash screen - Bob Parker
archer enhancements for displaying view parameters - Bob Parker
improved mged grid zooming using pixel size - John Anderson
fixed mged hang caused by extreme grid zooming bug - John Anderson
ported jove to SGI Altix platform, fixed crash bug - Sean Morrison
increase default mged scrollback to 10k lines - Sean Morrison
improved support for Mac "delete" keys in mged - Sean Morrison
mged vi-mode command edit history searching - James (swcto)
bigger, better vi command line editing in mged - James (swcto)
rt command script 'ae' no longer resets view scale - Sean Morrison
fixed asc-nmg manual page usage examples - Sean Morrison
BRL-CAD 7.8.4 supports english interface languages and works with Linux.

Downloading BRL-CAD 7.8.4 will take if you use fast ADSL connection.

Leave a comment




(optional)

What is 7-3?




0 comments


Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

BRL-CAD Version History

Product Date Added
BRL-CAD 7.8.4 2008-05-07 00:33:57


Related Software

cRadio
From category: Audio
cRadio 0.10 is audio software developed by Carl van Schaik. cRadio is a QT - X11 interface that can control a radio card connected to your pc. cRadio started as a result of me wanting to learn X-wi...
Cenon
From category: Graphics
Cenon 3.81 is graphics software developed by vhf interservice. Cenon project is a graphical tool of a special kind. Build upon a modular graphical core, Cenon offers a wide variety of possibilities...
The Analysis Reconstruction Sound Engine
From category: Audio
Analysis & Reconstruction Sound Engine is a program that analyses a sound file into a spectrogram....
ChucK
From category: Audio
ChucK 1.2.0.6 is audio software developed by ChucK team. ChucK is a new audio programming language for real-time synthesis, composition, and performance - fully supported on MacOS X, Windows, and L...
Q DVD dash Author
From category: Video
\'Q\' DVD-Author is a GUI for dvdauthor....
Auogg 0.1.1
From category: Audio
Auogg 0.1.1 is audio software developed by Ivan Shmakov. Auogg is a simple and straightforward Ogg/Vorbis player for the Network Audio System. Auogg is based on libaudio, libvorbis and libogg, and...
CPEXIF
From category: Graphics
CPEXIF 0.2 is graphics software developed by Vlado Potisk. CPEXIF project utility copies EXIF data from a NEF (Nikon RAW file) or a JPEG file to a JPEG file. The CPEXIF program is free softw...
FIR Filter Plugin
From category: Audio
FIR Filter Plugin 1.0.0 is audio software developed by Fredrik Lingvall. FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR (finite impulse response) f...
CycleAtlas
From category: Graphics
CycleAtlas 1.4 is graphics software developed by Massimo Nervi. CycleAtlas is a cycling diary based on a custom road atlas. It can be used to store or to plan new rides. Functions includes g...
FreeADSP
From category: Audio
FreeADSP 0.0.2 is audio software developed by Stefano D\'Angelo. FreeADSP stands for Free Audio Digital Signals Processor and is a free audio-oriented real-time DSP software. What it does is taking...
BordersHelper
From category: Graphics
BordersHelper 2.0 is graphics software developed by Personal PC Helpers. BordersHelper can remove the black border from scanned documents. Black border removal is a feature of document manag...
SndBite
From category: Audio
SndBite is a specialized audio editor designed for breaking large recordings into smaller components with great efficiency....
ASE 0.3.1
From category: Graphics
ASE 0.3.1 is graphics software developed by David A. Capello. ASE (Allegro Sprite Editor) is a program specially designed with facilities to create animated sprites that can be used in some video g...
eMoviX
From category: Video
eMoviX 0.9 is video software developed by Roberto De Leo. eMoviX is a package that allows you to create bootable CDs able to boot & autoplay your multimedia files. It is intended mainly to play vid...
fotoalbum
From category: Graphics
fotoalbum 0.17 is graphics software developed by Jens Wilhelm Wulf. fotoalbum can be used to quickly organize, describe, tag, rotate, edit pictures and related files. fotoalbum project contains adv...
 

Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver
3. Canon PIXMA iP1300 Printer Driver a
4. Canon PIXMA MP210 MP Drivers
5. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
6. Canon PIXMA iP1300 Printer Driver c
7. Canon i-SENSYS LBP2900 Printer Driver R
8. JavaScript Page Preloader
9. Canon PIXMA MP140 MP Drivers
10. Canon PIXMA MP160 MP Drivers xp64
11. Canon PIXMA MP220 MP Drivers
12. Asus EZVcr II
13. Realtek RTL8139C(L)+/RTL8139D(L)/RTL8100(L)/RTL8130/RTL8139B(L) Driver
14. Canon PIXMA iP5000 Printer Driver b
15. Canon PIXMA iP1600 Printer Driver
16. Canon PIXMA MX700 MP Drivers
17. Ame Webcam CU-310
18. LG GCE 8526B firmware
19. dmg2iso
20. Canon PIXMA MP160 MP Drivers 9xME

DownloadTube Editor Reviews

 
1. Server2Go
Server2Go is a Webserver that runs out of the box without an...
2. PPT to EXE Converter
PPT to EXE Converter is an easy-to-use, friendly and reliabl...
3. Shine DVD To FLV Converter
Shine DVD to FLV Converter is a powerful and easy-to-use con...
4. Speed Shop & Inventory Log
Speed Shop & Inventory Log is an easy inventory and shopping...
5. Excel Delete Rows or Columns Based On Cell Content Software
Excel Delete Rows or Columns Based On Cell Content Software ...
6. WordTempl
WordTempl is a user-friendly software designed to accelerate...
7. Jocsoft MP4 Video Converter
Jocsoft MP4 Video Converter is a powerful and yet easy to us...
8. Easy Time Logs Express
Easy Time Logs is a time tracking, timesheet, and project ma...
9. Flash Menu Maker
You may use this 3D Flash Menu Builder with special text eff...
10. 1-abc.net Hard Drive Washer
Windows and nearly all other software that is installed on i...

Software Reviews Full List



Recent Blog Posts

 
1. The Distribution of PHP / MySQL Applications With Server2Go
Server2Go is a Windows based software that allows the distri...
2. Link Baiting: The Building Of One Way Links In A Natural Manner
One way links represent a direct link to a given website, bu...
3. Search.io Simplifies The Searching of Information Through A Tabbed Interface
Most of the Internet users begin the navigation of various w...
4. Automatic Creation of An Ubuntu 8.1 Live USB From Windows
As compared with the running of a LiveCD inside a virtual ma...
5. TooManyTabs Mozilla Firefox Add-On Improves Memory Usage And User Browsing Experience
Firefox, one of the most popular web browsers in the world p...
6. The New Domain Fight Service Performs A Simultaneous Search Of NAP and WIPO Databases
Domain Fight, a new web based service owned by USpeakWeType ...
7. Fedora 10 Inside Windows: Screenshots Tour
Fedora Linux distribution features can be tested from inside...
8. How To Deploy VMware Player On Windows XP
VMware Player is a free Windows and Linux utility that allow...
9. Fedora 10 Provides An Improved Boot Speed and New Virtualization Features
Fedora, an open source Linux distribution sponsored by Red H...
10. Advanced SystemCare Free Ensures The Maximum Level of Security And Performance For Windows OS
Operating system tweaks are operations necessary to improve ...

Last 20 Scripts

 
1. JamUba AJAX Stock Script
JamUba AJAX Stock Script allows the user to embed a flexible
2. YouTube Video Script
YouTube Video Script runs on YouTube API and fetches million
3. Smooth Navigational Menu
Smooth Navigational Menu is a multi level, CSS list based me
4. JamUba ftpsync Script
JamUba ftpsync Script is a Perl utility to synchronize the h
5. Easy 2Checkout Integrator
Easy 2Checkout Integrator script provides a simple and easy
6. Wussa
Wussa is a script suitable for webmasters planning to create
7. WPJobAds
WPJobAds is a WordPress job board plugin that lets you sell
8. Wallpaper Website Creator
Wallpaper Website Creator is a PHP based script that helps y
9. Flex2 Advanced ColorPicker
Flex2 Advanced ColorPicker is a color picker component for F
10. Tree CheckBox
Tree CheckBox is a Flex3 component resulted from the customi
11. ResizeTool
ResizeTool is a simple and easy to use resize tool to be imp
12. Flickr Cube Viewer
Flickr Cube Viewer is a small utility based on Flex that all
13. Font Reader
Font Reader is an Actionscript 3 based true type font parser
14. iPod like Scroller
iPod like Scroller is a simple component which can simulate
15. AMFPHP
AMFPHP is a free open-source PHP implementation of the Actio
16. FlashFlickr PhotoGallery
FlashFlickr PhotoGallery is an image gallery made in Flex2/A
17. jQuery.popeye
jQuery.popeye script is an inline lightbox alternative.
18. prettyComments
prettyComments script provides a solution for comment boxes
19. prettyPopin
prettyPopin provides a nice way to display simple content or
20. MYRE Realty Manager
MYRE Realty Manager is a complete realty listing management