{"id":16228332,"url":"https://github.com/rdb/panda3d-thirdparty","last_synced_at":"2025-05-08T19:50:02.204Z","repository":{"id":43700703,"uuid":"56599172","full_name":"rdb/panda3d-thirdparty","owner":"rdb","description":"Scripts to build the thirdparty packages for Panda3D","archived":false,"fork":false,"pushed_at":"2024-11-07T14:52:54.000Z","size":2037,"stargazers_count":34,"open_issues_count":1,"forks_count":27,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-11-07T15:46:39.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-04-19T13:29:06.000Z","updated_at":"2024-10-29T15:47:33.000Z","dependencies_parsed_at":"2024-01-08T15:27:51.818Z","dependency_job_id":"f2294210-8c1e-4451-9341-b910a3807ea6","html_url":"https://github.com/rdb/panda3d-thirdparty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fpanda3d-thirdparty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fpanda3d-thirdparty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fpanda3d-thirdparty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fpanda3d-thirdparty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdb","download_url":"https://codeload.github.com/rdb/panda3d-thirdparty/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225110575,"owners_count":17422411,"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":[],"created_at":"2024-10-10T12:55:05.775Z","updated_at":"2024-11-18T01:05:22.029Z","avatar_url":"https://github.com/rdb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a CMake script to build the thirdparty packages that\nare necessary for building Panda3D.\n\nUsage example on Windows:\n\n    mkdir build\n    cd build\n    cmake -G\"Visual Studio 16 2019\" -A x64 ..\n\n    # to build everything:\n    cmake --build . --config Release\n\n    # to just build ffmpeg and its dependencies:\n    cmake --build . --config Release --target ffmpeg\n\nUsage example on other systems:\n\n    mkdir build\n    cd build\n    cmake ..\n    make ffmpeg # just build ffmpeg and dependencies\n    make all # build everything\n\nSome packages are still forthcoming.  The included packages are ticked.\n- [x] artoolkit\n- [x] assimp\n- [x] bullet\n- [x] eigen\n- [x] fcollada\n- [x] ffmpeg\n- [ ] fmodex\n- [x] freetype\n- [x] harfbuzz\n- [x] jpeg\n- [x] mimalloc\n- [x] nvidiacg (except arm64 or Android)\n- [x] ode\n- [x] openal\n- [x] opencv (macOS only)\n- [x] openexr\n- [x] openssl\n- [x] opus\n- [x] png\n- [x] squish\n- [x] tiff\n- [x] vorbis\n- [x] vrpn\n- [x] zlib\n\n\nIf you want to build a subset of packages, it is easiest to just pass the name\nof the target to the build system.  For example, to just build VRPN, you can\ncall `make vrpn` or add the `--target vrpn` flag to `cmake --build`.\nThis will still build its dependencies if one package depends on another one.\nA way to force a certain package to be disabled is by using the `BUILD_*`\noptions, eg. `-DBUILD_VRPN=OFF` disables building VRPN, even if it is a\ndependency of another package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdb%2Fpanda3d-thirdparty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdb%2Fpanda3d-thirdparty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdb%2Fpanda3d-thirdparty/lists"}