Hykudoru / Pescado-Engine-Embedded-ESP32S3

A 3D Graphics Engine for the ESP32.

Home Page:https://youtu.be/1m1QJACO_IA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A 3D Graphics Engine for the ESP32.

Version 2.0

Hardware

Instructions/Gotchas

  1. Make sure to select "Upload Filesystem Image" from the PlatformIO extension in VS Code. This will upload all the data/*.obj files to your ESP32 board.

  2. Copy and paste this code in setup() and run the program once. Comment it out or remove it after it succeeds for the first time.

    if (!SPIFFS.begin(true)) { Serial.println("Failed while mounting SPIFFS."); return; }

Note: When the program starts, if you still see a black screen after ~15 seconds you may need to try a few things. Option 1: Restart the device. Option 2: Disconnect it from your computer and use some other power source. Option 3: Open the serial monitor in VS code. Option 4: Pray.

About

A 3D Graphics Engine for the ESP32.

https://youtu.be/1m1QJACO_IA


Languages

Language:C 90.8%Language:C++ 9.1%Language:Processing 0.1%Language:Python 0.0%Language:CMake 0.0%