3d-support.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <html>
  2. <head>
  3. <title>MediaGoblin now with 3d support: MediaGoblin community and Lulzbot team up</title>
  4. <meta name="date" content="2012-10-22 10:30" />
  5. <meta name="author" content="Christopher Allan Webber" />
  6. </head>
  7. <body>
  8. <p>
  9. I have some very exciting announcements this morning. Basically,
  10. thanks to generous support from
  11. <a href="http://www.lulzbot.com/en/">LulzBot</a> and one awesome
  12. MediaGoblin contributor Aeva Ntsc, we now have 3d model support in
  13. MediaGoblin! This awesome news means that MediaGoblin becomes more
  14. useful for 3d artists and is well on its way for those looking for a
  15. free software, customizable alternative to something like
  16. Thingiverse! (Goblinverse??)
  17. </p>
  18. <p>
  19. I have plenty more to say, but demonstrations speak louder than
  20. words, so check out this video:
  21. </p>
  22. <div style="margin: 0 auto; width: 640px; height: 480px;">
  23. <video class="video-js video-js-640 vjs-default-skin"
  24. width="640"
  25. height="480"
  26. controls="controls"
  27. preload="metadata"
  28. poster="/blog_images/3d_support-poster.png"
  29. style="width: 640px !important; height: 480px !important;"
  30. data-setup="">
  31. <source src="http://7236508364c37fa9e75f-06885409aae278cdc67155c04400e3f7.r71.cf1.rackcdn.com/mediagoblin_3d_support-640x480.webm"
  32. type="video/webm; codecs=&quot;vp8, vorbis&quot;" />
  33. <source src="http://7236508364c37fa9e75f-06885409aae278cdc67155c04400e3f7.r71.cf1.rackcdn.com/mediagoblin_3d_support-640x480.mp4"
  34. type="video/mp4" />
  35. <div class="no_html5">Sorry, this video will not work because
  36. your web browser does not support HTML5
  37. video.<br/>You can get a modern web browser that
  38. can play this video at <a href="http://getfirefox.com">
  39. http://getfirefox.com</a>!</div>
  40. </video>
  41. </div>
  42. <br />
  43. <p>
  44. Thrilling stuff, right? What's also thrilling is just how fast this
  45. all came together. Last Sunday Jeff Moe of LulzBot made a
  46. generous donation to
  47. <a href="http://mediagoblin.org/pages/campaign.html">MediaGoblin's
  48. campaign</a> and said that whoever added 3d model support to
  49. MediaGoblin would get their
  50. <a href="http://www.lulzbot.com/en/3d-printer/153-ao-100.html">LulzBot
  51. AO-100</a> 3d printer as a reward
  52. (which, by the way, is the first ever
  53. <a href="https://www.fsf.org/news/hardware-certification-aleph-objects-lulzbot-3d-printer">FSF certified</a>
  54. piece of hardware). Before we could even make a public
  55. announcement, Aeva blasted through the implementation... in just two
  56. nights! It's pretty cool... it uses
  57. <a href="http://blender.org/">Blender</a> to render the stills and
  58. has a WebGL browser preview using
  59. <a href="https://github.com/tbuser/thingiview.js">thingiview.js</a>
  60. (an LGPLv3 based JavaScript library). Anyway. Thrilling stuff.
  61. </p>
  62. <p>
  63. I think this news was exciting for everyone, but especially for me!
  64. When I give talks about MediaGoblin I frequently say "the media
  65. types layer is extensible, so you could even add support for
  66. something like 3d model support if you wanted to." I didn't expect
  67. us to get this so soon... I guess I'll have to come up with a new
  68. line. I guess that's the best kind of problem to have!
  69. </p>
  70. <p>
  71. Code is not yet merged into master but you can
  72. <a href="https://gitorious.org/~cwebber/mediagoblin/cwebbers-mediagoblin/commits/aeva-printables">check it out here</a>
  73. if curious. We are hoping it should land in the next release.
  74. </p>
  75. <p>
  76. Oh, and did I mention that we're running this
  77. <a href="/pages/campaign.html">crowdfunding campaign</a>? Every bit
  78. helps, and we've still got a ways to go!
  79. <a href="/news/10k-campaign-matching.html">Contributions are
  80. currently being doubled</a>... so your support is welcome. And tell
  81. a friend! The world's most beautiful media publishing future is
  82. counting on *you*!
  83. </p>
  84. <p class="centered">
  85. <a href="/pages/campaign.html">
  86. <img src="/blog_images/support_mediagoblin-blagpost.png"
  87. alt="Gavroche imploring you to support MediaGoblin!" />
  88. </a>
  89. </p>
  90. </body>
  91. </html>