https://github.com/hcarty/orx-animtester
Simple orx animation testing tool using imgui
https://github.com/hcarty/orx-animtester
Last synced: 19 days ago
JSON representation
Simple orx animation testing tool using imgui
- Host: GitHub
- URL: https://github.com/hcarty/orx-animtester
- Owner: hcarty
- License: zlib
- Created: 2023-01-23T02:00:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T03:23:35.000Z (over 3 years ago)
- Last Synced: 2025-11-30T22:51:01.367Z (7 months ago)
- Language: C++
- Size: 969 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orx animation test tool
A tool to work with animations in the [orx game engine](https://orx-engine.org/).
The tool is written using orx and [Dear ImGui](https://github.com/ocornut/imgui).
## License
This project has the same zlib license as orx. See `LICENSE` and `LICENSE.orx`.
GUI widgets are created using Dear ImGui. It's license can be found in `src/imgui/LICENSE.txt`.