k3d.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "comment": "K-3D is free-as-in-freedom 3D modeling and animation software. It combines flexible plugins with a visualization pipeline architecture, making K-3D a versatile and powerful tool for artists.",
  3. "formats_read": [
  4. "obj",
  5. "gts"
  6. ],
  7. "formats_write": [
  8. "obj",
  9. "gts",
  10. "jpg",
  11. "png",
  12. "tiff",
  13. "exr",
  14. "bmp",
  15. "sun"
  16. ],
  17. "generic_name": [
  18. "3D Modeling",
  19. "3D Animation"
  20. ],
  21. "interface": [
  22. "GTK"
  23. ],
  24. "issues": [],
  25. "languages": [
  26. "C++",
  27. "Python",
  28. "C"
  29. ],
  30. "licenses": [
  31. "GPL-2.0"
  32. ],
  33. "links": {
  34. "git": "https://github.com/K-3D/k3d",
  35. "icon": "http://www.k-3d.org/k3d_logo.png",
  36. "website": "http://www.k-3d.org/"
  37. },
  38. "names": [
  39. "K-3D",
  40. "k3d"
  41. ],
  42. "networks_read": [],
  43. "networks_write": [],
  44. "platforms": [
  45. "GNU/Linux",
  46. "Windows",
  47. "BSD",
  48. "macOS",
  49. "Solaris"
  50. ]
  51. }