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

Author Topic: new Ruby Binding sfml-ruby  (Read 5567 times)

0 Members and 1 Guest are viewing this topic.

Hanmac

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
new Ruby Binding sfml-ruby
« on: June 30, 2013, 11:10:55 pm »
Hi i made an new SFML binding that works with ruby Trunk and is a little bit different that  rbSFML
https://github.com/Hanmac/sfml-ruby

Some of the differents:
  • Enum Values are mapped against Symbol, so you dont need the constants
  • RenderTarget pointer are Stored inside a std::map to reuse them
  • uses key arguments for the classes that inherit from Transformable

currently its not finish yet, and the audio is totaly missing but the Shader example does work as it should

 

anything