Difference between revisions of "Category:Developer"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
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]]
 +
 +
<!-- Don't show the auto-generated subcategory links -- we handle that ourselves (above) -->
 +
<css>
 +
#mw-subcategories { display: none; }
 +
</css>

Revision as of 08:28, 16 June 2009

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