Programming from a Surface RT
jprischak
Posts: 2
Hi, i recently purchased a Surface RT and was wondering if anybody knew if there was a way to write, compile and deploy propeller applications from the surface. I did do a search and could not find anything.
Thanks in advance.
Jason
Thanks in advance.
Jason
Comments
Then all the current opensource dev tools will be buildable to run on it.
Until then it's just a door jamb I'm afraid.
Of course there are efforts under way to bypass all that interlock stuff and make tools available in the web browser. That might take a little time yet.
Edit:. Seems I am behind the times. Linux or Surface is already possible: http://www.geek.com/microsoft/how-to-install-ubuntu-on-the-surface-pro-1539262/
Edit, edit: Sorry that seems to be the Surface Pro which is an Intel laptop basically. The RT was ARM and locked down.
Welcome to the forum.
To answer your original question, we are working on a web-application method of programming propeller which should work on any platform. Heater's work converting a spin compiler to javascript is a key aspect of making that work. I was asked to focus on Chromebook where the compiler conversion will be necessary for example.
One question about Surface .... Is it possible to use Google Chrome on it, or is Internet Explorer the only option?
@Heater,
Most people don't want to fundamentally change something right after buying it unless that was their intention before getting it.
Sorry, yes, welcome to the forum. Sorry for being so negative in my reply.
Hopefully we will soon be able to edit and compile Spin programs in the web browser thus making the actual OS irrelevant. As long as the browser supports all the HTML 5 we need.
That still leaves the issue of actually getting a compiled program into a Propeller from the browser. We will find way.
Work in progress
Yep. Today was dedicated to figuring out how to get web workers going so we can run openspin.js as a background process. Almost there!