gem.json 828 B

1234567891011121314151617181920212223
  1. {
  2. "gem_name": "Meshlets",
  3. "version": "0.0.0",
  4. "display_name": "Meshlets",
  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": "Code",
  10. "summary": "The Meshlets Gem is a POC for rendering meshes solely on the GPU using meshlets / mesh clusters.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Meshlets"
  16. ],
  17. "icon_path": "preview.png",
  18. "requirements": "Compiled library for meshlets generation is required to be linked. The open source library meshoptimizer is required for that: https://github.com/zeux/meshoptimizer",
  19. "documentation_url": "",
  20. "dependencies": [],
  21. "restricted": "Meshlets"
  22. }