Difference between revisions of "Developer Documents"
From BRL-CAD
(break mime types out to its own page) |
|||
Line 1: | Line 1: | ||
− | = Projects | + | = Development Projects = |
* [[libpg : A parametrics/constraint library]] | * [[libpg : A parametrics/constraint library]] | ||
Line 8: | Line 8: | ||
= Developer FAQ = | = Developer FAQ = | ||
+ | |||
+ | == I'm interested in BRL-CAD development. How can I get involved? == | ||
+ | |||
+ | * Join the IRC channel | ||
+ | * Joining the mailing list | ||
+ | * Read the [https://brlcad.svn.sourceforge.net/viewvc/*checkout*/brlcad/brlcad/trunk/HACKING developer's guide] | ||
+ | * Start submitting patches | ||
== I'm trying to add a new file to the repository and I get an error on commit about mime types. What should I do? == | == I'm trying to add a new file to the repository and I get an error on commit about mime types. What should I do? == | ||
You should set the mime type. See [[mime-types]] for more information. | You should set the mime type. See [[mime-types]] for more information. |
Revision as of 12:50, 28 May 2008
Contents
Development Projects
- libpg : A parametrics/constraint library
- Revolve Primitive
- OpenGL GUI Framework
- Global Illumination using Metropolis Light Transport
- Geometry Service
Developer FAQ
I'm interested in BRL-CAD development. How can I get involved?
- Join the IRC channel
- Joining the mailing list
- Read the developer's guide
- Start submitting patches
I'm trying to add a new file to the repository and I get an error on commit about mime types. What should I do?
You should set the mime type. See mime-types for more information.