This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-05-27 14:21:02

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

WhirlyGigs in Ruby!

Hey, if you havent ever seen my project WhirlyGigs, check it out. I made that porject into a version built in a language a little like Smalltalk called Ruby! It is currently finished and deployment-ready, and I will probably upload it to GitHub, a public source code version control site. So, be sure to try it out when I release it!

     WhirlyGigs has two dependancies: Ruby of course, and something called Gosu. Gosu is an OpenGL 'interface' for Ruby. Here is how to install the two:

     STEP 1.
          Install Ruby from this website and follow the instructions. If you are on a Mac, you can skip this; Apple includes several languages on their computers like Ruby, Java, Perl, and Python.

     STEP 2.
          Open up a command line interface and type:

Code:

gem install gosu

You are now finished! To run WhirlyGigs, navigate (in the command line) to the folder using the "cd" command. Then type:

Code:

ruby WhirlyGigs.rb

Congradulations! You should now have the program running. To stop it at any time, just close the window.


     Here are some screenshots:
http://oi51.tinypic.com/24q4w9g.jpg
http://i51.tinypic.com/1586vdj.png
http://i54.tinypic.com/5ygfox.png
http://i52.tinypic.com/2a9e2s0.png
http://i52.tinypic.com/2cgy0bp.png


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#2 2011-05-27 15:09:04

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: WhirlyGigs in Ruby!

Bump!


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#3 2011-05-27 15:50:53

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: WhirlyGigs in Ruby!

Awesome!  cool   cool   cool   cool   cool


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#4 2011-05-27 15:56:18

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: WhirlyGigs in Ruby!

scratcher7_13 wrote:

Awesome!  cool   cool   cool   cool   cool

Thank you! Hope you like it.  lol


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#5 2011-05-27 15:59:14

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: WhirlyGigs in Ruby!

Looks good!


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#6 2011-05-27 16:47:58

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: WhirlyGigs in Ruby!

meew0 wrote:

Looks good!

Thanks! It's open source too, so you can browse the code if you know Ruby.


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#7 2011-05-27 16:49:25

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: WhirlyGigs in Ruby!

Jwosty wrote:

meew0 wrote:

Looks good!

Thanks! It's open source too, so you can browse the code if you know Ruby.

I know it a bit.


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#8 2011-05-27 17:04:00

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: WhirlyGigs in Ruby!

meew0 wrote:

Jwosty wrote:

meew0 wrote:

Looks good!

Thanks! It's open source too, so you can browse the code if you know Ruby.

I know it a bit.

Awesome   smile


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

Board footer