[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] ruby-glew 0.0.3

Ilmari Heikkinen

6/15/2005 10:51:00 AM

Ruby/GLEW provides GLEW ( http://g... ) bindings for Ruby,
allowing you to use OpenGL extensions such as shaders, rectangular
textures and framebuffer objects in your Ruby/OpenGL apps.

Download: http://rubyforge.org/frs/?gr...


Release Name: 0.0.3

glewExperimental toggle support
(GLEW.experimental = true before GLEW.Init)
test_support.rb tests GLEW.IsSupported

Bugfix for FBO functions that had too few args.
Tested FBO functions, seem to work.


________________________________________________________________________




2 Answers

Florian Groß

6/15/2005 11:42:00 AM

0

Ilmari Heikkinen

6/15/2005 11:57:00 AM

0


On 15.6.2005, at 14:42, Florian Groß wrote:

> Ilmari Heikkinen wrote:
>
>> Ruby/GLEW provides GLEW ( http://g... ) bindings for Ruby,
>> allowing you to use OpenGL extensions such as shaders, rectangular
>> textures and framebuffer objects in your Ruby/OpenGL apps.
>
> Hm, is there any samples for pixel shaders? That would certainly be
> very interesting IMHO.
>

Yes, there's test_toon_shader.rb in the tests/ -dir
(adapted from an example on http://www.lighthouse3d.com/op... )