beyond-all-reason / spring

A powerful free cross-platform RTS game engine
https://beyond-all-reason.github.io/spring/
Other
213 stars 100 forks source link

[FR] Add json and base64 encoding API #877

Open sprunk opened 1 year ago

sprunk commented 1 year ago

Seems to be a common and game-agnostic desire.

Beherith commented 8 months ago

Indeed, these would be sensible to have on the C++ side anyway. While the lua json ones arent terrible, I recall I had to modify the base64 one to not make so much garbage with repeated string concatenations.