{"id":24167276,"url":"https://github.com/azinum/raster","last_synced_at":"2026-04-16T02:32:10.662Z","repository":{"id":269886718,"uuid":"907758748","full_name":"azinum/raster","owner":"azinum","description":"Software rendering in the browser","archived":false,"fork":false,"pushed_at":"2025-04-16T13:37:11.000Z","size":2480,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T01:03:37.102Z","etag":null,"topics":["software-rendering","wasm"],"latest_commit_sha":null,"homepage":"https://azinum.github.io/raster","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/azinum.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-24T10:14:07.000Z","updated_at":"2025-04-16T13:37:14.000Z","dependencies_parsed_at":"2024-12-26T23:23:52.544Z","dependency_job_id":"d6289429-e0b5-40c2-b7ce-9f59f7ac04e5","html_url":"https://github.com/azinum/raster","commit_stats":null,"previous_names":["azinum/raster"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azinum/raster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinum%2Fraster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinum%2Fraster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinum%2Fraster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinum%2Fraster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azinum","download_url":"https://codeload.github.com/azinum/raster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinum%2Fraster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31868494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["software-rendering","wasm"],"created_at":"2025-01-12T21:12:56.590Z","updated_at":"2026-04-16T02:32:10.641Z","avatar_url":"https://github.com/azinum.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raster\n\n## Quick start\n\n\u003e [!WARNING]\n\u003e Only tested on linux (ubuntu 20.04) with clang 10, but later releases should be compatible.\n\n### Build the tools\n\n```bash\ncd tools\nmake\nmake install\n\n```\n\nTools are installed to `~/.local/bin` by default, but you can specify your own path:\n```bash\nmake install INSTALL_PATH=/some/other/path\n\n```\n\n### WASM and native build\n\n```bash\n./compile_assets.sh\n./build.sh\n```\n\nIf all went well, you should have raster and raster.wasm.\n\n```bash\n./serve.sh # web at http://localhost:5050\n./raster   # native\n\n```\n\n![alt text](https://github.com/azinum/raster/blob/master/images/rendering.png?raw=true)\n\n## Controls\n\n| Key                      | Description                                                                      |\n| ------------------------ | -------------------------------------------------------------------------------- |\n| WASD                     | Move around (tank controls)                                                      |\n| Z                        | Move up                                                                          |\n| X                        | Move down                                                                        |\n| Q                        | Look up                                                                          |\n| E                        | Look down                                                                        |\n| R                        | Reset scene                                                                      |\n| T                        | Toggle texture mapping                                                           |\n| Arrow keys               | Move light                                                                       |\n| Spacebar                 | Toggle play/pause                                                                |\n| N                        | Decrease time scale                                                              |\n| M                        | Increase time scale                                                              |\n| K                        | Move light down                                                                  |\n| J                        | Move light up                                                                    |\n| 1                        | Decrease light strength                                                          |\n| 2                        | Increase light strength                                                          |\n| 3                        | Decrease light radius                                                            |\n| 4                        | Increase light radius                                                            |\n| 6                        | Toggle dithering                                                                 |\n| 7                        | Toggle fog                                                                       |\n| 8                        | Toggle depth test                                                                |\n| 9                        | Render depth buffer                                                              |\n| 0                        | Render normal buffer (if available, only if `NO_NORMAL_BUFFER` is not defined)   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazinum%2Fraster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazinum%2Fraster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazinum%2Fraster/lists"}