Project

General

Profile

System Requirements » History » Version 3

Ty Hikaru DAULTON, 11/06/2024 09:52 PM

1 1 Ty Hikaru DAULTON
___
2
3
[[/|Home]] | [[About Us]] | [[About the Project]] | [[UML Diagrams]] | [[Codes]] | [[Outcome]] | [[ System Requirements]]
4
5
6
___
7 2 Ty Hikaru DAULTON
8
9
h1=. <pre> System Requirements
10
</pre>
11 3 Ty Hikaru DAULTON
12
13
14
h2. Compatibility
15
16
Our codebase is designed for compatibility across different computers, ensuring that the project can run smoothly regardless of the system in use. There is a single piece of code that operates effectively on multiple systems. If the computer supports two external displays, it's even possible to use this functionality on the same device without any additional setup.
17
18
h2. Real-Time Control GUI
19
20
The project includes a user interface built with Tkinter, a Python library for creating GUIs. This interface enables real-time control over the projection, allowing users to adjust settings and parameters on the fly. Tkinter's integration ensures that the GUI remains responsive and accessible on any compatible computer.
21
22
*Note:* To run the GUI, Python and the Tkinter library must be installed on the computer.