SFML/bindings/ruby/sfml-graphics/graphics
2010-11-23 17:21:20 +00:00
..
Color.cpp Well I made a test to check if Drawable worked, and it didn't... I had made some really bad mistakes but they are fixed now and the drawable test is working currently. Though it will be extended with functionality to render too. Will have to wait with that test for now as the function is actually not finished. 2010-11-19 14:29:21 +00:00
Color.hpp Added helper functions to access the color components in SFML::Color 2010-11-19 09:28:16 +00:00
Drawable.cpp Fixed so that the rbDrawable::Render function now wraps the sf::Renderer and sf::RenderTarget objects and passes the wrappers to the SFML::Drawable#render method. 2010-11-22 15:03:30 +00:00
Drawable.hpp Added Drawable module, still have the comments to add and have to test if it works, but theoretically it should be good to go. 2010-11-19 13:29:40 +00:00
Font.cpp Finished SFML::Font with rdoc commentaries too. 2010-11-20 18:16:24 +00:00
Font.hpp A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it. 2010-11-19 18:36:45 +00:00
Glyph.cpp A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it. 2010-11-19 18:36:45 +00:00
Glyph.hpp A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it. 2010-11-19 18:36:45 +00:00
Image.cpp Finished the SFML::View class. Will add rdoc commentaries later. 2010-11-20 23:42:53 +00:00
Image.hpp A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it. 2010-11-19 18:36:45 +00:00
main.cpp Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out. 2010-11-23 17:21:20 +00:00
main.hpp Had to do a lot of configurations to get the cross-module include work correctly. 2010-11-19 14:03:40 +00:00
Rect.cpp A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow 2010-11-23 05:58:32 +00:00
Rect.hpp Fixed some compilation errors from previous revision. Now it compiles but the classes different methods haven't been bound yet so won't have any effect. 2010-11-20 01:12:58 +00:00
Renderer.cpp Created the SFML::Renderer class. Got rdoc comments left to do. 2010-11-21 15:47:37 +00:00
Renderer.hpp Created the SFML::Renderer class. Got rdoc comments left to do. 2010-11-21 15:47:37 +00:00
RenderImage.cpp Just some small fixes for my convenience. 2010-11-23 15:00:23 +00:00
RenderImage.hpp Finished SFML::RenderImage, still got rdoc comments to do. 2010-11-22 16:13:33 +00:00
RenderTarget.cpp Just some small fixes for my convenience. 2010-11-23 15:00:23 +00:00
RenderTarget.hpp Created the SFML::RenderTarget mixin module for my convenience. Consider this class internal! Do not use it directly in your code! 2010-11-22 14:50:09 +00:00
RenderWindow.cpp A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow 2010-11-23 05:58:32 +00:00
RenderWindow.hpp A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow 2010-11-23 05:58:32 +00:00
Shader.cpp Finished the SFML::Shader class. Still got rdoc comments to do. 2010-11-21 13:32:26 +00:00
Shader.hpp Finished the SFML::Shader class. Still got rdoc comments to do. 2010-11-21 13:32:26 +00:00
Shape.cpp A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow 2010-11-23 05:58:32 +00:00
Shape.hpp A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow 2010-11-23 05:58:32 +00:00
Sprite.cpp Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out. 2010-11-23 17:21:20 +00:00
Sprite.hpp Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out. 2010-11-23 17:21:20 +00:00
Text.cpp Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out. 2010-11-23 17:21:20 +00:00
Text.hpp Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out. 2010-11-23 17:21:20 +00:00
View.cpp Finished the SFML::View class. Will add rdoc commentaries later. 2010-11-20 23:42:53 +00:00
View.hpp Finished the SFML::View class. Will add rdoc commentaries later. 2010-11-20 23:42:53 +00:00