{"id":19740084,"url":"https://github.com/efliks/mikraytrace","last_synced_at":"2025-02-27T22:33:07.228Z","repository":{"id":61058187,"uuid":"429570705","full_name":"efliks/mikraytrace","owner":"efliks","description":"Ray tracing on the command line","archived":false,"fork":false,"pushed_at":"2024-06-24T20:48:20.000Z","size":4148,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T19:46:52.491Z","etag":null,"topics":["computer-graphics","raytracing","raytracing-engine","raytracing-in-one-weekend"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/efliks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2021-11-18T20:29:46.000Z","updated_at":"2025-01-10T02:21:04.000Z","dependencies_parsed_at":"2023-09-17T07:30:14.933Z","dependency_job_id":"80625b1e-978c-40b2-8a4d-35942f285f6d","html_url":"https://github.com/efliks/mikraytrace","commit_stats":null,"previous_names":["feliksm1/mikraytrace","skilefm/mikraytrace","efliks/mikraytrace"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fmikraytrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fmikraytrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fmikraytrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fmikraytrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efliks","download_url":"https://codeload.github.com/efliks/mikraytrace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241068754,"owners_count":19904081,"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":["computer-graphics","raytracing","raytracing-engine","raytracing-in-one-weekend"],"created_at":"2024-11-12T01:19:26.357Z","updated_at":"2025-02-27T22:33:07.200Z","avatar_url":"https://github.com/efliks.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mikraytrace\n\nA weekend project to create a simple raytracer in C++. \n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./sample.png\" width=\"300\" /\u003e\n\u003c/div\u003e\n\n### Build instructions\n\nFirstly, install the required tools. It may be that you already have\nthem installed. If not, in Debian or in a Debian-like Linux, you may do:\n\n```\nmikraytrace \u003e apt-get install build-essential cmake\n```\n\nSecondly, you need some third party libraries. These are:\n * eigen for linear algebra\n * CLI11 for command line processing\n * cpptoml for reading configuration files\n * toojpeg for writing scenes in JPEG format\n * lodepng for loading textures and writing scenes in PNG format\n\nInstall them by updating the submodules:\n\n```\nmikraytrace \u003e git submodule update --init --recursive\n```\n\nThirdly, you may need example textures. I created a [texture pack](https://drive.google.com/file/d/1e9myBNpWHDAlyTtKmfqpKNdgcAeiuVQ_/view?usp=share_link) based on free textures from OpenGameArt.org.\nCreate a textures directory and unpack the textures there.\n\nFinally, review CMakeLists.txt. If everything looks okay, create a build directory\nand run CMake followed by make:\n\n```\nmikraytrace/build \u003e cmake ..\nmikraytrace/build \u003e make\n```\n\nThis should generate an executable file mrtp\\_cli. In order to test the program, \nrender the example scene:\n\n```\nmikraytrace \u003e ./build/mrtp_cli bluemol.toml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefliks%2Fmikraytrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefliks%2Fmikraytrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefliks%2Fmikraytrace/lists"}