{"id":16186867,"url":"https://github.com/Ybalrid/chaiscript-glm","last_synced_at":"2025-10-24T12:31:32.424Z","repository":{"id":150552593,"uuid":"174309817","full_name":"Ybalrid/chaiscript-glm","owner":"Ybalrid","description":"OpenGL Mathematics bindings for ChaiScript","archived":false,"fork":false,"pushed_at":"2022-01-22T10:10:36.000Z","size":179,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T07:19:54.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ybalrid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-07T09:07:52.000Z","updated_at":"2022-01-22T10:10:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe7bba9e-5795-4626-9f80-e65d3ac58293","html_url":"https://github.com/Ybalrid/chaiscript-glm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ybalrid%2Fchaiscript-glm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ybalrid%2Fchaiscript-glm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ybalrid%2Fchaiscript-glm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ybalrid%2Fchaiscript-glm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ybalrid","download_url":"https://codeload.github.com/Ybalrid/chaiscript-glm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237964727,"owners_count":19394450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T07:19:44.676Z","updated_at":"2025-10-24T12:31:32.005Z","avatar_url":"https://github.com/Ybalrid.png","language":"C++","funding_links":[],"categories":["Modules"],"sub_categories":[],"readme":"# chaiscript-glm\n**This is Work In Progress and is still lacking a lot of bindings to most functions and types**\n\nOpenGL Mathematics bindings for ChaiScript\n\nThis is a single header file that buids and return a [ChaiScript](https://github.com/chaiscript/chaiscript) module that contains binding to the [OpenGL Mathematics](https://glm.g-truc.net/0.9.9/index.html) library, intended to provide vector math capabilities to a scripting interface for 3D video game engines, using OpenGL and GLSL's conventions, but in ChaiScript.\n\n## How to use\n\n 1) Just setup [ChaiScript first](https://github.com/ChaiScript/ChaiScript/blob/develop/cheatsheet.md#initializing-chaiscript) in your project \n 2) Include the `chaiscript_glm.hpp` [file](https://raw.githubusercontent.com/Ybalrid/chaiscript-glm/master/chaislcript_glm.hpp) in any way you see fits your project (copy it in your code, git-submodule this repo...)\n 3) call the `get_glm_module()` function, and add it to your ChaiScript instance:\n \n ```cpp\n \n #include \u003cglm/ghm.hpp\u003e\n #include \u003cchaiscript/chaiscript.hpp\u003e\n #include \"chaiscript_glm.hpp\"\n \n int main()\n {\n  chaiscript::ChaiScript chai; //Init scripting engine\n  chai.add(get_glm_module()); //Add glm\n  \n  // do awesome and wonderful things here!\n }\n ```\n \n This will allow you to be able to use glm as part of your scripting interface!\n \n ![chai_glm.png](chai_glm.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYbalrid%2Fchaiscript-glm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYbalrid%2Fchaiscript-glm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYbalrid%2Fchaiscript-glm/lists"}