From: Teodor Carstea Date: 2009-12-03T00:16:03+09:00 Subject: Graphics mode Hi all! I'm a beginner. I need to include graphics mode in my program, I dunno how. I can do it in C++, but I can't in Ruby. Example: a ball falls down. Da program calculates it's coordinates and it works. But I wanna see it. For now I can see just an array of (x,y) values. Help me to make a graphic view using theese coordinates. In C++ I know I need just to initialize graphics mode. But I'm really green how to do it in Ruby. Help! -- Posted via http://www.ruby-forum.com/.