You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
libf3d rely on options which are a string based framework that let libf3d user set many options
however this frame is too flexible and it is very hard to recover informations about the type of the option, default values and so on.
This framework require a smart rework
Suggested solution
Declare options as a .json file
Generate C++ code based on the json file with a strong typed API that also support default values
Generate python code bindings based on the json file
The text was updated successfully, but these errors were encountered:
Context
libf3d rely on
options
which are a string based framework that let libf3d user set many optionshowever this frame is too flexible and it is very hard to recover informations about the type of the option, default values and so on.
This framework require a smart rework
Suggested solution
The text was updated successfully, but these errors were encountered: