Skip to content

JuergenGutsch/sharply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sharply

It's a Blockly based C# Editor

I plan to use the following components to create a Blockly C# Editor

The Blockly editor needs to get running inside an Electron window and I need to create a custom C# generator for Blockly and to find a way to run the generated code using scriptcs and https://dotnet.microsoft.com/

I plan to

  • add blocks to talk to the RaspberryPI GPIO pins
  • add more C# specific blocks

Why

Because my first son likes to learn programming and he like to use Blockly and Scratch. Scratch isn't available in German but Blockly is and it is easy to customize and to extend. To better support my son, I would prefer to generate C# code.

Contributions

I like any kind of contribution. File an issue, add an PR or just mention this project-