Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :)