🧠 A GUI-based logical simulator system (Safe Version to prevent technology leakage)
This project is a GUI-based logic simulator that allows users to input natural language or structured knowledge, which is then visualized as sequence diagrams, property tables, and formula networks. Users can simulate and explore logical structures interactively using this interface.
(https://i.postimg.cc/7Y8rdPFq/Figure-1-2025-07-06-3-54-57.png)
(https://i.postimg.cc/mk7JBMvB/Figure-1-2025-07-06-3-56-34.png)
- Auto-generation of sequence diagrams (e.g.,
Gravity(Earth→Object)) - Automatic extraction and display of related variables
- GUI-based logic structure visualization
- Visual tracking of logical paths and used formulas
- No inference, reinforcement, or calculation systems included
- Run
main.py - Input natural language or knowledge → sequence diagram auto-generated
- Related variables are displayed in the table
- Users can simulate logic by entering input values and observing flows
This project was originally developed as a prototype for an R&D-level logic engine. The long-term vision is to unify natural language understanding, logical reasoning, reinforcement learning, and structural simulation into one seamless GUI system.
/demo/ ├─ sequence_diagram.png ├─ simulation.png /core/ ├─ logic_engine.py /gui/ ├─ main_gui.py
This version does not include:
-
Reinforcement learning logic
-
Spiral algorithm engine
-
Automated explanation generation
-
⭐ If you like this project, please give it a star to support development!