1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 19, 2025 — Jul 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add examples/shader its a Copy of the Shader example from SFML More... about 13 years ago
fixes some things in the Map test (the position is not negative as i thought) add New Layers to the test map More... about 13 years ago
add the new classes to the main Init More... about 13 years ago
add Vertex#initialize that takes a hash More... about 13 years ago
add Text to Transformable and use Hash in Transformable#initialize More... about 13 years ago
add Sprite#initialize that use an Hash More... about 13 years ago
add MousePosition for Window and block form to poll_event More... about 13 years ago
add RubyImplmentation of sf::Drawable More... about 13 years ago
add RenderState to RenderTarget#draw More... about 13 years ago
add std::size_t wrapper More... about 13 years ago
add Mouse module, currently only with position More... about 13 years ago
add RenderState, with this you can customize the drawing More... about 13 years ago
add Shader class, with that you can use GPU programs for drawing More... about 13 years ago
add Text class, with this you can draw strings More... about 13 years ago
add Font class, its used for Text More... about 13 years ago
add Clock Class, its used for time measuring More... about 13 years ago
Add Time class, it can be convert into to_f More... about 13 years ago
add hidden rb_define_module, rb_define_module_under and rb_define_class_under to fool RDoc More... about 13 years ago
add VideoMode More... about 13 years ago
added Map Test, it does uses tiled_tmx from the same Author More... about 13 years ago
added Sprite Sample, it does only show one image More... about 13 years ago
added First Test, it changes color while clicking and prints an char when text enterd More... about 13 years ago
fixes some GL functions in the RenderTarget More... about 13 years ago
added IntRect parameter in the Image#to_texture More... about 13 years ago
fixes error in Rect names More... about 13 years ago
added EventType enum and Text Event with uint32 to ruby char More... about 13 years ago
add Reference Wrapper for sf::View, i hope it does not hurt More... about 13 years ago
add the first part of the Event class More... about 13 years ago
add Drawable and Sprite, @Quintus should be able to begin with rendering More... about 13 years ago
Added the Rect to the Texture::load_file More... about 13 years ago