[pygccxml-commit] SF.net SVN: pygccxml: [950] pyplusplus_dev/docs
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2007-03-07 09:55:51
|
Revision: 950 http://svn.sourceforge.net/pygccxml/?rev=950&view=rev Author: roman_yakovenko Date: 2007-03-07 01:55:51 -0800 (Wed, 07 Mar 2007) Log Message: ----------- updating documentation Modified Paths: -------------- pyplusplus_dev/docs/comparisons/compare_to.rest pyplusplus_dev/docs/quotes.rest Modified: pyplusplus_dev/docs/comparisons/compare_to.rest =================================================================== --- pyplusplus_dev/docs/comparisons/compare_to.rest 2007-03-07 07:29:32 UTC (rev 949) +++ pyplusplus_dev/docs/comparisons/compare_to.rest 2007-03-07 09:55:51 UTC (rev 950) @@ -28,8 +28,27 @@ The impression of Lakin Wecker, after spending 30 hours working working with `Py++`_: http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=1478&sid=4d77585146aabbc54f4b31ec50874d86 - .. _`Python-OGRE` : http://lakin.weckers.net/index_ogre_python.html + `Python-OGRE`_ project is reached the state, when it has all functionality + provided by similar one - `PyOgre`_. `PyOgre`_ is developed using SWIG. + I suggest you to compare the amount of code, written by `Python-Ogre`_ + developers and `PyOgre`_ ones: + + * `PyOgre`_ sources: http://svn.berlios.de/viewcvs/pyogre/trunk/pyogre/ogre/ + + * `Python-Ogre`_ sources: + + http://python-ogre.python-hosting.com/browser/trunk/python-ogre/code_generators/ogre/ + + http://python-ogre.python-hosting.com/browser/trunk/python-ogre/code_generators/common_utils/ + + Pay attention: functionality defined in "common_utils" package is used by + other scripts too. + + .. _`Python-OGRE` : http://python-ogre.python-hosting.com/ + .. _`PyOgre` : http://www.ogre3d.org/wiki/index.php/PyOgre + + Some other links, that compare Boost.Python, SWIG, SIP and other tools: * `Evaluation of Python/C++ interfacing packages`_ Modified: pyplusplus_dev/docs/quotes.rest =================================================================== --- pyplusplus_dev/docs/quotes.rest 2007-03-07 07:29:32 UTC (rev 949) +++ pyplusplus_dev/docs/quotes.rest 2007-03-07 09:55:51 UTC (rev 950) @@ -104,7 +104,7 @@ .. _`Python Computer Graphics Kit` : http://cgkit.sourceforge.net/ .. _`TnFOX`: http://www.nedprod.com/TnFOX/ .. _`PyOpenSG`: https://realityforge.vrsource.org/view/PyOpenSG/WebHome -.. _`Python-OGRE` : http://lakin.weckers.net/index_ogre_python.html +.. _`Python-OGRE` : http://python-ogre.python-hosting.com/ .. _`OGRE` : http://www.ogre3d.org/index.php?option=com_content&task=view&id=19&Itemid=79 .. Local Variables: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |