Skip to content
/ eDen Public

Ruby scriptable cross platform 3D framework

License

Notifications You must be signed in to change notification settings

atome-fr/eDen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eDen

eDen is a free, cross-platform framework.

eDen is suitable for both applications and games developement.
it can produce 2D, 3D games, mobile and desktop applications, but also audiounit and VST audio plugins.
it is entirely scriptable in Ruby.

The following operating systems are supported : Android, Freebsd, HTML5, iOS, Linux, Macos, Windows, .
The following platforms are supported : Beaglebone and Raspberry PI .

License

Licensed under the MIT license, see LICENSE for details.

mruby-example

Building

git clone https://github.com/atome-fr/eDen.git
cd eDen
git submodule init
git submodule update
cd ext/mruby
make CC=cc
cd ../..
mkdir build
cd build
cmake ..
make
cp ../scene.rb .
URHO3D_PREFIX_PATH=/usr/local/share/Urho3D/Resources ./bin/SampleProject

About

Ruby scriptable cross platform 3D framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published