Skip to content

Commit a0bbfcb

Browse files
committed
added image to readme
1 parent 1c3fa9f commit a0bbfcb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Linux ###
66
*~
77
backup/
8+
89
# temporary files which can be created if a process still has a handle open of a deleted file
910
.fuse_hidden*
1011

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This project is a 3D cube controller that allows users to manipulate a cube using a **3Dconnexion SpaceMouse**, a keyboard, or a regular mouse. The application is built using **PyQt5** for the GUI and **OpenGL** for rendering and the **PySpaceMouse** python library.
66

7+
![SpaceMouse 3D Cube Controller](images/screenshot.png)
8+
79
The project is modular, separating concerns into different files:
810

911
- `main.py`: Entry point of the application.

images/screenshot.png

24.2 KB
Loading

0 commit comments

Comments
 (0)