jomvst 0.1.0
a joint-based stick figure manipulator
No release out yet!
jomvst is a joint-based stick figure manipulator. "jomvst" is short for "joints move sticks".
jomvst can be used both as a command line tool and as a Python module. It requires Python 3.1+.
jomvst is part of the roptoligs project (but can be used independently of other roptoligs modules). See the roptoligs wiki at http://roptoligs.metanohi.org/ for details.
License
jomvst is free software under the terms of the GNU Affero General Public License version 3 (or any later version). This is version 0.1.0 of the program.
Installation
To install jomvst, run:
python3 setup.py install
You must be a superuser to do this.
Use as command line tool
When you have installed jomvst, run:
jomvst --help
to see how to interact with jomvst via the command-line.
Use as Python module
When jomvst has been installed, it can be used just like any other Python module. To see which parts of the module are useful, and to see how those parts function, run:
pydoc3 jomvst
jomvst can be imported with a simple import statement.
Development
jomvst uses Git for code management. To get the latest branch, clone it from gitorious.org like this:
$ git clone git://gitorious.org/jomvst/jomvst.git
This document
Copyright (C) 2011 Niels Serup
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
- Author: Niels Serup
- Home Page: http://roptoligs.metanohi.org/modules:jomvst
- License: AGPLv3+
-
Categories
- Development Status :: 3 - Alpha
- Environment :: Console
- Environment :: X11 Applications
- Intended Audience :: Developers
- Intended Audience :: Developers
- Intended Audience :: End Users/Desktop
- Intended Audience :: End Users/Desktop
- License :: DFSG approved
- License :: OSI Approved :: GNU Affero General Public License v3
- Operating System :: OS Independent
- Programming Language :: Python :: 3.1
- Topic :: Multimedia :: Graphics :: 3D Modeling
- Topic :: Multimedia :: Graphics :: 3D Rendering
- Topic :: Multimedia :: Graphics :: Viewers
- Package Index Owner: login.launchpad.net_22
- DOAP record: jomvst-0.1.0.xml
