Skip to content
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

Digital is Fantastic #1360

Open
DjkoopKiller opened this issue Nov 7, 2024 · 1 comment
Open

Digital is Fantastic #1360

DjkoopKiller opened this issue Nov 7, 2024 · 1 comment

Comments

@DjkoopKiller
Copy link

Hello,

I'm a student and I've found your Digital software to be a fantastic tool for simulating logic circuits. It's incredibly user-friendly and simple to use.

One particularly useful feature is the ability to export designs to vector SVG or PNG formats, making it easy to share and integrate them into other documents.

I have a few suggestions for improvement:

Increase the size of the NOT gate symbol: Make it more visually prominent, similar to the AND and OR gates.
Expand the component library: Add more components like generators, resistors, switches, and other electronic elements.
Implement text annotation: Allow users to add text annotations directly to the circuit diagram, both as labels for components and as free-form text.
Thank you for creating such a great tool. I look forward to seeing future improvements.

Best regards,
Bruno

@KubaO
Copy link

KubaO commented Dec 15, 2024

Increase the size of the NOT gate symbol:

This is implemented already. Right click on the symbol, check the "Wide Shape" checkbox.

Add more components like generators

What generators? It is a very general term. Provide practical examples of what you'd like to see.

resistors

This is a digital circuit simulator. Imagine that you'd want to have some digital behavior given
to resistors. Can you describe it? Note that pull-up and pull-down resistors already exist in Digital.

switches

I'm not sure what kind of switches you'd want. A pushbutton switch exists, a dip switch, a SPDT switch.
Those also work for buses, so they can switch multiple signals.

Note that all inputs can be toggled just by clicking them when running realtime simulation. No switches
needed.

other electronic elements

Be specific. There's millions of those. Don't talk in general terms. Say exactly what you want to see.
Otherwise this issue cannot be acted upon. Nobody can read your mind.

Allow users to add text annotations directly to the circuit diagram [...] as free-form text

Components -> Misc -> Decoration -> Text already does it. If you want something else, please tell us.

Allow users to add text annotations directly to the circuit diagram [...] as labels for components

Right click on any component and you can set its label.


Unless you provide concrete details of what you find missing, this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants