-
Notifications
You must be signed in to change notification settings - Fork 72
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
Scratch3 Alphamini extension and enabling other features #57
Comments
Hi geraicerdas, You can achieve these goals with these two blocks, which allow you to get any of the capabilities of Python sdk. If you would like to do more, you'll even be able to introduce most of Python's capabilities into the Scratch page without rebuilding Scratch. This means that the end user can do it too. https://adapter.codelab.club/extension_guide/extension_python_kernel/#_5 |
Hi, Thank you for your reply. I got your viewpoint. You methods also minimize the development efforts.
Yes, getActionList block is quite helpful. Currently we just print out the the action list from the alphamini developer so my kids can easily read the list and choose the action. But it seems the getActionList just returning the list of behavior, action and expression only, not all of the capability of alphamini sdk. CMIIW So my next question is, could you assist me how to achieve the rest of the goals with the existing extensions and nodes?
For instance in the alphamini sdk demo provided by marklogg, there is a test_sound.py which is can make alphamini playing a cloud mp3 file. Is there any ways to make the alphamini can do this ability? |
hi geraicerdas, We have no plans for more extensions to continue enhancing the Scratch3 Alphamini extension for now, we are trying to provide some generic blocks for users to introduce more capabilities from Python to Scratch , but the usability may not be good enough. The way to improve the usability is to write more code at the UI level, but that need a lot of work and our small team doesn't have more energy to do that at the moment, so sorry. The official UBTECH team might have more motivation to do that, you could contact them, good luck! |
Hello, It is possible to get .js alphamini extension, so I can help you to improve this extension? |
Sure, I'll clean the code and put it on Github |
Hi, Thank so much for making the code available for public. I will try to modifying this extension, and will let you know the result. |
Hi @wwj718 Here is my few mod update. I've tested with my alpha mini robot, and it works great. Some features are still work in progress. Please have a look my mod in case you/anyone want to update or want to makes another version. Thanks again for your amazing works, especially for making the sources available for public |
Great work ! Thank you for sharing ! |
Hi,
You have done a really awesome job. FYI I've been playing Alpha Mini with python mini-sdk and tried the official Scratch programming for alphamini called uCode. But I really excited with your huge works.
I'm planning to add some other Alpha mini features.
So I'm looking for scratch extension for alphamini. Would you help me with that?
Thank you
The text was updated successfully, but these errors were encountered: