> From: Milinda Fernando <milind...@gmail.com>
> Date: 2015-05-05 0:08 GMT+05:30
> Subject: [GSOC 2015][Getting Things Started with Step Viewer]
> To: brlcad <brl...@mac.com>
> 
> 
> Hello Sean,
> 
> Can you please give me some directions to start the STEP Viewer [1] project. 
> From where should I start? Is there any formal documentation to libdm and 
> librt which I can read? Which IDE that I should use for developments. Can you 
> please help me to get things started with. 

Assuming you've gotten through all or most of the checklist items, which 
includes a lot of background reading material that helps you understand the 
code layout, your next steps are to explore and start using code.  There are a 
lot of docs, but not much that will be immediately relevant to your project.

I suggest you start by reading similar code and writing a test program that 
simply creates a libdm window.  For that you can simply start with the dm.h 
header and look into the myriad of examples in the src/util directory.  See the 
CMakeLists.txt file to see which link against libdm.

There are no IDE requirements other than you should use a dev environment that 
is intended for c/c++ and you should become very proficient with it.  I use 
emacs, but there are many perfectly viable options including vim, eclipse, and 
even visual studio.  They're just tools.  Someone intimately familiar with any 
of those will be more productive than someone that is not.  

Cheers!
Sean

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to