The Papervision3D Sprout Gem
requires sprout, v >= 1.0.×.pre
Papervision3D ActionScript 3 source wrapped in a Sprout::Specification for implementation into a sprout project and Gem::Specification for distribution as a gem.
The sprout will download the Papervision3D matching version zip from GoogleCode and the source code will be copied to lib/papervision3d of your sprout project.
Installation
Intended for use with a project using Project Sprouts.
See information concerning Project Sprouts here:
- “http://github.com/lukebayes/project-sprouts” http://github.com/lukebayes/project-sprouts
- “http://github.com/lukebayes/sprout-flashsdk” http://github.com/lukebayes/sprout-flashsdk
Add the Papervision3D gem to your Gemfile:
gem "papervision3d"
Add the Papervision3D library dependency to your Rakefile:
library :papervision3d
Enter this shell command to resolve gem dependency:
bundle install
Ruby Gem
The gem can be installed independently of a project entering this command:
gem install papervision3d