{"id":13958481,"url":"https://github.com/Moguri/awesome-panda3d","last_synced_at":"2025-07-21T00:30:55.841Z","repository":{"id":34202620,"uuid":"171508793","full_name":"Moguri/awesome-panda3d","owner":"Moguri","description":"A curated list of awesome resources for using Panda3D","archived":false,"fork":false,"pushed_at":"2023-12-10T05:56:46.000Z","size":41,"stargazers_count":78,"open_issues_count":1,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-17T06:51:57.325Z","etag":null,"topics":["awesome","awesome-list","game-development","panda3d","panda3d-game-engine"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Moguri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-02-19T16:27:23.000Z","updated_at":"2025-05-13T22:14:57.000Z","dependencies_parsed_at":"2023-12-10T06:36:44.052Z","dependency_job_id":null,"html_url":"https://github.com/Moguri/awesome-panda3d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Moguri/awesome-panda3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moguri%2Fawesome-panda3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moguri%2Fawesome-panda3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moguri%2Fawesome-panda3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moguri%2Fawesome-panda3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moguri","download_url":"https://codeload.github.com/Moguri/awesome-panda3d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moguri%2Fawesome-panda3d/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266221247,"owners_count":23894964,"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":["awesome","awesome-list","game-development","panda3d","panda3d-game-engine"],"created_at":"2024-08-08T13:01:37.831Z","updated_at":"2025-07-21T00:30:55.817Z","avatar_url":"https://github.com/Moguri.png","language":null,"funding_links":[],"categories":["其他_机器视觉"],"sub_categories":["网络服务_其他"],"readme":"# Awesome Panda3D [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n[![Panda3D logo](panda3d_logo.png)](https://www.panda3d.org/)\n\nA curated list of awesome resources for using [Panda3D](https://www.panda3d.org/)\n\n## Contents\n* [Tutorials](#tutorials)\n* [Code Snippets](#code-snippets)\n* [Modules](#modules)\n* [Tools](#tools)\n* [Importers](#importers)\n* [Games Made with Panda3D](#games-made-with-panda3d)\n  * [Open Source](#open-source)\n  * [Other](#other)\n* [Assets](#assets)\n\n## Tutorials\n* [Fireclaw's Panda3D Game Development Book](https://github.com/fireclawthefox/panda3d-tutorial):\n  A book that teaches the development of games from scratch to deployment and beyond with Panda3D 1.9 and up\n* [Fireclaw's Panda3D Art Creation with Blender](https://github.com/fireclawthefox/panda3d-tutorial2):\n  A book that teaches how to create game ready models with Blender and export them to be usable with Panda3D\n* [Lettier's 3D Game Shaders For Beginners](https://github.com/lettier/3d-game-shaders-for-beginners):\n  A \"a collection of shading techniques that will take your game visuals to new heights\" with plenty of explanations that also  uses Panda3D for the example code.\n* [Thaumaturge's Beginner's Tutorial](https://arsthaumaturgis.github.io/Panda3DTutorial.io/):\n  A set of lessions that teach the basics of creating a game using Panda3D, from the fundamentals to building a distributable version\n\n## Code Snippets\n* [Entikan's simple example games](https://codeberg.org/entikan/panda3d-simple-game-examples):\n  Some simple examples of different game types in Panda3D.\n* [TheCheapestPixels' Panda3D Examples](https://github.com/TheCheapestPixels/panda_examples):\n  Minimalistic examples demonstrating bits and bobs of Panda3D's API\n\n## Modules\n* [panda3d-character-controller](https://github.com/fireclawthefox/panda3d-character-controller/tree/main/src):\n  An extensive character controller system to be used with the Panda3D engine\n* [Limeade](https://github.com/CFSworks/limeade):\n  Refresh your Python code without restarting your Panda app\n* [RenderPipeline](https://github.com/tobspr/RenderPipeline):\n  A beautiful deferred realtime rendering pipeline with physically based shading and many builtin effects\n* [panda3d-complexpbr](https://github.com/rayanalysis/panda3d-complexpbr)\n  IBL rendering module supporting real-time reflections and post-processing effects\n* [panda3d-simplepbr](https://github.com/Moguri/panda3d-simplepbr/):\n  A straight-forward, easy-to-use, drop-in, PBR replacement for Panda3D's builtin auto shader \n* [panda3d-stageflow](https://github.com/TheCheapestPixels/panda3d-stageflow):\n  Encapsulate stages of your game (splashs, credits, cutscenes, menus...)\n* [types-panda3d](https://github.com/WMOkiishi/types-panda3d):\n  Type stubs for Panda3D\n\n## Tools\n* [FRAME](https://github.com/fireclawthefox/FRAME):\n  The modular game editor for Panda3D.\n* [pman](https://github.com/Moguri/pman):\n  A tool for asset and project management for Panda3D applications, including quick-start and distribution. Go from zero to binary with just `pman create . \u0026\u0026 pman dist`!\n\n## Importers\n* [blend2bam](https://github.com/Moguri/panda3d-blend2bam):\n  A command line tool to convert blend files to BAM (requires Blender to be installed)\n* [panda3d-gltf](https://github.com/Moguri/panda3d-gltf):\n  Converts glTF 2.0 files to Panda3D's native BAM format\n  \n## Games Made with Panda3D\n### Open Source\n* [Yorg](https://www.ya2.it/pages/yorg.html):\n  Yorg (Yorg's an Open Racing Game) is a free open source racing game developed by Ya2 using Panda3D for Windows, OSX and Linux\n### Other\n* [itch.io collection](https://itch.io/c/803175/made-with-panda3d):\n  Collection of games on itch.io that were made with Panda3D (some are open source)\n\n## Assets\n* [ambientCG](https://ambientcg.com/):\n  A public domain 3D library\n* [OpenGameArt](https://opengameart.org/):\n  A collection of art (2D, 3D, audio, etc.) under open licenses (e.g., Creative Commons)\n* [Panda3D logo](https://github.com/TheCheapestPixels/panda3d-logos):\n  Image files for the Panda3D logo, and a splash screen `Interval`\n* [Poly Haven](https://polyhaven.com/):\n  A public 3D asset library\n* [Sonniss Royalty Free Sounds Effecs Archive](https://sonniss.com/gameaudiogdc)\n  Archive of CC0 sound effects\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMoguri%2Fawesome-panda3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMoguri%2Fawesome-panda3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMoguri%2Fawesome-panda3d/lists"}