lighttroupe / luz

Live motion graphics editor and performer.
GNU General Public License v2.0
37 stars 4 forks source link

luz-next_performer error #11

Closed Giladx closed 8 years ago

Giladx commented 9 years ago

While I am trying to run it I get

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- sdl_application (LoadError)
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from ./luz_performer.rb:6:in `<main>'

what do I need to gem ? Ubuntu Mate 14.04

thanx

lighttroupe commented 8 years ago

sdl_application.rb is in the utils directory.

Are you running Luz from its root directory?

I recommend you cd into the directory and do: ruby luz.rb --system-mouse --window

(and then use a window manager key to go fullscreen, which you can configure in System / Preferences / Keyboard Shortcuts option "Toggle maximization state", and I personally set it to Ctrl-F11)

lighttroupe commented 8 years ago

Tons of changes in an update to sdl2 and ubuntu 15.04.

The docs are updated with minimal steps to get things working.