2015-01-01から1年間の記事一覧

MMDLoader will be in Three.js r74

THREE.MMDLoader which I've been developing will be available in Three.js r74. It was already merged into r74 dev.https://github.com/mrdoob/three.js/pull/7687MMDLoader enables you to use MMD data on browser with Three.js.Demo: http://takahi…

Real-Time 3D CG model dancing with music sync by JavaScript and WebGL

Introduction I made a web app which lets MMD(3D CG animation tool) model dance with music sync on your chrome.It's implemented from kinda scratch with JavaScript and WebGL.(I mean I don't use any 3D CG libraries like Three.js though I use …

My MMD viewer on chrome supports Physics

Demo http://takahirox.github.io/mmd-viewer-js/Only for Windows and chrome. source codes My source code https://github.com/takahirox/mmd-viewer-js/ messed yet tho.I use Ammo.js(https://github.com/kripken/ammo.js/) for physics. video and sna…

Trying to load MMD model on Chrome with WebGL

I've got the flu and cannot go out. So instead I'm trying to load MMD model on Chrome with WebGL.

Memo: How to build OpenBSD from source code and add system call on QEMU

Introduction Memorandum for myself. I just follow these three articles. Thanks dude. http://undeadly.org/cgi?action=article&sid=20130109210346 http://www.onlamp.com/pub/a/bsd/2003/10/09/adding_system_calls.html http://www.openbsd.org/faq/f…