{"id":23142361,"url":"https://github.com/talon1024/rustmd3view","last_synced_at":"2026-06-23T23:31:46.465Z","repository":{"id":77431039,"uuid":"557616070","full_name":"Talon1024/rustmd3view","owner":"Talon1024","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-31T21:44:45.000Z","size":934,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-03T23:12:48.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Talon1024.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-10-26T01:46:47.000Z","updated_at":"2022-10-26T01:47:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"58ebddd3-e5ac-4731-a232-1953c1ddf9c2","html_url":"https://github.com/Talon1024/rustmd3view","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Talon1024/rustmd3view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Frustmd3view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Frustmd3view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Frustmd3view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Frustmd3view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Talon1024","download_url":"https://codeload.github.com/Talon1024/rustmd3view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Frustmd3view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34711176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-17T14:17:33.467Z","updated_at":"2026-06-23T23:31:46.449Z","avatar_url":"https://github.com/Talon1024.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenGL Hack: Vertex animation as a texture\n==========================================\n\nThis is a demo of an \"OpenGL hack\" I thought up.\n\nThe hack\n--------\n\nAfter uploading a texture to the GPU, you reference it in the shader as a [sampler](https://www.khronos.org/opengl/wiki/Sampler_%28GLSL%29) uniform, and use the texture by calling the `texture` function with the sampler and a texture coordinate.\n\nThe `texture` function returns a `vec4`, which doesn't necessarily have to be a pixel colour. So what if I used it as a vertex position?!\n\nWhat are the benefits and drawbacks?\n----------------------\n\n- ✔ Less CPU usage\n- ✔ Fewer uploads\n- ❌ More GPU usage... But GPUs have plenty of power to spare.\n\nDid you say \"hack\"?!\n--------------------\n\nBy \"hack\", I mean a clever trick.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalon1024%2Frustmd3view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalon1024%2Frustmd3view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalon1024%2Frustmd3view/lists"}