Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaiorabbit committed Dec 29, 2022
1 parent fe51ebd commit 6fca7bb
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,6 @@ Use GLFW or GLUT for creating windows and OpenGL rendering contexts.

</details>

* You can use any lib/path names by passing as arguments like:
* OpenGL.load_lib( 'libGL.so', '/usr/lib' )
* GLFW.load_lib( 'libglfw.so', '/usr/lib' )
* GLU.load_lib( 'libGLU.so', '/usr/lib' )
* GLUT.load_lib( 'libglut.so', '/usr/lib' )

## Note ##

* No Ruby-Style handy interfaces are available (like one in the ruby-opengl2 ( http://ruby-opengl.rubyforge.org/ ))
Expand Down Expand Up @@ -328,13 +322,22 @@ Use GLFW or GLUT for creating windows and OpenGL rendering contexts.
* mittsu - A direct port of THREE.js from JavaScript/WebGL to Ruby/OpenGL
* https://rubygems.org/gems/mittsu
* https://github.com/jellymann/mittsu
* open.gl.rb - A port of the https://open.gl/ tutorials to Ruby
* https://github.com/mechazoidal/opendotgl_rb
* opencl-bindings - A Ruby binding for OpenCL 1.2
* https://rubygems.org/gems/opencl-bindings
* https://github.com/vaiorabbit/ruby-opencl
* perfume_dance - A BVH motion parser and playback implementation written in Ruby
* https://github.com/vaiorabbit/perfume_dance
* open.gl.rb - A port of the https://open.gl/ tutorials to Ruby
* https://github.com/mechazoidal/opendotgl_rb
* imgui-bindings - ImGui wrapper for Ruby
* https://rubygems.org/gems/imgui-bindings
* https://github.com/vaiorabbit/ruby-imgui
* nanovg-bindings - NanoVG wrapper for Ruby
* https://rubygems.org/gems/nanovg-bindings
* https://github.com/vaiorabbit/nanovg-bindings
* raylib-bindings - Yet another raylib wrapper for Ruby
* https://rubygems.org/gems/raylib-bindings
* https://github.com/vaiorabbit/raylib-bindings

* Other informative projects
* argon | neon
Expand Down Expand Up @@ -674,13 +677,22 @@ GLFW か GLUT を用意してください。ウィンドウやレンダリング
* mittsu - A direct port of THREE.js from JavaScript/WebGL to Ruby/OpenGL
* https://rubygems.org/gems/mittsu
* https://github.com/jellymann/mittsu
* open.gl.rb - A port of the https://open.gl/ tutorials to Ruby
* https://github.com/mechazoidal/opendotgl_rb
* opencl-bindings - A Ruby binding for OpenCL 1.2
* https://rubygems.org/gems/opencl-bindings
* https://github.com/vaiorabbit/ruby-opencl
* perfume_dance - A BVH motion parser and playback implementation written in Ruby
* https://github.com/vaiorabbit/perfume_dance
* open.gl.rb - A port of the https://open.gl/ tutorials to Ruby
* https://github.com/mechazoidal/opendotgl_rb
* imgui-bindings - ImGui wrapper for Ruby
* https://rubygems.org/gems/imgui-bindings
* https://github.com/vaiorabbit/ruby-imgui
* nanovg-bindings - NanoVG wrapper for Ruby
* https://rubygems.org/gems/nanovg-bindings
* https://github.com/vaiorabbit/nanovg-bindings
* raylib-bindings - Yet another raylib wrapper for Ruby
* https://rubygems.org/gems/raylib-bindings
* https://github.com/vaiorabbit/raylib-bindings

* 参考になりそうなプロジェクト
* argon | neon
Expand Down

0 comments on commit 6fca7bb

Please sign in to comment.