{"id":22105183,"url":"https://github.com/ghackenberg/simpanda","last_synced_at":"2025-03-24T02:44:44.885Z","repository":{"id":232979164,"uuid":"785645099","full_name":"ghackenberg/simpanda","owner":"ghackenberg","description":"This repository contains boilerplate code for combining SimPy discrete event simulation with Panda3D hardware-accelerated 3D visualization","archived":false,"fork":false,"pushed_at":"2024-04-13T06:40:56.000Z","size":1513,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T08:44:45.640Z","etag":null,"topics":["3d","3d-visualisation","3d-visualization","discrete-event-simulation","panda3d","python","simpy"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ghackenberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2024-04-12T10:11:37.000Z","updated_at":"2024-11-26T22:00:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"32fa2416-fa26-40aa-9eb2-e8c94b14d57a","html_url":"https://github.com/ghackenberg/simpanda","commit_stats":null,"previous_names":["ghackenberg/simpy-panda3d-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghackenberg%2Fsimpanda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghackenberg%2Fsimpanda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghackenberg%2Fsimpanda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghackenberg%2Fsimpanda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghackenberg","download_url":"https://codeload.github.com/ghackenberg/simpanda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200675,"owners_count":20576673,"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":["3d","3d-visualisation","3d-visualization","discrete-event-simulation","panda3d","python","simpy"],"created_at":"2024-12-01T06:39:14.667Z","updated_at":"2025-03-24T02:44:44.864Z","avatar_url":"https://github.com/ghackenberg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simpanda\n\n![](./images/social_preview.png)\n\nThis project contains **boilerplate code** for combined **discrete event simulation (DES)** and **hardware-accelerated 3D visualization** with ...\n\n- the [Python](https://www.python.org/) programming language,\n- the [SimPy](https://simpy.readthedocs.io/en/latest/) discrete event simulation library, and\n- the [Panda3D](https://www.panda3d.org/) visulization framework.\n\nWe use the boilerplate code at the [School of Engineering](https://fh-ooe.at/campus-wels) of the [University of Applied Sciences Upper Austria](https://fh-ooe.at/) in courses on **computer simulation** and **digital factory**.\n\n## 🧑‍💻 Examples\n\nThe following example shows how to use the `simpanda` package for building discrete event simulations with 3D visualizations:\n\n```python\nfrom simpanda import Container\nfrom simpanda import cube\n\n# Create container including simulation environment and visualization window\ncontainer = Container(sim_time_to_real_time_ratio=1)\n\n# Create red cube geometry and attach it to visualization window\ncube(1, 0, 0).reparentTo(container.app.render)\n\n# Start simulation and visualization threads\ncontainer.run(sim_time_duration=10)\n```\n\n## 🖼️ Screenshots\n\nThe following screenshot shows a sample output of the `simpanda` discrete event simulation and 3D visualization package:\n\n![](./images/screenshot.png)\n\n## ⚙️ Requirements\n\nBefore getting startet with `simpanda`, you need to install **SimPy** and **Panda3D** into your local Python environment using `pip`.\n\n### Install SimPy\n\n*SimPy* provides **discrete event simulation capabilities** for Python programs. Here is the bash command for installing SimPy into your local Python environment:\n\n```sh\npip install simpy\n```\n\n### Install Panda3D\n\n*Panda3D* provides ***hardware-accelerated* 3D visualization capabilities** for Python programs. Here is the bash command for installing Panda3D into your local Python environment:\n\n```sh\npip install panda3d\n```\n\n## 📄 Documents\n\nHere are some more documents to read before starting to use `simpanda` for your discrete event simulation and 3D visualization projects:\n\n* [License](./LICENSE.md)\n* [Changelog](./CHANGELOG.md)\n* [Contributing](./CONTRIBUTING.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghackenberg%2Fsimpanda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghackenberg%2Fsimpanda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghackenberg%2Fsimpanda/lists"}