Difference between revisions of "User:Asadmorgoth"
From BRL-CAD
Asadmorgoth (talk | contribs) |
|||
Line 10: | Line 10: | ||
'''Current Task:''' | '''Current Task:''' | ||
− | + | The idea is to build a geometry viewer application that generates a standalone double-clickable file that views a given model. The approach is to concatenate the contents of a given “.g” file with the function calls from librt, libdm that parse and display a “.g” file, in a standard brlcad setup. | |
+ | |||
+ | [[Geometry_Viewer_Application_for_BRL-CAD]] |
Latest revision as of 17:46, 5 December 2017
User Information[edit]
- Name: Asad Syed
- Institute: Technical University Munich
- IRC: asad_ (#brlcad,#esa)
- Project: Eurpoean Summer of Code in Space
- Email: asad dot syed at tum dot de
- Github: asadpiz
Current Task:
The idea is to build a geometry viewer application that generates a standalone double-clickable file that views a given model. The approach is to concatenate the contents of a given “.g” file with the function calls from librt, libdm that parse and display a “.g” file, in a standard brlcad setup.