An Android port of the Digital Logic Sim project, originally developed in Unity by Sebastian Lague.
This fork modifies the desktop-centric interaction model to support Android mobile devices and tablets.
- Touch Interaction: Replaced mouse inputs with touch gestures for camera control (pan/zoom), chip placement, and wire drawing.
- Stylus Support: Integrated native Android plugins to capture hardware hover events (e.g., Samsung S-Pen).
- Mobile UI: Added an on-screen toolbar, radial context menus, and virtual keyboard triggers to replace hardware keyboard shortcuts.
- Haptics: Added device vibration feedback for specific interactions.
The core simulation allows users to construct digital logic circuits and encapsulate them into reusable chips. For information regarding the core simulation logic, desktop builds, or the original source code, refer to the upstream repository.
This project operates under the MIT License. See the LICENSE file for details.
- Original copyright (c) 2025 Sebastian Lague
- Android port contributions by Furkan YOLAL