{"id":20191409,"url":"https://github.com/htfy96/rasterizer-d-embed","last_synced_at":"2026-02-06T09:32:58.777Z","repository":{"id":86702034,"uuid":"141550346","full_name":"htfy96/rasterizer-d-embed","owner":"htfy96","description":"A 2D rasterizer working with -betterC, designed for embedded devices","archived":false,"fork":false,"pushed_at":"2018-07-23T06:00:36.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T05:49:51.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htfy96.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":"2018-07-19T08:43:38.000Z","updated_at":"2021-08-02T06:08:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc512e9b-c9e6-426f-b10d-554ed241b165","html_url":"https://github.com/htfy96/rasterizer-d-embed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/htfy96/rasterizer-d-embed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Frasterizer-d-embed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Frasterizer-d-embed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Frasterizer-d-embed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Frasterizer-d-embed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htfy96","download_url":"https://codeload.github.com/htfy96/rasterizer-d-embed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Frasterizer-d-embed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29157352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-14T03:48:47.492Z","updated_at":"2026-02-06T09:32:58.751Z","avatar_url":"https://github.com/htfy96.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rasterizer-D-embed\n![Build Status](https://circleci.com/gh/htfy96/rasterizer-d-embed.png?circle-token=f9dc8a530f3ff0210b4f83b2879e62c90e4abc55) ![license](https://img.shields.io/github/license/htfy96/rasterizer-d-embed.svg) ![status](https://img.shields.io/badge/Status-WIP-blue.svg)\n\n\nThis project aims at creating a dependency-free (no libphobos/libruntime/libc) static library for 2D graphics on embedded devices.\n\nIt is still at very early stage.\n\n## Supported compilers and symbol dependency\n\nThis project works with `-betterC`. Moreover, it only depends on a limited set of symbols in libc:\n\n- First-class support for `ldc`. Symbol dependency: `memset`, `memcmp`, `memcpy` and `__assert`\n- `dmd` is also supported. Due to [a bug](https://issues.dlang.org/show_bug.cgi?id=17778), `dmd` may generate calls to `_memset*` defined in `d-runtime` even with `-betterC`. You can use the [definition of them in d-runtime](https://github.com/dlang/druntime/blob/master/src/core/memory.d) as a polyfill\n\n[d-rlib](https://github.com/htfy96/d-rlib) is a platform-independent implementation of `memset`/`memcmp`/`memcpy`\n\n## Build and Test\nCurrently it only supports building with dmd and testing on x86 with stubs provided under `test` directory.\n\n- Use `make builddebug` to build a dependency-free static library under `build/` directory\n- Use `make test` to link this library into `test/` stubs and run tests.\n\nPrefix `make` with `DCC=ldc2` will build this project with ldc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtfy96%2Frasterizer-d-embed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtfy96%2Frasterizer-d-embed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtfy96%2Frasterizer-d-embed/lists"}