rbGLox:适用于快速原型制作的 ruby​​-opengl 和 ruby​​-glfw 包装器

时间:2024-08-01 06:02:09
【文件属性】:

文件名称:rbGLox:适用于快速原型制作的 ruby​​-opengl 和 ruby​​-glfw 包装器

文件大小:2.94MB

文件格式:ZIP

更新时间:2024-08-01 06:02:09

Ruby

格洛克斯 rbGLox 是 ruby​​-opengl、ruby-glfw 系列的一个小包装,通过抽象和提供一些高级接口来处理“纹理”、“GLSL 着色器”、基本“几何”等。 它是快速原型制作新的和有趣的想法的理想选择。 rbGLox是的姊妹项目 。 依赖关系 入门 安装 gem install rbglox 图书馆 使用 rbGLox 作为库非常简单 :) require 'rbglox' class DemoApp < RBGLox :: App def init @texture = RBGLox :: Texture . new 'mosaic.tga' @r = 0.0 @cube = RBGLox :: MeshCube . new end def update @r += 0.1 end def dr


【文件预览】:
rbGLox-master
----lib()
--------rbglox.rb(2KB)
--------rbglox()
----res()
--------shader.glsl(550B)
--------texture.tga(3MB)
----Rakefile(117B)
----rbglox.gemspec(1KB)
----LICENSE(1KB)
----test()
--------test_rbglox.rb(168B)
----screenshot.png(306KB)
----README.md(4KB)
----.gitignore(6B)
----bin()
--------rbglox(2KB)

网友评论