antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
647 stars 64 forks source link

Feature Request: Fetch Program from URL #27

Open seclorum opened 12 years ago

seclorum commented 12 years ago

It would be great if we could host LOAD81 scripts out on the 'net somewhere, something like a LOAD81 cloud where scripts are available. I know this isn't a priority, perhaps, but I'm submitting an issue to track it in the future - the ability to load a LUA script directly off the net by giving a URL, e.g. "http://somesite/CoolLOAD81Demo.lua" in the Editor, somewhere.

rlane commented 12 years ago

I'm also interested in hosting load81 scripts in the cloud. I'm not sure if raw HTTP URLs are the best way to do it - I'm thinking of kids who want to share a game they made with their friends and setting up a webserver (or signing up for S3, etc) seems like a big stumbling block.

My ideal for the NaCl port is that someone can get a short link over instant messenger (like http://load81.com/s/$ID) and instantly start playing. Publishing code from the editor should be just as easy, and I'd want to get copy-paste to work somehow so they can just paste that link to email/IM/facebook.

seclorum commented 12 years ago

I'm thinking it would sort of be nicer to just have cloud support within load81 so that you don't need to have anything to do with URL's, you just have 'rooms' created by users, and assets that can be selected from the list .. with publishing rights given to users out of the box (with, say, limits on # of scripts/etc.) so they can create their own rooms, scripts, and so on. This'd be pretty neat - I imagine sitting with my boys and watching new stuff pop up in the LOAD81 script cloud.