{"id":13732052,"url":"https://github.com/ykozw/rdb","last_synced_at":"2025-05-08T06:31:10.175Z","repository":{"id":135084217,"uuid":"197776993","full_name":"ykozw/rdb","owner":"ykozw","description":"Ray-tracing visual debugger","archived":false,"fork":false,"pushed_at":"2019-09-03T12:15:53.000Z","size":1273,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-08T13:03:24.984Z","etag":null,"topics":[],"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/ykozw.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}},"created_at":"2019-07-19T13:24:39.000Z","updated_at":"2022-11-26T08:05:36.000Z","dependencies_parsed_at":"2024-01-31T04:12:49.755Z","dependency_job_id":"9d281c6b-c894-4412-ad52-7fc6c77a9692","html_url":"https://github.com/ykozw/rdb","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/ykozw%2Frdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykozw%2Frdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykozw%2Frdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykozw%2Frdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ykozw","download_url":"https://codeload.github.com/ykozw/rdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224707621,"owners_count":17356367,"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-08-03T02:01:44.896Z","updated_at":"2024-11-14T23:30:53.515Z","avatar_url":"https://github.com/ykozw.png","language":"C++","funding_links":[],"categories":["Graphics"],"sub_categories":[],"readme":"﻿# What's this?\n\n__rdb is a Ray-tracing debugger inspired by [vdb](https://github.com/zdevito/vdb).__\n\nFeature\n- Ultimately simple APIs\n- Thread safety\n- Single header only\n\n# How to use\n\n1. run \"rdb.exe\"\n2. include \"rdb.hpp\" and call APIs\n3. run.\n\n# API\n\n```c\nvoid rdbPoint(\n    float x, float y, float z,\n    float r, float g, float b,\n    int32_t group);\n```\n\n```c\nvoid rdbLine(\n    float x0, float y0, float z0, \n    float x1, float y1, float z1,\n    float r0, float g0, float b0,\n    float r1, float g1, float b1,\n    int32_t group);\n```\n\n```c\nvoid rdbTriangle(\n    float x0, float y0, float z0,\n    float x1, float y1, float z1,\n    float x2, float y2, float z2,\n    float r, float g, float b,\n    int32_t group)\n```\n\nThat's all.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykozw%2Frdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fykozw%2Frdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykozw%2Frdb/lists"}