-
Notifications
You must be signed in to change notification settings - Fork 234
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
make a fork of mBlock and name question #88
Comments
The latest mBlock3 from Makeblock to me is 3.4.12 . |
The latest source code is v3.4.5, there is no opensource code of 3.4.11 neither v5 Anyway my question is only about if i can name my fork of mblock as "mblock_MOD" and make users download a mblock_MOD.exe compiled by me It's legal to do it or not? |
Were I to do something like this I would approach it as follows:
1. Refactor the makeblock Arduino library from the current big ball of mud it is into something way more modular.
2. Consider using something like S4A or Blockly as the basis of the GUI.
This will avoid any copyright issues and will likely provide a more open platform given that mBlock 3.x requires proprietary tools/libraries for Scratch and mBlock 5 source doesn’t seem to be available.
Best regards,
Charles
… On Oct 31, 2019, at 1:29 AM, Entero Positivo ***@***.***> wrote:
The latest source code is v3.4.5, there is no opensource code of 3.4.11 neither v5
Anyway my question is only about if i can name my fork of mblock as "mblock_MOD" and make users download a mblock_MOD.exe compiled by me
It's legal to do it or not?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#88?email_source=notifications&email_token=AAA62YL5FVQWLZE2W2FHOBLQRKJODA5CNFSM4JHEZ42KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECW5N7I#issuecomment-548263677>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAA62YOEOHYP7QM4W6FTOD3QRKJODANCNFSM4JHEZ42A>.
|
I don't know what exactly you want to improve om mBlock 3 Arduino support. It is better than the S4A , and the "technolgieservices" extensions make it even better, extending the orion.ino with new sensors. (it's open source as well). However the Arduino support in mBlock5 is letting me down. So I'm looking to alternatives like Ardublock and Ardublockly. Not as good as the interactive mode of mBlock 3 , but the Roberta-lab might improve ... https://lab.open-roberta.org/ . mBlock does not support the compilation of array's or lists in Arduino and Micro:bit, Strange ... others do. |
I would want to move away from rewriting Adobe Air. I write Arduino code in C/C++ personally but one of the biggest issues with building mBlock 3.x was that the version of Scratch that is based on uses Adobe Air. The graphical front end for block coding can, as you note, be done in any number of toolkits. I mentioned S4A because it was one of the tools I had looked at back with I was considering writing an IDE to replace mBlock a few years ago.
…Sent from my iPhone
On Nov 1, 2019, at 00:29, Bernard Pauwels ***@***.***> wrote:
I don't know what exactly you want to improve om mBlock 3 Arduino support. It is better than the S4A , and the "technolgieservices" extensions make it even better, extending the orion.ino with new sensors. (it's open source as well). However the Arduino support in mBlock5 is letting me down. So I'm looking to alternatives like Ardublock and Ardublockly. Not as good as the interactive mode of mBlock 3 , but the Roberta-lab might improve ... https://lab.open-roberta.org/ . mBlock does not support the compilation of array's or lists in Arduino and Micro:bit, Strange ... others do.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm thinking in making a fork of mblock 3.4.5
If i have success compiling it, could i name my new forked app : mblock_MOD ? ( as a modified version of this mblock version)
I ask this, because mblock is a registered trademark but mblock is also OpenSource
The text was updated successfully, but these errors were encountered: