This project implements a 3D Terminal system, as detailed in the documentation found at docs/Especificacao_Requisitos_Arquitetura_Software.md
.
- Text Annotation Management: Easily add, edit, and remove text annotations within the 3D scene.
- Visual Terminal Simulation: Simulate basic terminal operations and visualize them in a three-dimensional space.
- Command History and Undo/Redo: Maintain a history of executed commands with support for undoing and redoing non-persistent state changes.
To explore the project and its implementation, start by looking at src/app/page.tsx
.