{ "info": { "author": "Andr\u00e9 Dietrich", "author_email": "dietrich@ivs.cs.uni-magdeburg.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Topic :: Utilities" ], "description": "odeViz: (or as I use to say: ode - visualization)\n\n\n0. Contact: \n===========\n\nIf you change the code, improve this project, fix bugs, or just have comments, \nfeel free to contact me...\n\nAndr\u00e9 Dietrich: dietrich@ivs.cs.uni-magdeburg.de\n\nWebsite: http://eos.cs.ovgu.de/en/crew/dietrich\n\n\n1. Preface: \n===========\n\nI wrote this simple library, because I was fed up with dealing with the visualization for every ode-simulation. All geometrical information are allready within the simulation, so why was it not done automatically.\n\n\n2. Requirements: \n================\n\nOpen Dynamics Engine: http://www.ode.org\n----------------------------------------\nDownload the current version, compile it or use binary-packages. \n\nPyODE: http://pyode.sourceforge.net\n-----------------------------------\nThis is the ode-interface for Python, it also contains the xode-project, which enables the definition of ode-simulations with XML. See the ReadMe for further\ninstallation information. \n\nVisualization Toolkit (VTK): http://www.vtk.org\n-----------------------------------------------\nDownload VTK if you haven't insalled it yet and compile it with Python support. See also ReadMe for further installation information.\n\nAdditional:\n-----------\nIf you are using Linux as I do (Ubuntu), nearly all of these tools and libraries can be installed from precompiled versions. But for xode you will have to download PyODE from http://pyode.sourceforge.net.\n\n\n3. Install: \n===========\n\nUsing ``pip``::\n\n $ pip install odeViz\n\nFrom a tarball::\n\n $ python setup.py install\n\n\n4. Running the examples:\n========================\n\nI put two examples in this project, one (tutorial3.py) was taken from the PyODE-tutorial. In fact it is the same, I just removed all OpenGL-functionality. The second example (test.py) shows, how easy it is to define a simulation for ode with an XML document (see test.xml). To run this example you will have to use xode.\n\nFor further explanation, have a look at our tutorial at: http://www.aizac.info/projects/ode-viz", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/ode-viz", "keywords": "ode,vtk", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "odeViz", "package_url": "https://pypi.org/project/odeViz/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odeViz/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/ode-viz" }, "release_url": "https://pypi.org/project/odeViz/0.2/", "requires_dist": null, "requires_python": null, "summary": "This toolbox generates automatically a vtk-visualization for an ode (Open Dynamics Engine) simulation under Python. You only have to define the simulation space and world and forward these entities to the visualization.", "version": "0.2" }, "last_serial": 795669, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "b51e3490f5fe751c1adb563514c24c51", "sha256": "03082a28a278e274d8a0d0f8133d7b97bff0bc23276a3310044247142ffc227b" }, "downloads": -1, "filename": "odeViz-0.2.tar.gz", "has_sig": false, "md5_digest": "b51e3490f5fe751c1adb563514c24c51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6131, "upload_time": "2013-05-02T20:22:32", "url": "https://files.pythonhosted.org/packages/23/ca/c216c6ae18375806064d76130c0308742b484cd3b47ad313a9f789553c11/odeViz-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b51e3490f5fe751c1adb563514c24c51", "sha256": "03082a28a278e274d8a0d0f8133d7b97bff0bc23276a3310044247142ffc227b" }, "downloads": -1, "filename": "odeViz-0.2.tar.gz", "has_sig": false, "md5_digest": "b51e3490f5fe751c1adb563514c24c51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6131, "upload_time": "2013-05-02T20:22:32", "url": "https://files.pythonhosted.org/packages/23/ca/c216c6ae18375806064d76130c0308742b484cd3b47ad313a9f789553c11/odeViz-0.2.tar.gz" } ] }