The Logic Circuit Designer App is a powerful and intuitive web application built using Blazor, a modern web framework that allows developers to build interactive and dynamic web applications using C# and .NET. This application is designed to facilitate the creation, simulation, and analysis of digital logic circuits.
The samples require the following requirements to run.
- Clone this repository.
- Open the project in VS 2022:
- For the .NET 8 Server app, open Server/LogicCircuit.sln.
- For the .NET 8 WASM app, open WASM/LogicCircuit.sln.
- Run the demo.
Server - https://blazor.syncfusion.com/showcase/logic-circuit-designer/
WebAssembly - https://blazor.syncfusion.com/showcase/wasm/logic-circuit-designer/
Check all the showcase samples from here.