hexgrid:Ruby中六边形网格结构的实现

时间:2024-06-22 02:06:48
【文件属性】:

文件名称:hexgrid:Ruby中六边形网格结构的实现

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-22 02:06:48

Ruby

六角网格 描述的概念的 Ruby 实现 安装 将此行添加到应用程序的 Gemfile 中: gem 'hexgrid' 然后执行: $ bundle 或者自己安装: $ gem install hexgrid 用法 不要使用 - 仍在开发中 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建一个新的拉取请求


【文件预览】:
hexgrid-master
----LICENSE.txt(1KB)
----lib()
--------hexgrid()
--------hexgrid.rb(167B)
----Gemfile(92B)
----hexgrid.gemspec(1KB)
----Rakefile(134B)
----.travis.yml(80B)
----test()
--------test_helper.rb(124B)
--------hex_test.rb(906B)
--------grid_test.rb(922B)
--------point_test.rb(2KB)
----README.md(937B)
----.gitignore(118B)

网友评论