Search found 6 matches

by charredUtensil
Sat Jul 01, 2017 4:35 pm
Forum: Tools
Topic: Cnide - an IDE for Circuit Network development [ALPHA]
Replies: 9
Views: 8318

Re: Cnide - an IDE for Circuit Network development [ALPHA]

I've fixed a bunch of these issues. Still working on the operators, though. I've thought about the "labels vs comments" issue and I think the best answer is to use `#`s for labels. So, the syntax for labels is the comment syntax from Python. I could take this a bit further and steal the he...
by charredUtensil
Tue Jun 27, 2017 5:14 am
Forum: Tools
Topic: Cnide - an IDE for Circuit Network development [ALPHA]
Replies: 9
Views: 8318

Re: Cnide - an IDE for Circuit Network development [ALPHA]

Wow! Thanks for the constructive feedback! - Comments: Makes sense. There's also a reason it doesn't accept multi-line comments - because of a design decision to propagate the comments into the simulator as "labels" and the fact that it might be confusing you can't insert a comment in the ...
by charredUtensil
Mon Jun 26, 2017 5:12 am
Forum: Tools
Topic: Cnide - an IDE for Circuit Network development [ALPHA]
Replies: 9
Views: 8318

Re: Cnide - an IDE for Circuit Network development [ALPHA]

I've changed the syntax a bit to something a little more sane. It now supports describing sub-networks. I've also updated the UI a little bit to be more intuitive.
by charredUtensil
Sun Jun 11, 2017 4:12 pm
Forum: Tools
Topic: Cnide - an IDE for Circuit Network development [ALPHA]
Replies: 9
Views: 8318

Re: Cnide - an IDE for Circuit Network development [ALPHA]

I've added a debug pane which should make it a little easier to understand what's going on - especially to answer the question of "is the simulation running"? Here's a practical example of something I actually built. This is a circuit which is connected to my "internet". It contr...
by charredUtensil
Sat Jun 10, 2017 8:22 pm
Forum: Tools
Topic: Cnide - an IDE for Circuit Network development [ALPHA]
Replies: 9
Views: 8318

Re: Cnide - an IDE for Circuit Network development [ALPHA]

I've provided a few examples in the README.

The project is indeed on GitHub Pages. I was just unable to post a link to it.
Application:
https://charredutensil.github.io/cnide/
Project page:
https://github.com/charredutensil/cnide

I'll post a tutorial later, but it should be fairly self explanatory.
by charredUtensil
Sat Jun 10, 2017 7:10 am
Forum: Tools
Topic: Cnide - an IDE for Circuit Network development [ALPHA]
Replies: 9
Views: 8318

Cnide - an IDE for Circuit Network development [ALPHA]

So, I was trying to develop a sort of... internet in the map I started for 0.15, in order to let different parts of my factory communicate with each other through one global wire across the whole map. I was dealing with a host of issues, the most frustrating of which was remembering which virtual si...

Go to advanced search