Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Ruby bindings not up-to date  (Read 18712 times)

0 Members and 1 Guest are viewing this topic.

MarkusQ

  • Newbie
  • *
  • Posts: 1
    • View Profile
Ruby bindings not up-to date
« on: December 13, 2008, 04:01:46 am »
It appears that the ruby bindings are targeting 1.2 while the rest of the world has moved on to 1.3.  

    Is that the case?
    If so, is someone working on bringing them up to date?
    If no one is, and I do it myself, would anyone be interested?


In other words, are the ruby bindings live?

--MarkusQ

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Ruby bindings not up-to date
« Reply #1 on: December 13, 2008, 11:04:15 am »
It's currently dead, nobody's working on it anymore.
Laurent Gomila - SFML developer

TricksterGuy

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Ruby bindings not up-to date
« Reply #2 on: December 25, 2008, 01:57:48 am »
I would also be interested in Ruby bindings for this, even if I do have to help write one or make one myself.

I couldn't try out the ruby bindings that are currently up, since it would be hard to integrate into my installation.

But this has been the best library I've seen so far (and I've seen quite a few).

EDIT: I have done a lot of work on this by myself and I have wrapped almost all of the Graphics stuff and all of the Window stuff. All I have left is sound and wrapping everything up.

I did not base my wrapper on the existing rubysfml, so my api will be different. and I also wrapped the C version of sfml since it is a lot easier to work with.