Euzebia3D
No description available.
File Explorer
Download Latest Version (.zip)- c_cpp_properties.json
- cmake-kits.json
- extensions.json
- launch.json
- settings.json
- tasks.json
- pico_sdk_import.cmake
- fpa.c
- fpa.h
- lookup_tables.c
- lookup_tables.h
- vectors.c
- vectors.h
- diskio.c
- diskio.h
- ff.c
- ff.h
- ffconf.h
- ffsystem.c
- ffunicode.c
- integer.h
- sd_driver.c
- sd_driver.h
- audioPlayer.c
- audioPlayer.h
- IAudioPlayer.h
- camera.c
- camera.h
- cameraFactory.c
- cameraFactory.h
- ICameraFactory.h
- debugMode.c
- debugMode.h
- IDebugMode.h
- display.c
- display.h
- IDisplay.h
- engineApi.c
- engineApi.h
- audio_pio.pio
- hardware.c
- hardware.h
- IHardware.h
- ILightFactory.h
- light.c
- light.h
- lightFactory.c
- lightFactory.h
- IMaterialFactory.h
- material.c
- material.h
- materialFactory.c
- materialFactory.h
- IMeshFactory.h
- mesh.c
- mesh.h
- meshFactory.c
- meshFactory.h
- IPainter.h
- painter.c
- painter.h
- painter_types.h
- IPuppeteer.h
- IPuppetFactory.h
- puppet.h
- puppetCalc.c
- puppetCalc.h
- puppeteer.c
- puppeteer.h
- puppetFactory.c
- puppetFactory.h
- IRenderer.h
- primitives.h
- renderer.c
- renderer.h
- fonts.h
- gfx.h
- IStorage.h
- pins.h
- post_processing.h
- rawPuppets.h
- scrollers.h
- sprites.h
- transformations.c
- transformations.h
- CMakeLists.txt
- fonts.c
- gfx.c
- post_processing.c
- rawPuppets.c
- scrollers.c
- sprites.c
- storage.c
- storage.h
- obj_exporter.cpython-314.pyc
- texture_converter.cpython-314.pyc
- barrel_distortion.py
- bmp_exporter.py
- build_pico.ps1
- build_windows.ps1
- calc_margin.py
- debug_pico.ps1
- font_exporter.py
- generateStarField.py
- img_converted.txt
- init_sin_cos.py
- obj_converted.txt
- obj_exporter.py
- pico_common.ps1
- select_platform.ps1
- .gitignore
- blink.pio
- CMakeLists.txt
- Euzebia3D.c
- pico_extras_import.cmake
- pico_sdk_import.cmake
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/yami-five/Euzebia3D
Downloads the entire project code from GitHub to your computer.
cd Euzebia3D
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -S . -B build-windows
Type this command into your terminal and run it.
cmake -S . -B build-windows -DCMAKE_TOOLCHAIN_FILE=C:/Repos/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows
Type this command into your terminal and run it.
cmake --build build-windows --config Release
Type this command into your terminal and run it.
cmake -S . -B build-pico -DCMAKE_BUILD_TYPE=Release
Type this command into your terminal and run it.
cmake --build build-pico
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
