Difference between revisions of "Online Geometry Viewer Back-end"

From BRL-CAD
(Content added)
 
m (Requirements)
Line 14: Line 14:
  
 
=Requirements=
 
=Requirements=
* Familiarity with web development technologies(HTML, PHP, JavaScript).
+
* Familiarity with web development technologies(HTML, PHP, JavaScript etc).

Revision as of 23:53, 9 March 2014

Online geometry viewer (OGV) is aimed to enable users to view BRL-CAD's geometry files (.g files) on browser. Development started in 2013, efforts were made to make it functional and no doubt it is working but lacks robust infrastructure.

Development of OGV's back-end basically involves the basic infrastructure that includes rebuilding the whole project using some web application framework and adding new features. Rebuilding includes the basic part i.e. visualizing the geometry on browser (.g to .obj conversion and then read .obj in ThreeJS), sign-in sign-up module etc.

Use of a full stack framework for back-end development would be desirable.

New features primarily includes user dashboard, file management, file sharing with other users, conversion to other CAD formats etc. Check references for more details. If you have better idea regarding anything feel free to discuss at IRC or mailing list.

References

Requirements

  • Familiarity with web development technologies(HTML, PHP, JavaScript etc).