--- !ruby/object:Gem::Specification
name: rays
version: !ruby/object:Gem::Version
  version: 0.1.37
platform: ruby
authors:
- xordog
autorequire:
bindir: bin
cert_chain: []
date: 2023-05-17 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: xot
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.1.36
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.1.36
- !ruby/object:Gem::Dependency
  name: rucy
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.1.36
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.1.36
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: test-unit
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: This library helps you to develop graphics application with OpenGL.
email: xordog@gmail.com
executables: []
extensions:
- Rakefile
extra_rdoc_files:
- ".doc/ext/rays/bitmap.cpp"
- ".doc/ext/rays/bounds.cpp"
- ".doc/ext/rays/camera.cpp"
- ".doc/ext/rays/color.cpp"
- ".doc/ext/rays/color_space.cpp"
- ".doc/ext/rays/defs.cpp"
- ".doc/ext/rays/exception.cpp"
- ".doc/ext/rays/font.cpp"
- ".doc/ext/rays/image.cpp"
- ".doc/ext/rays/matrix.cpp"
- ".doc/ext/rays/native.cpp"
- ".doc/ext/rays/noise.cpp"
- ".doc/ext/rays/painter.cpp"
- ".doc/ext/rays/point.cpp"
- ".doc/ext/rays/polygon.cpp"
- ".doc/ext/rays/polygon_line.cpp"
- ".doc/ext/rays/polyline.cpp"
- ".doc/ext/rays/rays.cpp"
- ".doc/ext/rays/shader.cpp"
files:
- ".doc/ext/rays/bitmap.cpp"
- ".doc/ext/rays/bounds.cpp"
- ".doc/ext/rays/camera.cpp"
- ".doc/ext/rays/color.cpp"
- ".doc/ext/rays/color_space.cpp"
- ".doc/ext/rays/defs.cpp"
- ".doc/ext/rays/exception.cpp"
- ".doc/ext/rays/font.cpp"
- ".doc/ext/rays/image.cpp"
- ".doc/ext/rays/matrix.cpp"
- ".doc/ext/rays/native.cpp"
- ".doc/ext/rays/noise.cpp"
- ".doc/ext/rays/painter.cpp"
- ".doc/ext/rays/point.cpp"
- ".doc/ext/rays/polygon.cpp"
- ".doc/ext/rays/polygon_line.cpp"
- ".doc/ext/rays/polyline.cpp"
- ".doc/ext/rays/rays.cpp"
- ".doc/ext/rays/shader.cpp"
- ".github/workflows/release-gem.yml"
- ".github/workflows/tag.yml"
- ".github/workflows/test.yml"
- ".github/workflows/utils.rb"
- ChangeLog.md
- LICENSE
- README.md
- Rakefile
- VERSION
- ext/rays/bitmap.cpp
- ext/rays/bounds.cpp
- ext/rays/camera.cpp
- ext/rays/color.cpp
- ext/rays/color_space.cpp
- ext/rays/defs.cpp
- ext/rays/defs.h
- ext/rays/exception.cpp
- ext/rays/extconf.rb
- ext/rays/font.cpp
- ext/rays/image.cpp
- ext/rays/matrix.cpp
- ext/rays/native.cpp
- ext/rays/noise.cpp
- ext/rays/painter.cpp
- ext/rays/point.cpp
- ext/rays/polygon.cpp
- ext/rays/polygon_line.cpp
- ext/rays/polyline.cpp
- ext/rays/rays.cpp
- ext/rays/shader.cpp
- include/rays.h
- include/rays/bitmap.h
- include/rays/bounds.h
- include/rays/camera.h
- include/rays/color.h
- include/rays/color_space.h
- include/rays/coord.h
- include/rays/debug.h
- include/rays/defs.h
- include/rays/exception.h
- include/rays/font.h
- include/rays/image.h
- include/rays/matrix.h
- include/rays/noise.h
- include/rays/opengl.h
- include/rays/painter.h
- include/rays/point.h
- include/rays/polygon.h
- include/rays/polyline.h
- include/rays/rays.h
- include/rays/ruby.h
- include/rays/ruby/bitmap.h
- include/rays/ruby/bounds.h
- include/rays/ruby/camera.h
- include/rays/ruby/color.h
- include/rays/ruby/color_space.h
- include/rays/ruby/defs.h
- include/rays/ruby/exception.h
- include/rays/ruby/font.h
- include/rays/ruby/image.h
- include/rays/ruby/matrix.h
- include/rays/ruby/painter.h
- include/rays/ruby/point.h
- include/rays/ruby/polygon.h
- include/rays/ruby/polyline.h
- include/rays/ruby/rays.h
- include/rays/ruby/shader.h
- include/rays/shader.h
- lib/rays.rb
- lib/rays/autoinit.rb
- lib/rays/bitmap.rb
- lib/rays/bounds.rb
- lib/rays/camera.rb
- lib/rays/color.rb
- lib/rays/color_space.rb
- lib/rays/ext.rb
- lib/rays/extension.rb
- lib/rays/font.rb
- lib/rays/image.rb
- lib/rays/matrix.rb
- lib/rays/painter.rb
- lib/rays/point.rb
- lib/rays/polygon.rb
- lib/rays/polygon_line.rb
- lib/rays/polyline.rb
- lib/rays/shader.rb
- rays.gemspec
- src/bitmap.h
- src/bounds.cpp
- src/color.cpp
- src/color_space.cpp
- src/color_space.h
- src/coord.cpp
- src/coord.h
- src/exception.cpp
- src/font.cpp
- src/font.h
- src/frame_buffer.cpp
- src/frame_buffer.h
- src/image.cpp
- src/image.h
- src/ios/bitmap.h
- src/ios/bitmap.mm
- src/ios/camera.mm
- src/ios/font.mm
- src/ios/helper.h
- src/ios/helper.mm
- src/ios/opengl.mm
- src/ios/rays.mm
- src/matrix.cpp
- src/matrix.h
- src/noise.cpp
- src/opengl.cpp
- src/opengl.h
- src/osx/bitmap.h
- src/osx/bitmap.mm
- src/osx/camera.mm
- src/osx/font.mm
- src/osx/helper.h
- src/osx/helper.mm
- src/osx/opengl.mm
- src/osx/rays.mm
- src/painter.cpp
- src/painter.h
- src/point.cpp
- src/polygon.cpp
- src/polygon.h
- src/polyline.cpp
- src/polyline.h
- src/render_buffer.cpp
- src/render_buffer.h
- src/shader.cpp
- src/shader.h
- src/shader_program.cpp
- src/shader_program.h
- src/shader_source.cpp
- src/shader_source.h
- src/texture.cpp
- src/texture.h
- src/win32/bitmap.cpp
- src/win32/font.cpp
- src/win32/font.h
- src/win32/gdi.cpp
- src/win32/gdi.h
- src/win32/rays.cpp
- test/helper.rb
- test/test_bitmap.rb
- test/test_bounds.rb
- test/test_color.rb
- test/test_color_space.rb
- test/test_font.rb
- test/test_image.rb
- test/test_matrix.rb
- test/test_painter.rb
- test/test_painter_shape.rb
- test/test_point.rb
- test/test_polygon.rb
- test/test_polygon_line.rb
- test/test_polyline.rb
- test/test_rays_init.rb
- test/test_shader.rb
homepage: https://github.com/xord/rays
licenses: []
metadata: {}
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.7.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.4.10
signing_key:
specification_version: 4
summary: A Drawing Engine using OpenGL.
test_files:
- test/helper.rb
- test/test_bitmap.rb
- test/test_bounds.rb
- test/test_color.rb
- test/test_color_space.rb
- test/test_font.rb
- test/test_image.rb
- test/test_matrix.rb
- test/test_painter.rb
- test/test_painter_shape.rb
- test/test_point.rb
- test/test_polygon.rb
- test/test_polygon_line.rb
- test/test_polyline.rb
- test/test_rays_init.rb
- test/test_shader.rb