https://github.com/colintimbarndt/constrained-calculator
Domain specific calculator app using a constraint solver for maximum flexibility
https://github.com/colintimbarndt/constrained-calculator
Last synced: 8 months ago
JSON representation
Domain specific calculator app using a constraint solver for maximum flexibility
- Host: GitHub
- URL: https://github.com/colintimbarndt/constrained-calculator
- Owner: ColinTimBarndt
- License: lgpl-3.0
- Created: 2024-10-27T14:55:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:12:17.000Z (over 1 year ago)
- Last Synced: 2024-10-27T17:15:55.090Z (over 1 year ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Constrained Calculator
This is a domain specific calculator and framework using a constraint
solver for recomputing values while fields are being changed.
Itt was made to help myself with component selection for electronics
projects, however it can be used for many other things as well.
## Contributing
If you would like to add somehting, I'd be happy for contributions.