Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuaxo/vext.panda3d
Use Panda3D in a virtualenv
https://github.com/stuaxo/vext.panda3d
Last synced: about 7 hours ago
JSON representation
Use Panda3D in a virtualenv
- Host: GitHub
- URL: https://github.com/stuaxo/vext.panda3d
- Owner: stuaxo
- License: other
- Created: 2015-07-11T07:16:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T14:54:20.000Z (over 4 years ago)
- Last Synced: 2024-10-13T01:28:31.480Z (about 1 month ago)
- Language: Python
- Homepage: https://github.com/stuaxo/vext
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Prerequisites
-------------
Panda3D installed into system python, on Linux, Windows or OSX.In virtualenv
-------------Make sure pip and setuptools are up to date
(my-virtualenv) $ pip install -U pip setuptools
Allow virtualenv to access Panda3D
(my-virtualenv) $ pip install vext.panda3d
Reporting Bugs
--------------Report bugs to the [vext project](//github.com/stuaxo/vext/issues)
This is *Experimental* I haven't used Panda3d much, feedback, patches welcome :)