overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
141 stars 50 forks source link

Add BASE64 encoding/decoding to script engine #398

Open ksuprynowicz opened 1 year ago

ksuprynowicz commented 1 year ago

As defined here: https://developer.mozilla.org/en-US/docs/Web/API/btoa Qt BASE64 functions can be used for this.

vegaslon commented 1 year ago

https://github.com/overte-org/overte/blob/1ab7d3b119d4582c806faa22d06eba2c709af46e/plugins/JSAPIExample/src/JSAPIExample.cpp like this?