voxelamming_gem 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.ruby-version +1 -0
- data/CODE_OF_CONDUCT.md +132 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +8 -0
- data/lib/matrix_util.rb +65 -0
- data/lib/voxelamming_gem/version.rb +5 -0
- data/lib/voxelamming_gem.rb +524 -0
- data/main.rb +21 -0
- data/main_make_model.rb +18 -0
- data/main_map.rb +37 -0
- data/map_file/map_38_138_100km.csv +1 -0
- data/ply_file/frog1.ply +1704 -0
- data/ply_file/frog2.ply +1764 -0
- data/ply_file/frog3.ply +1804 -0
- data/ply_file/frog4.ply +1764 -0
- data/ply_file/frog5.ply +1764 -0
- data/ply_file/piyo.ply +1323 -0
- data/sig/voxelamming_gem.rbs +4 -0
- metadata +84 -0
    
        metadata
    ADDED
    
    | @@ -0,0 +1,84 @@ | |
| 1 | 
            +
            --- !ruby/object:Gem::Specification
         | 
| 2 | 
            +
            name: voxelamming_gem
         | 
| 3 | 
            +
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            +
              version: 0.1.0
         | 
| 5 | 
            +
            platform: ruby
         | 
| 6 | 
            +
            authors:
         | 
| 7 | 
            +
            - creativival
         | 
| 8 | 
            +
            autorequire:
         | 
| 9 | 
            +
            bindir: exe
         | 
| 10 | 
            +
            cert_chain: []
         | 
| 11 | 
            +
            date: 2024-07-25 00:00:00.000000000 Z
         | 
| 12 | 
            +
            dependencies:
         | 
| 13 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 14 | 
            +
              name: faye-websocket
         | 
| 15 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 16 | 
            +
                requirements:
         | 
| 17 | 
            +
                - - "~>"
         | 
| 18 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            +
                    version: 0.11.3
         | 
| 20 | 
            +
              type: :runtime
         | 
| 21 | 
            +
              prerelease: false
         | 
| 22 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 23 | 
            +
                requirements:
         | 
| 24 | 
            +
                - - "~>"
         | 
| 25 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            +
                    version: 0.11.3
         | 
| 27 | 
            +
            description: Voxelamming is an AR programming learning app. Even programming beginners
         | 
| 28 | 
            +
              can learn programming visually and enjoyably. Voxelamming supports iPhones and iPads
         | 
| 29 | 
            +
              with iOS 16 or later, and Apple Vision Pro.
         | 
| 30 | 
            +
            email:
         | 
| 31 | 
            +
            - creativival@gmail.com
         | 
| 32 | 
            +
            executables: []
         | 
| 33 | 
            +
            extensions: []
         | 
| 34 | 
            +
            extra_rdoc_files: []
         | 
| 35 | 
            +
            files:
         | 
| 36 | 
            +
            - ".ruby-version"
         | 
| 37 | 
            +
            - CODE_OF_CONDUCT.md
         | 
| 38 | 
            +
            - LICENSE.txt
         | 
| 39 | 
            +
            - README.md
         | 
| 40 | 
            +
            - Rakefile
         | 
| 41 | 
            +
            - lib/matrix_util.rb
         | 
| 42 | 
            +
            - lib/voxelamming_gem.rb
         | 
| 43 | 
            +
            - lib/voxelamming_gem/version.rb
         | 
| 44 | 
            +
            - main.rb
         | 
| 45 | 
            +
            - main_make_model.rb
         | 
| 46 | 
            +
            - main_map.rb
         | 
| 47 | 
            +
            - map_file/map_38_138_100km.csv
         | 
| 48 | 
            +
            - ply_file/frog1.ply
         | 
| 49 | 
            +
            - ply_file/frog2.ply
         | 
| 50 | 
            +
            - ply_file/frog3.ply
         | 
| 51 | 
            +
            - ply_file/frog4.ply
         | 
| 52 | 
            +
            - ply_file/frog5.ply
         | 
| 53 | 
            +
            - ply_file/piyo.ply
         | 
| 54 | 
            +
            - sig/voxelamming_gem.rbs
         | 
| 55 | 
            +
            homepage: https://creativival.github.io/voxelamming
         | 
| 56 | 
            +
            licenses:
         | 
| 57 | 
            +
            - MIT
         | 
| 58 | 
            +
            metadata:
         | 
| 59 | 
            +
              allowed_push_host: https://rubygems.org
         | 
| 60 | 
            +
              homepage_uri: https://creativival.github.io/voxelamming
         | 
| 61 | 
            +
              source_code_uri: https://github.com/creativival/voxelamming_gem
         | 
| 62 | 
            +
              changelog_uri: https://creativival.github.io/voxelamming_gem/CHANGELOG.md
         | 
| 63 | 
            +
            post_install_message:
         | 
| 64 | 
            +
            rdoc_options: []
         | 
| 65 | 
            +
            require_paths:
         | 
| 66 | 
            +
            - lib
         | 
| 67 | 
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 68 | 
            +
              requirements:
         | 
| 69 | 
            +
              - - ">="
         | 
| 70 | 
            +
                - !ruby/object:Gem::Version
         | 
| 71 | 
            +
                  version: 3.0.0
         | 
| 72 | 
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 73 | 
            +
              requirements:
         | 
| 74 | 
            +
              - - ">="
         | 
| 75 | 
            +
                - !ruby/object:Gem::Version
         | 
| 76 | 
            +
                  version: '0'
         | 
| 77 | 
            +
            requirements: []
         | 
| 78 | 
            +
            rubygems_version: 3.5.16
         | 
| 79 | 
            +
            signing_key:
         | 
| 80 | 
            +
            specification_version: 4
         | 
| 81 | 
            +
            summary: This Ruby package converts Ruby code into JSON format and sends it to the
         | 
| 82 | 
            +
              Voxelamming app using WebSockets, allowing users to create 3D voxel models by writing
         | 
| 83 | 
            +
              Ruby scripts..
         | 
| 84 | 
            +
            test_files: []
         |