{"id":18562754,"url":"https://github.com/ruby-processing/vecmath","last_synced_at":"2026-04-25T21:32:34.142Z","repository":{"id":78032920,"uuid":"172927501","full_name":"ruby-processing/vecmath","owner":"ruby-processing","description":"Provides Vec2D, Vec3D classes and some MathTool methods ","archived":false,"fork":false,"pushed_at":"2019-04-02T15:27:42.000Z","size":143,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-15T17:51:02.963Z","etag":null,"topics":["classes","java","math","ruby","vector"],"latest_commit_sha":null,"homepage":"https://ruby-processing.github.io/vecmath/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby-processing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-27T14:10:56.000Z","updated_at":"2019-04-02T15:27:43.000Z","dependencies_parsed_at":"2023-02-28T01:45:58.010Z","dependency_job_id":null,"html_url":"https://github.com/ruby-processing/vecmath","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ruby-processing/vecmath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-processing%2Fvecmath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-processing%2Fvecmath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-processing%2Fvecmath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-processing%2Fvecmath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby-processing","download_url":"https://codeload.github.com/ruby-processing/vecmath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-processing%2Fvecmath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classes","java","math","ruby","vector"],"created_at":"2024-11-06T22:10:46.641Z","updated_at":"2026-04-25T21:32:34.123Z","avatar_url":"https://github.com/ruby-processing.png","language":"Java","readme":"# Vecmath ![Travis CI](https://travis-ci.org/ruby-processing/vecmath.svg)\n\nThe purpose of this gem is to make Vec2D and Vec3D classes available through a gem\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'vecmath'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install vecmath\n\n## Usage\n\nAll you need to do is `require 'vecmath'` to use `Vec2D` and `Vec3D` classes in your application.\nFor `:to_vertex` functionality you need to create a renderer:-\n```ruby\n@renderer = GfxRender.new(graphics) # where graphics is instance of PGraphics\n# Usage\nvec.to_vertex(@renderer)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ruby-processing/vecmath.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby-processing%2Fvecmath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby-processing%2Fvecmath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby-processing%2Fvecmath/lists"}