{"id":25404869,"url":"https://github.com/raydelto/opengl_sdf","last_synced_at":"2026-05-18T00:09:32.187Z","repository":{"id":275197606,"uuid":"925376943","full_name":"raydelto/opengl_sdf","owner":"raydelto","description":"Signed Distance Fields (SDF) Fonts Implementation in C++","archived":false,"fork":false,"pushed_at":"2025-02-10T22:57:25.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:13:06.708Z","etag":null,"topics":["opengl","signed-distance-fields"],"latest_commit_sha":null,"homepage":"","language":"C++","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/raydelto.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,"zenodo":null}},"created_at":"2025-01-31T19:02:05.000Z","updated_at":"2025-02-10T22:57:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"87441576-f35a-4655-8ef9-d6b66101b9f0","html_url":"https://github.com/raydelto/opengl_sdf","commit_stats":null,"previous_names":["raydelto/opengl_sdf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raydelto/opengl_sdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydelto%2Fopengl_sdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydelto%2Fopengl_sdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydelto%2Fopengl_sdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydelto%2Fopengl_sdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raydelto","download_url":"https://codeload.github.com/raydelto/opengl_sdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydelto%2Fopengl_sdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"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":["opengl","signed-distance-fields"],"created_at":"2025-02-16T04:24:56.239Z","updated_at":"2026-05-18T00:09:32.172Z","avatar_url":"https://github.com/raydelto.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Signed Distance Fields (SDF) font Implementation in OpenGL\n\nSimple Signed Distance Fields (SDF) font implementation written in C++ with OpenGL.\n\nThis projects provides a simple way of rendering text in OpenGL.\n\n## Sample usage:\n\n`RenderText(shader, \"ABC abc\", gWindowWidth / 2, gWindowHeight / 2, 1.0f, glm::vec3(1.0, 0.0, 0.0));` \n\nWhere the function signature is:\n\n`RenderText(ShaderProgram *shader, std::string text, float x, float y, float scale, glm::vec3 color)` \n\n![Font Test](https://www.raydelto.org/img/font_test.png)\n\n## Dependencies\n1. GLM (OpenGL Mathematics)\n2. GLFW3\n3. Freetype\n4. GLEW (For Linux \u0026 Windows Build) ; GLAD (for MacOS builds).\n\n## Build\n\nWe provide a simple Makefile that provides support for builindg the project in the following environments:\n1. Windows (MinGW)\n2. Linux\n3. MacOS\n\nShould you have any question you can contact us at info@raycasters.com .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraydelto%2Fopengl_sdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraydelto%2Fopengl_sdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraydelto%2Fopengl_sdf/lists"}