123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <html>
- <head>
- <title>MediaGoblin now with 3d support: MediaGoblin community and Lulzbot team up</title>
- <meta name="date" content="2012-10-22 10:30" />
- <meta name="author" content="Christopher Allan Webber" />
- </head>
- <body>
- <p>
- I have some very exciting announcements this morning. Basically,
- thanks to generous support from
- <a href="http://www.lulzbot.com/en/">LulzBot</a> and one awesome
- MediaGoblin contributor Aeva Ntsc, we now have 3d model support in
- MediaGoblin! This awesome news means that MediaGoblin becomes more
- useful for 3d artists and is well on its way for those looking for a
- free software, customizable alternative to something like
- Thingiverse! (Goblinverse??)
- </p>
- <p>
- I have plenty more to say, but demonstrations speak louder than
- words, so check out this video:
- </p>
- <div style="margin: 0 auto; width: 640px; height: 480px;">
- <video class="video-js video-js-640 vjs-default-skin"
- width="640"
- height="480"
- controls="controls"
- preload="metadata"
- poster="/blog_images/3d_support-poster.png"
- style="width: 640px !important; height: 480px !important;"
- data-setup="">
- <source src="http://7236508364c37fa9e75f-06885409aae278cdc67155c04400e3f7.r71.cf1.rackcdn.com/mediagoblin_3d_support-640x480.webm"
- type="video/webm; codecs="vp8, vorbis"" />
- <source src="http://7236508364c37fa9e75f-06885409aae278cdc67155c04400e3f7.r71.cf1.rackcdn.com/mediagoblin_3d_support-640x480.mp4"
- type="video/mp4" />
- <div class="no_html5">Sorry, this video will not work because
- your web browser does not support HTML5
- video.<br/>You can get a modern web browser that
- can play this video at <a href="http://getfirefox.com">
- http://getfirefox.com</a>!</div>
- </video>
- </div>
- <br />
- <p>
- Thrilling stuff, right? What's also thrilling is just how fast this
- all came together. Last Sunday Jeff Moe of LulzBot made a
- generous donation to
- <a href="http://mediagoblin.org/pages/campaign.html">MediaGoblin's
- campaign</a> and said that whoever added 3d model support to
- MediaGoblin would get their
- <a href="http://www.lulzbot.com/en/3d-printer/153-ao-100.html">LulzBot
- AO-100</a> 3d printer as a reward
- (which, by the way, is the first ever
- <a href="https://www.fsf.org/news/hardware-certification-aleph-objects-lulzbot-3d-printer">FSF certified</a>
- piece of hardware). Before we could even make a public
- announcement, Aeva blasted through the implementation... in just two
- nights! It's pretty cool... it uses
- <a href="http://blender.org/">Blender</a> to render the stills and
- has a WebGL browser preview using
- <a href="https://github.com/tbuser/thingiview.js">thingiview.js</a>
- (an LGPLv3 based JavaScript library). Anyway. Thrilling stuff.
- </p>
- <p>
- I think this news was exciting for everyone, but especially for me!
- When I give talks about MediaGoblin I frequently say "the media
- types layer is extensible, so you could even add support for
- something like 3d model support if you wanted to." I didn't expect
- us to get this so soon... I guess I'll have to come up with a new
- line. I guess that's the best kind of problem to have!
- </p>
- <p>
- Code is not yet merged into master but you can
- <a href="https://gitorious.org/~cwebber/mediagoblin/cwebbers-mediagoblin/commits/aeva-printables">check it out here</a>
- if curious. We are hoping it should land in the next release.
- </p>
- <p>
- Oh, and did I mention that we're running this
- <a href="/pages/campaign.html">crowdfunding campaign</a>? Every bit
- helps, and we've still got a ways to go!
- <a href="/news/10k-campaign-matching.html">Contributions are
- currently being doubled</a>... so your support is welcome. And tell
- a friend! The world's most beautiful media publishing future is
- counting on *you*!
- </p>
- <p class="centered">
- <a href="/pages/campaign.html">
- <img src="/blog_images/support_mediagoblin-blagpost.png"
- alt="Gavroche imploring you to support MediaGoblin!" />
- </a>
- </p>
- </body>
- </html>
|