Skip to content

adakkak/ruby-x3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= RelaX3D

== Information

Author:: Abdulmajed Dakkak <adakkak@eng.utoledo.edu>
Licence:: MIT licence
Homepage:: http://eng.utoledo.edu/~adakkak

RelaX3D is a  Ruby library that allows  you to easily create  X3D scenes using
the  Ruby language.  It  was designed  to be  simple,  and does  not currently
implement  all of  X3D's tag  elements.  All  the  results  were  tested using
FreeWRL.

== Usage

Depending on how  you write your library,  the usage  will vary.  All examples
were written so  that  they  will  be  executed  using  the following command,
however:

 ruby [file].rb > [output].x3d

Refer to the doc directory for documentation on the library itself.

= Prerequisites

You need Ruby and the Builder  gem.  I.e.  after you install Ruby on your Unix
machine (be it Linux,  OSX,  or Solaris;  of which only Linux and Solaris were
tested) you have to run the  following command (after downloading the ruby-gem
package)

 # gem install builder

You may need extra libraries for some of the examples;  see the README file in
the examples for more information.

About

A ruby DSL to generate X3D files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published