godot.json 642 B

1234567891011121314151617181920212223242526
  1. {"names":["Godot"],
  2. "comment":"The game engine you waited for.",
  3. "links":{"website":"https://upbge.org/",
  4. "git":"https://godotengine.org",
  5. "documentation":"https://docs.godotengine.org/en/stable/",
  6. "icon":"https://upload.wikimedia.org/wikipedia/commons/5/5a/Godot_logo.svg"},
  7. "licenses":["MIT"],
  8. "platforms":["GNU/Linux",
  9. "Windows",
  10. "MacOS",
  11. "BSD"],
  12. "interface":["opengl"],
  13. "languages":["C++"],
  14. "networks_read":[],
  15. "networks_write":[],
  16. "formats_read":["gltf",
  17. "glb",
  18. "dae",
  19. "obj",
  20. "fbx",
  21. "escn"],
  22. "formats_write":[],
  23. "generic_name":["Text Editor",
  24. "Game Engine",
  25. "3D Rendering"]}