RubySketch User Reviews

Top reviews

This is great fun!!!

Not only do I get to learn Ruby (finally after a gazillion years of putting it off), I can be creative with it. Yay developer!!

Response from developer

Thanks a lot! I'm really glad you're having fun with the app!

ポケットに収まるRuby学習環境として活用中です!

タイトルの通りポケットに収まるRuby学習環境として活用させて頂いております。
文字サイズやエディタのテーマを選択できれば尚良いと思いました。
またpure rubyなgemをインストールできる仕組みがあれば活用の幅が広がると思います。

Response from developer

nizuki926 さん、レビューありがとうございます! v2.11 で文字サイズの変更に対応いたしましたのでぜひお試しください 😀

通勤電車の中でRubyが楽して嬉しいです

PCが持ち歩かなくてもiPhoneでRubyを楽しめるのがとても嬉しいです。嬉しすぎて、逆に開発者さんで困っていることはないだろうかと思ったりします(非力ですけど)。
要望としては、エラーメッセとの戦いで、リストに行番号をオン、オフできればもっともっとありがたいと思っています。わがままごめんなさい。

Response from developer

MIN0_MacBookPro さんレビューありがとうございます! v2.11 で行番号表示に対応しましたのでぜひお試しください 😀

サンプルが豊富で今後に期待

テキストエディタ周りの機能に今後のアプデを期待しています。

特に行数表示やコードの補完が是非欲しいです。

あと、ソリティアのサンプルコードにjsonやyml、pngなどの画像があったのですが、自分のプロジェクトにそれらを配置するにはどうしたら良いでしょう💦

Response from developer

ひーくん0909さん、レビューと要望ありがとうございます! ご期待に応えられるよう、今後も機能追加や改修を続けてまいります! (ですがなにぶんひとりで開発しているアプリですので、気長にお待ちいただけますとありがたいです) ちなみに現バージョンでも、手間はかかりますが以下のスクリプトをアプリ内で実行すれば(ちょっと無理やりですが)それぞれのファイルを作成することはできますのでご参考まで。 .json ファイル > require 'json' > File.write('foo.json', {a: 1, b: 2}.to_json) .yml ファイル > require 'yaml' > File.write('bar.yml', {x: 8, y: 9}.to_yaml) .png ファイル > icon = loadImage('https://xord.org/rubysketch/images/rubysketch128.png') > icon.save('icon.png')

Brilliant

RubySketch is excellent! Really powerful, easy to use, with lots of helpful example programs to get you started. Ad free version is great, well worth the price.

Response from developer

Thanks for your great review comment! The full screen mode was made for you. We are glad you enjoyed it😁 PS: Ads can now be removed in version 2.7, please try it! 😄

How do I get rid of ads?

Couldn’t find any explanation of this. Is it possible? The ads spoil the visuals.

Response from developer

Thank you for your review, we appreciate it! We do have plans to add an in-app purchase feature to remove ads, but it will take a little longer to implement. By the way, have you tried the full-screen button in the upper right corner of the execution screen? It maximizes the display and hides ads, so if you haven't tried it yet, using the full-screen button may meet your expectations 🙂 PS: Ads can now be removed in version 2.7, please try it! 😄

神アプリ

こーゆーのが欲しかった。
今後の展開に大期待。

Good for what it is, but so close to something greater

The editor and canvas for doing ruby graphic programming is quite good, I haven't run into any issues with it...

What I wish is that it went a little further - If we could edit the markdown, and have the code update the page, it would be a really solid ruby programmers notebook akin to Carnets or Jupyter, something I have been eagerly searching for.
Show more

Processingユーザーには馴染みやすいです

Shaderサポートが待ち遠しいです

2022/12/22追記
Ver2.2でサポートされたとの事、試してみます!

Response from developer

Sugarware さん、レビューありがとうございます! バージョン 2.2 で Shader をサポートいたしましたので是非使ってみてください😁

創造力が掻き立てられる!

まだ、インストールしたばかりですが、サンプルを実行させる限り最高に面白そう