文件名称:stl2gif-ruby:stl 一个 gif
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-15 04:52:28
Ruby
stl2gif 将 STL 文件转换为 GIF 动画 安装 将此行添加到应用程序的 Gemfile 中: gem 'stl2gif' 然后执行: $ bundle 或者自己安装: $ gem install stl2gif 依赖关系 图像魔术师 波夫雷 用法 require 'stl2gif' s = Stl2gif.Stl.new('test/fixtures/test.stl') s.generate_frames # temp_gif is a tempfile temp_gif = s.to_gif('test') 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my
【文件预览】:
stl2gif-ruby-develop
----Rakefile(134B)
----test()
--------test_stl2gif.rb(580B)
--------test_stl2gif_geometry.rb(769B)
--------minitest_helper.rb(105B)
--------fixtures()
----stl2gif.gemspec(1KB)
----Gemfile(137B)
----.gitignore(118B)
----lib()
--------stl2gif()
--------stl2gif.rb(2KB)
----README.md(729B)
----LICENSE.txt(34KB)