tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.3k stars 186 forks source link

feat: adds lib.math.float.TryParse and lib.math.int.TryParseInt #423

Closed ylmrx closed 1 month ago

ylmrx commented 2 months ago

pretty self-explanatory, tries to parse some text to a float number. If it won't parse it fails over to the default value you can set.

pixtur commented 1 month ago

Thanks for the contribution. What do you think about renaming it to StringToFloat to make more consistent with other ops?