Damdoshi / LibLapin

Multimedia library for rookies and prototyping
http://hangedbunnystudio.com
Other
36 stars 9 forks source link

SmallConf::"distant_value" could be used everytime #28

Open Damdoshi opened 3 months ago

Damdoshi commented 3 months ago

Currently, there is some attributs in SmallConf that are used to contains ints, doubles, strings... and then, a few pointers in case of the current field is linked to C-sided variables.

The idea is nice, but here is a few things: binded nods cannot have the same type sluginesh of Dabsic and I'm not sure this is handled well currently. And pointers could be the only system to be used, if simply set to local attributes when they are not binded, resulting of a simpler code.

Damdoshi commented 2 months ago

I should be working on that to achieve quite a lot of simplification. Currenty, having "aliases", "distant stuff", "here stuff", expression, make getters more intelligent than they should and get in the way of simply having no computation getters available.