Is there any way to require rsdl in my codebase so i don't have to use the command line interface
My use case is that I am using an html server wrapper (sinatra with unicorn) around a Ruby/C library in which I want to open a window with a playout server (mltframework). This would only be for local testing but it would be extremely helpful.
I tried to pull some of the code out of the rsdl bin file but either I did it wrong or it is the wrong approach.
Thank you, it is nice to see ruby finally working with SDL on my machine 👍
Is there any way to require rsdl in my codebase so i don't have to use the command line interface
My use case is that I am using an html server wrapper (sinatra with unicorn) around a Ruby/C library in which I want to open a window with a playout server (mltframework). This would only be for local testing but it would be extremely helpful.
I tried to pull some of the code out of the rsdl bin file but either I did it wrong or it is the wrong approach.
Thank you, it is nice to see ruby finally working with SDL on my machine 👍