Difference between revisions of "Category:Developer"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
You can extend and develop with Avogadro in many ways. Most of the functionality is contained in the libavogadro library, which can be embedded into C++ or Python programs. You can also extend the functionality of Avogadro and Libavogadro with new plugins and scripts.
 
You can extend and develop with Avogadro in many ways. Most of the functionality is contained in the libavogadro library, which can be embedded into C++ or Python programs. You can also extend the functionality of Avogadro and Libavogadro with new plugins and scripts.
 +
 +
Development can use C++ or [[Scripting|Python Scripting]]
 +
 +
For ideas, we have a section on [[Inspiration]]
 +
 +
The API documentation also has a set of [http://avogadro.openmolecules.net/api/dev/tpe-toc.html Tutorial Extensions]
 +
 +
<!-- Don't show the auto-generated subcategory links -- we handle that ourselves (above) -->
 +
<css>
 +
#mw-subcategories { display: none; }
 +
</css>

Latest revision as of 10:46, 6 May 2011

You can extend and develop with Avogadro in many ways. Most of the functionality is contained in the libavogadro library, which can be embedded into C++ or Python programs. You can also extend the functionality of Avogadro and Libavogadro with new plugins and scripts.

Development can use C++ or Python Scripting

For ideas, we have a section on Inspiration

The API documentation also has a set of Tutorial Extensions