gbdev / rgbds-live

A live Gameboy programming environment in the browser, allowing for realtime assembly programming for the gameboy.
https://gbdev.io/rgbds-live/
MIT License
31 stars 8 forks source link

Document how to load code in the editor #3

Open ISSOtm opened 3 years ago

ISSOtm commented 3 years ago

Apparently you can pass URLs to text files, and I think base64 is an option too? Can this be documented in the README, so that it's easier to use rgbds-live externally & programmatically?

avivace commented 10 months ago

I agree. RGBDS live already supports loading fileds from URLs (github gists)

Relevant part of the code: https://github.com/gbdev/rgbds-live/blob/master/www/js/storage.js#L32