Difference between revisions of "Category:Developer"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
 
Line 4: Line 4:
  
 
For ideas, we have a section on [[Inspiration]]
 
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) -->
 
<!-- Don't show the auto-generated subcategory links -- we handle that ourselves (above) -->

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