We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
如果您
在控制台(命令提示符)窗口中运行,鞋子将以帮助/手动模式运行。
在此模式下,它显示鞋子手册,并附有可运行的示例(该手册是鞋子应用程序)。此模式具有内置搜索功能,可以直接跳转到文档的相关部分,非常方便参考。
大多数信息在上面提到的 help.shoooes.net 站点中被重新格式化为 html。
与大多数开源项目一样,它都有详细的文档记录。 而且 _why 似乎实际上在文档中表现出了克制(他显然在无人知晓的鞋子手册中解决了他的卡通疯狂!)。
If you run
in a console (command prompt) window, shoes will run in Help/Manual mode.
In this mode it displays the shoes manual, complete with runnable examples (the manual is a shoes application) This mode has a built-in search feature which jumps straight to the relevant section of the docs and is very handy for reference.
Most of this info is reformatted as html in the help.shoooes.net site mentioned above.
As most open source projects go it's well documented. And _why seems to have actually shown restraint in the documentation (he obviously worked out his cartoony madness in the nobody knows shoes manual!).
Shoes Help 似乎有各种参考文档。
Shoes Help seems to have all kinds of reference documentation.
我从来没有见过这样的鞋子。 Why 似乎更喜欢用卡通和拼贴画来记录他的东西。
您读过无人懂鞋吗?
I have never seen such thing for Shoes. It seems Why prefers to document his stuff with cartoons and collages.
Have you read Nobody Knows Shoes?
动画对象继承自 TimerBase(每个对象和 Timer 对象也是如此),因此具有绘制、删除、启动、停止和切换方法。 我不知道更多......这是我在挖掘鞋子来源时所做的笔记。 但这些将是一个很好的起点。
Animation objects inherit from TimerBase (as do Every objects and Timer objects), and as such have the methods draw, remove, start, stop, and toggle. I don't know too much more... this is from my notes I took while digging through the shoes source. But those would be a good place to start.
似乎没有真正的文档,因此您只需从示例中收集它[?]
rdoc 的尝试失败了[刚刚从 github 存储库中运行了 rdoc]
http://roger.doachristianturndaily.info/ruby/shoes/doc/
你可以查看 C 代码来尝试发现它们:)
It appears that there is no real documentation, as such--you just have to glean it from examples [?]
An attempt at rdoc failed pretty well [just ran rdoc from within the github repo]
http://roger.doachristianturndaily.info/ruby/shoes/doc/
you can look into the C code to try to discover them :)