Sha256: 6a92ea9971b87f9cb9e32a872931db6ca79ad19c2d211704c9cededd752bd721

Contents?: true

Size: 251 Bytes

Versions: 3

Compression:

Stored size: 251 Bytes

Contents

require_relative "glfw/version"
require_relative "glfw/glfw"

# GLFW::Window.new(800, 600, "Hello World!") do |window|

#   window.make_current

#   until window.closing?
#     GLFW.poll_events
#     window.swap_buffers
#   end
# end

# GLFW.terminate

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glfw-1.0.3 lib/glfw.rb
glfw-1.0.2 lib/glfw.rb
glfw-1.0.1 lib/glfw.rb