1
0
Files
BasaltMeter/BasaltPresenter/README.md
2026-01-06 16:27:19 +08:00

16 lines
472 B
Markdown

# 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.