You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MakeCode Arcade is a free open source project by Microsoft that teaches coding. I'm not part of Microsoft, but I'm interested in this project because my 10yo daughter uses it in coding club after school.
I want to contribute a feature to MakeCode repo https://github.com/microsoft/pxt that allows users to import PNG and JPG images to game assets from local files. Since MakeCode palette is 16 colors, I want to incorporate the dithering algorithms from your repo.
The MakeCode repo is licensed MIT, I wanted to ask your permission to add the JS files from your lib/algorithms to it. I can add a comment to the top of every added JS file of yours that will:
Hi @danielepiccone,
MakeCode Arcade is a free open source project by Microsoft that teaches coding. I'm not part of Microsoft, but I'm interested in this project because my 10yo daughter uses it in coding club after school.
I want to contribute a feature to MakeCode repo https://github.com/microsoft/pxt that allows users to import PNG and JPG images to game assets from local files. Since MakeCode palette is 16 colors, I want to incorporate the dithering algorithms from your repo.
The MakeCode repo is licensed MIT, I wanted to ask your permission to add the JS files from your lib/algorithms to it. I can add a comment to the top of every added JS file of yours that will:
Are you ok with this approach? Can I have your blessing to add your dithering implementation to MakeCode?
The text was updated successfully, but these errors were encountered: