{"id":20199049,"url":"https://github.com/simongoricar/diploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster","last_synced_at":"2026-06-06T04:31:27.317Z","repository":{"id":217057340,"uuid":"629143196","full_name":"simongoricar/diploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster","owner":"simongoricar","description":"Diploma thesis: Goričar, Simon and mentor Lotrič, Uroš (2023). Distributed rendering of computer-generated imagery using a render cluster. (University of Ljubljana, Faculty of Computer and Information Science)","archived":false,"fork":false,"pushed_at":"2023-08-29T16:28:09.000Z","size":12575,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T19:51:56.982Z","etag":null,"topics":["diploma","fri","parallelization","render-farm","rust","university"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/simongoricar.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}},"created_at":"2023-04-17T17:57:51.000Z","updated_at":"2023-09-06T20:55:59.000Z","dependencies_parsed_at":"2024-01-14T10:29:12.108Z","dependency_job_id":null,"html_url":"https://github.com/simongoricar/diploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster","commit_stats":null,"previous_names":["simongoricar/diploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongoricar%2Fdiploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongoricar%2Fdiploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongoricar%2Fdiploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simongoricar%2Fdiploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simongoricar","download_url":"https://codeload.github.com/simongoricar/diploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241631686,"owners_count":19994068,"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":["diploma","fri","parallelization","render-farm","rust","university"],"created_at":"2024-11-14T04:35:39.248Z","updated_at":"2026-06-06T04:31:27.243Z","avatar_url":"https://github.com/simongoricar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003eDistributed rendering of computer-generated \u003cbr\u003eimagery using a render cluster\u003c/h2\u003e\n  \u003ch5 align=\"center\"\u003eAuthors: Simon Goričar and Assoc. Prof. dr. Uroš Lotrič (mentor)\u003c/h5\u003e\n\u003c/div\u003e\n\nThis is a git repository containing both the render cluster implementation and scripts for \ntesting and analyzing its performance.\nIt is part of a diploma thesis.\n\n---\n\n\n# 1. Project structure\n```markdown\n|-- analysis\n|   |\u003e Contains a set of tools for analysis and plotting of the results, written in Python.\n|\n|-- blender-projects\n|   |\u003e Contains a set of reference Blender projects that were ran in the performance tests. \n|\n|-- master\n|   |\u003e Rust crate containing an implementation of the cluster coordinator.\n|\n|-- scripts\n|   |\u003e Contains an assortment of scripts used for testing the render cluster \n|      on NSC and Arnes clusters using SLURM.\n|\n|-- shared\n|   |\u003e Rust crate containing structures and functionality shared between \n|      the cluster coordinator and workers.\n|\n|-- worker\n|   |\u003e Rust crate containing an implementation of the cluster worker.\n```\n\n\n# 2. Compiling\nFirst, install [Rust](https://www.rust-lang.org/learn/get-started). Then, run the following command:\n```bash\ncargo build --workspace --release\n```\n\nTwo binaries will be generated in the `./target/release` directory: `master` and `worker`.\nExecute `master --help` and/or `worker --help` to understand how to set them up. \nFor more information, take a look at how the scripts (see `scripts/arnes/*.sh`) set up test runs.\n\n\n# 3. Running tests\nTo run tests on the SLURM workload manager, take a look at the scripts provided in \n`scripts/arnes` and `scripts/arnes/exclusive`.\n\n\n# 4. Comparing results\nFirst, install [Python 3.11](https://www.python.org/) and [Poetry](https://python-poetry.org/).\nThen, run the following command in the `analysis` directory:\n\n```bash\npoetry install\n```\n\nYou're ready to analyze and plot. \nRun any individual script (e.g. `speedup.py`) to generate a single set of plots. \nTo generate all the available plots (using `run_all.py`), like so:\n\n```bash\npoetry run python run_all.py\n```\n\nThese scripts expect the directory `blender-projects/04_very-simple/results/arnes-results` to contain\none or more raw tracing files (e.g. `2023-07-13_22-25-42_job-04vs_demo_10f-1w_eager-naive-coarse_raw-trace.json`).\n\nPlots will be generated in the `analysis/plots` directory. \nThe plots from our tests are also available in the same directory. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimongoricar%2Fdiploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimongoricar%2Fdiploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimongoricar%2Fdiploma_thesis-distributed_rendering_of_cgi_using_a_render_cluster/lists"}