Difference between revisions of "FAQ"

From BRL-CAD
(No.)
(include project priorities link and a summary)
Line 2: Line 2:
  
 
== Where is the roadmap for BRL-CAD ? ==
 
== Where is the roadmap for BRL-CAD ? ==
*[http://my.brlcad.org/~sean/ideas.html ideas]
+
 
 +
BRL-CAD is a big project with developments that are heavily dependent upon how the community sustainably contributes, but these should help give an idea of where we're going:
 +
 
 +
* [http://my.brlcad.org/~sean/BRL-CAD_Priorities.png BRL-CAD Project Priorities]  <span style="font-size:0.75em;">(0.7MB [http://my.brlcad.org/~sean/BRL-CAD_Priorities.png PNG], 0.1MB [http://my.brlcad.org/~sean/BRL-CAD_Priorities.pdf PDF])</span>
 +
* [http://my.brlcad.org/~sean/ideas.html BRL-CAD Project Ideas]
  
 
== How do I getting started with Windows version of BRL-CAD ? ==
 
== How do I getting started with Windows version of BRL-CAD ? ==

Revision as of 11:59, 15 June 2008


Where is the roadmap for BRL-CAD ?

BRL-CAD is a big project with developments that are heavily dependent upon how the community sustainably contributes, but these should help give an idea of where we're going:

How do I getting started with Windows version of BRL-CAD ?

  • Install the windows version BRL-CAD.
  • Start Archer
  • Open an example file.
    • File -> Open
    • select one of the example like "axis".
    • click on "all" and wait a while until you see drawing three big axis bars shown in right black window.
  • "Raytrace" -> rt -> 512x512, then you can see the rendered 3D graph.

How do I start BRL-CAD?

BRL-CAD is a suite of more that 400 tools and utilities. The suite of applications are intentionally designed to perform a succinct task so that they can be chained together, scripted, and expanded upon in order to provide powerful flexibility.

That said, most users will be interested in using mged for editing geometry as a first step in getting started with BRL-CAD. Documentation on mged can be found in the share directory where BRL-CAD was installed. There is also extensive mged documentation available on the website under Documentation.

If you're on Windows, there should be an icon for MGED in your start menu or on your desktop. For any other platform, you should be able to run this in an X11 terminal: /usr/brlcad/bin/mged

Although /usr/brlcad/bin/mged works under Ubuntu as well, the alternative is to use a special BRL terminal which can be started with brlterm. In this terminal the command mged will run the program.

How do I get a hard copy of what I'm looking at in MGED?

The File->Raytrace and File->Render_View->RT_Script menu options in MGED will generate a raster image of MGED's current view. The pix-png utility can be used to convert from BRL-CAD's .pix raw image file format to the .png file format, and can then be printed or embedded into other documents using other tools.

Additionally, the other File->Render_View options for generating standard Plot and PostScript output files of the MGED wireframe suitable for printing. The pl-fb and fb-png tools can be used to rasterize a Plot file to the .png format.

Finally, there are a variety of renderers and lighting models available in BRL-CAD that are useful for various purposes. The rt tool is the primary ray-tracer that is used for shaded view rendering. The rtedge and rthide commands are used for hidden-line renderings similar to what you'd want for generating drafting documents. rtwizard is a graphical 'wizard' tool that can be used to generate a variety of hybrid renderings.