{"id":21203742,"url":"https://github.com/bl33h/axolotlslikepicklesraytracing","last_synced_at":"2025-06-16T23:06:23.280Z","repository":{"id":208174174,"uuid":"715822477","full_name":"bl33h/axolotlsLikePicklesRaytracing","owner":"bl33h","description":"A raytracing graphics app with a resource manager, skybox rendering, and precise sphere representation through ray intersections. An axolotl and two pickles take place in the scene.","archived":false,"fork":false,"pushed_at":"2023-11-22T07:24:29.000Z","size":47401,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T22:45:51.424Z","etag":null,"topics":["axolotl","block","cpp","glm","minecraft","pickle","pixel-art","raytracer","raytracing","sdl2","sphere","ubuntu","wsl"],"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/bl33h.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}},"created_at":"2023-11-07T22:44:33.000Z","updated_at":"2024-05-30T15:29:19.000Z","dependencies_parsed_at":"2023-12-10T11:43:46.204Z","dependency_job_id":null,"html_url":"https://github.com/bl33h/axolotlsLikePicklesRaytracing","commit_stats":{"total_commits":54,"total_committers":1,"mean_commits":54.0,"dds":0.0,"last_synced_commit":"242c6c3b2d08ca6be0d8926c1697e9bc91b613de"},"previous_names":["bl33h/raytracing","bl33h/axolotlslikepicklesraytracing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bl33h/axolotlsLikePicklesRaytracing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FaxolotlsLikePicklesRaytracing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FaxolotlsLikePicklesRaytracing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FaxolotlsLikePicklesRaytracing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FaxolotlsLikePicklesRaytracing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bl33h","download_url":"https://codeload.github.com/bl33h/axolotlsLikePicklesRaytracing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FaxolotlsLikePicklesRaytracing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260256257,"owners_count":22981807,"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":["axolotl","block","cpp","glm","minecraft","pickle","pixel-art","raytracer","raytracing","sdl2","sphere","ubuntu","wsl"],"created_at":"2024-11-20T20:26:29.143Z","updated_at":"2025-06-16T23:06:23.258Z","avatar_url":"https://github.com/bl33h.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axolotlsLikePicklesRaytracing\nIt's a graphics application showcasing raytracing techniques. The project includes the implementation of a resource manager for handling image loading and rendering, rendering of a skybox based on a provided texture file, and representation of spheres with ray intersection calculations.\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExYW5zNnd0eHZpb3l2N2hzeDAwbHF2eWo5YWFnZHgweW5qbXBqNGFqOSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/wmWUe3Xy78WLBF5l31/giphy.gif\" alt=\"pic\" width=\"500\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#Files\"\u003eFiles\u003c/a\u003e •\n  \u003ca href=\"#Features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e\n\u003c/p\u003e\n\n## Files\n- main.cpp: The main application file handling game logic, input, and rendering.\n- resourceManager.h: Header file for the resource manager class.\n- colors.h: Header file defining color structures.\n- object.h: Header file defining the base Object class.\n- materials.h: Header file defining material structures.\n- materials.cpp: Implementation file for material-related functions.\n- skybox.cpp: Implementation file for the Skybox class.\n- skybox.h: Header file for the Skybox class.\n- sphere.cpp: Implementation file for the Sphere class.\n- sphere.h: Header file for the Sphere class.\n- cube.cpp: Implementation file for the Cube class.\n- cube.h: Header file for the Cube class.\n- camera.cpp: Implementation file for the Camera class.\n- camera.h: Header file for the Camera class.\n\n## Features\nThe main features of the graphics application include:\n- Camera for navigating the scene, allowing movement with keyboard keys and zooming in and out with the mouse wheel.\n- Implementation of a resource manager for handling image loading and rendering.\n- Sphere and Cube object representation with ray intersection calculations.\n- Skybox rendering based on a provided texture file.\n  \n## How To Use\n\nTo clone and run this application, you'll need [WSL (Windows Subsystem for Linux)](https://learn.microsoft.com/en-us/windows/wsl/install) and the following tools installed on it: [Git](https://git-scm.com), [C++ compiler](https://www.fdi.ucm.es/profesor/luis/fp/devtools/mingw.html), [CMake](https://cmake.org/download/), [Make](https://linuxhint.com/install-make-ubuntu/), [glm](https://sourceforge.net/projects/glm.mirror/), [tbb](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onetbb.html), and [SDL2](https://www.oreilly.com/library/view/rust-programming-by/9781788390637/386c15eb-41b2-41b4-bd65-154a750a58d8.xhtml). From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/bl33h/axolotlsLikePicklesRaytracing\n\n# Open the project\n$ cd axolotlsLikePicklesRaytracing\n\n# Give execution permissions\n$ chmod +x configure.sh\n$ chmod +x build.sh\n$ chmod +x run.sh\n\n# Run the app\n$ ./run.sh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Faxolotlslikepicklesraytracing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbl33h%2Faxolotlslikepicklesraytracing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Faxolotlslikepicklesraytracing/lists"}