Skip to content

A BVH motion parser and playback implementation written in Ruby

Notifications You must be signed in to change notification settings

vaiorabbit/perfume_dance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Perfume Dance
Copyright (c) 2014-2023 vaiorabbit

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

    1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.

    2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.

    3. This notice may not be removed or altered from any source
    distribution.

About

A BVH motion parser and playback implementation written in Ruby

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages