ruby-drawille:使用Unicode盲文字符在终端中绘图

时间:2024-05-30 02:50:49
【文件属性】:

文件名称:ruby-drawille:使用Unicode盲文字符在终端中绘图

文件大小:1.08MB

文件格式:ZIP

更新时间:2024-05-30 02:50:49

Ruby

Ruby专用的Drawille 使用Unicode字符在终端中绘图。 基于的实现。 安装 将此行添加到您的应用程序的Gemfile中: gem 'drawille' 然后执行: $ bundle 或将其自己安装为: $ gem install drawille 用法 由于API相似,因此可以像使用Python一样使用Drawille。 这是其示例之一: require 'drawille' canvas = Drawille :: Canvas . new ( 0 .. 1800 ) . step ( 10 ) . each do | x | canvas . set ( x / 10 , 10 + Math . sin ( x * Math :: PI / 180 ) * 10 ) end puts canvas . frame 但是最后,您可以在只有两种颜色的所有可


【文件预览】:
ruby-drawille-master
----drawille.gemspec(815B)
----docs()
--------images()
----Rakefile(118B)
----Gemfile(93B)
----examples()
--------mn-gon.rb(196B)
--------stencil-1.png(6KB)
--------stencil-2.jpg(7KB)
--------conway.rb(2KB)
--------stencil.rb(497B)
----spec()
--------sinus.dat(2KB)
--------spec_helper.rb(308B)
--------drawille_spec.rb(8KB)
----.gitignore(154B)
----lib()
--------drawille()
--------drawille.rb(162B)
----README.md(6KB)
----LICENSE.txt(1KB)

网友评论