Decisions - GreatDevelopers/LibreCAD GitHub Wiki
Questions arise,
Unsolved :-
Which language to use ?
C++ ?
Should python be used with it ?
Do we really need python to be used with it ?
FreeCAD uses both.
Solved :-
Do we need a 2D CAD system or 3D one ?
If we are making a 2D system first and 3D is to be added in future, we need to take care regarding 3D libraries to be a part now.
Ans : 3D software.
Should it be desktop based or Web based ?
Advantages/Limitations.
Speed : ( WebGL tends to be slower than OpenGL) http://stackoverflow.com/questions/17516187/performance-of-webgl-and-opengl
Ans : Desktop based.