项目作者: vaiorabbit

项目描述 :
A BVH motion parser and playback implementation written in Ruby
高级语言: Ruby
项目地址: git://github.com/vaiorabbit/perfume_dance.git
创建时间: 2018-10-09T14:24:50Z
项目社区:https://github.com/vaiorabbit/perfume_dance

开源协议:

下载


Perfume Dance

  • Created : 2014-05-12
  • Last modified : 2023-10-08

A BVH motion parser and playback implementation used to make the video:

  • Perfume BVH playback test

Prerequisites

How to run

  1. Get the archive of motion data ‘bvhfiles.zip’ via http://perfume-dev.github.io
  2. Copy BVH files (aachan.bvh, kashiyuka.bvh and nocchi.bvh) into ./data
  3. Put glfw3.dll (Windows) / libglfw.dylib (macOS) here
    • or specify path to the GLFW DLL as the argument of ‘GLFW.load_lib()’. See perfume_dance.rb
      • ex.) GLFW.load_lib(‘libglfw3.dylib’, ‘/usr/local/lib’) (macOS)
  4. $ ruby perfume_dance.rb

Operation

  • Esc : quit.
  • Mouse L/R : move eye position.

License

All source codes are available under the terms of the zlib/libpng license.

  1. Perfume Dance
  2. Copyright (c) 2014-2023 vaiorabbit
  3. This software is provided 'as-is', without any express or implied
  4. warranty. In no event will the authors be held liable for any damages
  5. arising from the use of this software.
  6. Permission is granted to anyone to use this software for any purpose,
  7. including commercial applications, and to alter it and redistribute it
  8. freely, subject to the following restrictions:
  9. 1. The origin of this software must not be misrepresented; you must not
  10. claim that you wrote the original software. If you use this software
  11. in a product, an acknowledgment in the product documentation would be
  12. appreciated but is not required.
  13. 2. Altered source versions must be plainly marked as such, and must not be
  14. misrepresented as being the original software.
  15. 3. This notice may not be removed or altered from any source
  16. distribution.