Skip to content

Commit

Permalink
Fixed asset links on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 11, 2024
1 parent 9683f2c commit 90e4ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
**Goblin3D** is a lightweight, dependency-free graphics engine designed for rendering 3D wireframes on monochromatic displays and TFT LCDs using the Arduino platform. Goblin3D is perfect for embedded systems where resources are limited but 3D rendering capabilities are desired.

<p align="center">
<img src="assets/goblin3d_demo.jpg" width="480" alt="Goblin3D demo"/>
<img src="https://raw.githubusercontent.com/nthnn/goblin3d/main/assets/goblin3d_demo.jpg" width="480" alt="Goblin3D demo"/>
<br/>
Goblin3D demo with ESP32 on TFT and OLED.
</p>
Expand All @@ -25,7 +25,7 @@
- **Rotation and Scaling**: Support for rotating and scaling objects in 3D space.

<p align="center">
<img src="assets/goblin3d_sdl2.png" alt="Goblin3D port with SDL2"/>
<img src="https://raw.githubusercontent.com/nthnn/goblin3d/main/assets/goblin3d_sdl2.png" alt="Goblin3D port with SDL2"/>
<br/>
Goblin3D port with SDL2
</p>
Expand Down

0 comments on commit 90e4ebc

Please sign in to comment.