Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Q why do I get: uninitialized constant GLUT::BITMAP_8_BY_13
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="G.Durga Prasad, post: 4580626"] I am able to run ruby-opengl examples on my Ubuntu desktop. Linux 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686 GNU/Linux ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] The example I ran start as follows: #!/usr/bin/env ruby -rubygems # Name: nehe_lesson05.rb # Purpose: An implementation of NeHe's OpenGL Lesson #05 # using ruby-opengl ([URL]http://nehe.gamedev.net/[/URL]) # require "gl" require "glu" require "glut" require "mathn" # Add GL and GLUT namespaces in to make porting easier include Gl include Glu include Glut Prasad [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Q why do I get: uninitialized constant GLUT::BITMAP_8_BY_13
Top