{"id":15783580,"url":"https://github.com/tomsavas/simpletons-renderer","last_synced_at":"2025-03-14T09:33:18.451Z","repository":{"id":106389636,"uuid":"267406138","full_name":"TomSavas/simpletons-renderer","owner":"TomSavas","description":"Simple software renderer that draws directly on linux framebuffer","archived":false,"fork":false,"pushed_at":"2020-07-08T19:54:50.000Z","size":465,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-04T19:44:33.163Z","etag":null,"topics":["framebuffer","graphics"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomSavas.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":"2020-05-27T19:16:51.000Z","updated_at":"2023-06-07T07:58:12.000Z","dependencies_parsed_at":"2024-01-08T22:51:47.364Z","dependency_job_id":null,"html_url":"https://github.com/TomSavas/simpletons-renderer","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/TomSavas%2Fsimpletons-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomSavas%2Fsimpletons-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomSavas%2Fsimpletons-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomSavas%2Fsimpletons-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomSavas","download_url":"https://codeload.github.com/TomSavas/simpletons-renderer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243554555,"owners_count":20309953,"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":["framebuffer","graphics"],"created_at":"2024-10-04T19:42:24.301Z","updated_at":"2025-03-14T09:33:18.051Z","avatar_url":"https://github.com/TomSavas.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simpleton's renderer\nSimplistic software renderer that works directly on Linux framebuffer.\nThis is basically just me following \n[this wonderful repo](https://github.com/ssloy/tinyrenderer) as a guide.\n`tgaimage` and (most of) `model` implementations are taken directly from that repo.\nI plan on redoing the model myself sometime later.\n\n## Renders\n![render preview](renders/preview1.png)\nModel does not belong to me, nor do I have the permission to redistribute it, however [this guy can](https://github.com/ssloy/tinyrenderer/tree/master/obj/diablo3_pose).\n\n## Running\nThis is written with Linux in mind, so it will not work on Windows and most likely\nMacOS. The application draws directly on the framebuffer, so you'll need to switch\nto a TTY as otherwise X or Wayland will prevent from anything being displayed. You'll\nalso need to run it with sudo as it mmaps `/dev/fb0`.\n\n## Todos\n- I tanked the performance after rewriting the vectors \n  + Potentially make them mutable to save on the amount of objects created?\n  + Try to change the vector implementation to not use CRTP although I have no \n    idea why that would improve anything.\n- Add specular maps\n- Add emission maps\n\n## License\nThis project is licensed under MIT License - see [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomsavas%2Fsimpletons-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomsavas%2Fsimpletons-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomsavas%2Fsimpletons-renderer/lists"}