Bounce icon indicating copy to clipboard operation
Bounce copied to clipboard

Attempting to to convert Bounce to a web app

Open stanica opened this issue 6 years ago • 9 comments

Love the project and would very much like to get it working as a web app instead of an electron desktop app. Do you have any pointers?

stanica avatar Jan 03 '19 23:01 stanica

Hmm, I had attempted to convert the code to a chrome plug in before. I guess it could use the serial capabilities now in chrome?

If so, the ui code, and serial layer would change, but the core would remain. It's definitely convertible. It's been ages, but the ui is blockly and bootstrap. Using css.

On Thu, 3 Jan 2019, 23:53 Robert S <[email protected] wrote:

Love the project and would very much like to get it working as a web app instead of an electron desktop app. Do you have any pointers?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/orionrobots/Bounce/issues/56, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaDa5j0Hm61XvGJK74PBzj5Odd_Maakks5u_pgRgaJpZM4Zo87y .

dannystaple avatar Jan 05 '19 20:01 dannystaple

Managed to hack together your code with the official web version of Google Blockly to get the code generation working in a browser. I'm trying to get rid of the serial requirement by making all the programming wireless.

stanica avatar Jan 07 '19 06:01 stanica

Tricky - not sure NodeMCU supports that without some major mods. But it would make things easier if it works. Let me know how it goes.

On Mon, 7 Jan 2019 at 06:01, Robert S [email protected] wrote:

Managed to hack together your code with the official web version of Google Blockly to get the code generation working in a browser. I'm trying to get rid of the serial requirement by making all the programming wireless.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/orionrobots/Bounce/issues/56#issuecomment-451830371, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaDa6b1sO-5uX_UOU_uHc-b2E9x33mLks5vAuKogaJpZM4Zo87y .

-- Danny Staple OrionRobots http://orionrobots.co.uk/ http://orionrobots.co.uk/blogs/dannystaple

dannystaple avatar Jan 07 '19 21:01 dannystaple

Major mods is what I'm trying to do! I have some LUA running on top of NodeMCU that listens for file changes on my server and built a website that lets you essentially upload and run code wirelessly. The last piece is to get error messages posting to my server so I can display them on the page instead of in the serial console.

stanica avatar Jan 07 '19 22:01 stanica

is this project being developed? are u moving it to web?

alon24 avatar Apr 06 '19 15:04 alon24

I’ve made some progress in moving it to web. If you want to see a more fully fleshed-out project check out Webduino https://webduino.io/en/

stanica avatar Apr 06 '19 15:04 stanica

I wanted to extend lua or something to use more elements (and translate to Hebrew) for my kid

alon24 avatar Apr 07 '19 08:04 alon24

Let's take this off GitHub so we can talk more without spamming this open issue 😁

stanica avatar Apr 07 '19 16:04 stanica

Hello all,

I am not actively developing this at the moment. I'm very pleased to see someone picking this up.

Danny

On Sun, 7 Apr 2019 at 17:26, Robert S [email protected] wrote:

Let's take this off GitHub so we can talk more without spamming this open issue 😁

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/orionrobots/Bounce/issues/56#issuecomment-480606768, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaDazhAleNUKbDc9_5pEWfHyxN1IOp-ks5vehwcgaJpZM4Zo87y .

-- Danny Staple OrionRobots http://orionrobots.co.uk/ http://orionrobots.co.uk/blogs/dannystaple

dannystaple avatar Apr 07 '19 20:04 dannystaple