Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j20001970/GDMP
Godot plugin for MediaPipe framework and solutions
https://github.com/j20001970/GDMP
gdextension gdnative godot mediapipe plugin
Last synced: 3 months ago
JSON representation
Godot plugin for MediaPipe framework and solutions
- Host: GitHub
- URL: https://github.com/j20001970/GDMP
- Owner: j20001970
- License: mit
- Created: 2021-09-06T15:53:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T16:54:47.000Z (5 months ago)
- Last Synced: 2024-09-18T14:08:40.463Z (5 months ago)
- Topics: gdextension, gdnative, godot, mediapipe, plugin
- Language: C++
- Homepage:
- Size: 604 KB
- Stars: 64
- Watchers: 6
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GDMP
GDMP is a [Godot Engine](https://godotengine.org) 3.3+ plugin for utilizing [MediaPipe](https://developers.google.com/mediapipe) framework and solutions.## Getting Started
1. Download pre-built libraries from releases.
2. Extract `addons` to Godot project's root directory.
3. Open Godot project, go to `Project Settings...` and enable `GDMP` plugin under `Plugins` tab.## Demo
Please check out [GDMP Demo](https://github.com/j20001970/GDMP-demo) to see how the plugin work.## Building
Follow [docs/BUILDING.md](./docs/BUILDING.md) for instructions to build GDMP from source.## Contributing
Please refer to [docs/CONTRIBUTING.md](./docs/CONTRIBUTING.md) if you would like to contribute to GDMP.## License
GDMP is licensed under [MIT License](./LICENSE)