Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 701 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 701 Bytes

ruby-d4

test

🐱 d4 - Dense Depth Data Dump - for Ruby

Installation

git clone https://github.com/kojix2/ruby-d4
cd ruby-d4
bundle exec rake d4:build
bundle exec rake install

Usage

require 'd4'

Development

Generate FFI binding using c2ffi.

c2ffi d4-format/d4binding/include/d4.h | c2ffi4rb > lib/d4/ffi2.rb
# edit lib/d4/ffi2.rb

License

MIT