update journal.md

This commit is contained in:
Mikkel Troels Kongsted 2026-03-31 16:25:30 +02:00
parent 0a67d33493
commit 1e2e29796a
2 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@ -63,3 +63,19 @@ Current subprojects:
- Added a scene to game which renders objects in the right order.
![alt text](docs/planning_board.png)
## March 30
- Worked on driver for gyro/accelscope.
- Deployment with docker compose and mosquitto.
- Added a check in scene which made it not render objects behind the camera.
- 3d rendered a skateboard in game.
- Started on creating an ansible deployment.
## March 31
- Worked on driver for gyro/accelscope.
- Render ground infinitely by z axis in game.
- Added keypressed to game to move the skateboard left and right.
![alt text](docs/game_with_skateboard.png)