gem.json 857 B

1234567891011121314151617181920212223242526
  1. {
  2. "gem_name": "ImGui",
  3. "version": "1.0.0",
  4. "display_name": "Immediate Mode GUI (IMGUI)",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "Open 3D Engine - o3de.org",
  8. "origin_url": "https://github.com/o3de/o3de",
  9. "type": "Tool",
  10. "summary": "The Immediate Mode GUI Gem provides the 3rdParty library IMGUI which can be used to create run time immediate mode overlays for debugging and profiling information in Open 3D Engine.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Debug",
  16. "Rendering",
  17. "Framework"
  18. ],
  19. "icon_path": "preview.png",
  20. "requirements": "",
  21. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/debug/imgui/",
  22. "dependencies": [
  23. "LmbrCentral"
  24. ]
  25. }