-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to to convert Bounce to a web app #56
Comments
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 ***@***.*** 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
<#56>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAaDa5j0Hm61XvGJK74PBzj5Odd_Maakks5u_pgRgaJpZM4Zo87y>
.
|
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. |
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 ***@***.***> 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
<#56 (comment)>,
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>
|
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. |
is this project being developed? are u moving it to web? |
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/ |
I wanted to extend lua or something to use more elements (and translate to Hebrew) for my kid |
Let's take this off GitHub so we can talk more without spamming this open issue 😁 |
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 ***@***.***> 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
<#56 (comment)>,
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>
|
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?
The text was updated successfully, but these errors were encountered: