Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/rosen
The git repos of rosen: http://sourceforge.net/projects/rosen/
https://github.com/auser/rosen
Last synced: 3 months ago
JSON representation
The git repos of rosen: http://sourceforge.net/projects/rosen/
- Host: GitHub
- URL: https://github.com/auser/rosen
- Owner: auser
- License: gpl-3.0
- Created: 2009-12-12T23:45:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-12T23:46:40.000Z (about 15 years ago)
- Last Synced: 2024-04-14T14:21:38.020Z (9 months ago)
- Language: Erlang
- Homepage: http://sourceforge.net/projects/rosen/
- Size: 148 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog
- License: LICENSE.txt
Awesome Lists containing this project
README
ROSEN: the RObotic Simulation Erlang eNgine
!!!!!! How to compile and test it !!!!!!!
===========================================1. Compiling
------------First of all you need erlang and esdl.
Erlang can be found at http://www.erlang.org
ESDL can be found at http://esdl.sourceforge.netAfter unpacking the tarball, type:
$ ./configure
and then
$ make
This will compile ROSEN and the examples. The binaries of ROSEN can
be found in the "ebin" dir, while, for the examples, you can find both
source code and binaries in "examples".2. Testing the library
----------------------Type:
$ erl -pa ebin -pa examples
and then, from the erlang shell:
1> test:objects().
If everything is ok, you will see some 3D objects (a cube, a cylinder
a cone, a shpere, etc.) of various colors rotating in the 3D space.
Press "q" to terminate the program and return to the shell.3. Moving the scene
-------------------While looking a 3D scene, you may use the following keys to move it:
"1" --> Zoom out
"2" --> Zoom in
"Left/Right Arrow" --> Rotate left/right the scene
"Up/Down" Arrow" --> Rotate up/down the scene
"c" --> Show camera position
"ESC" or "q" --> Close the 3D window and terminate ROSEN4. Problems?
------------Please drop a mail to Corrado Santoro ([email protected]).