HenryWilder / passion-projects

Electron Architect - A program made for simulating circuits. Originally inspired by wanting to make a low-overhead Minecraft Redstone.
GNU Affero General Public License v3.0
3 stars 0 forks source link

Make block-based component script #6

Open HenryWilder opened 2 years ago

HenryWilder commented 2 years ago

I think the script language for the components should be block-based rather than text based. Something intuitive, which can be broken down to display optional details (like showing the memory usage stats and approximate function calls).

HenryWilder commented 2 years ago

Thinking about excluding this feature. There aren't a lot of hardware features made easier by script, and the block-based editing environment would be deceptively similar to the actual circuit editor.