2026-01-06 16:27:19 +08:00
|
|
|
# Basalt Presenter
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
|
|
* [tinyobjloader](https://github.com/tinyobjloader/tinyobjloader)
|
|
|
|
|
* [cgltf](https://github.com/jkuhlmann/cgltf)
|
|
|
|
|
|
|
|
|
|
## Warning
|
|
|
|
|
|
|
|
|
|
This project was not written robustly.
|
|
|
|
|
So please confirm following conditions when running this program.
|
|
|
|
|
|
|
|
|
|
- ASCII-only path. It would be better to have English-chars-only path. No space, tab or weird chars.
|
|
|
|
|
- Not too long path. It would be better that less than 200 chars.
|
|
|
|
|
- ASCII-only command line arguments.
|