Difference between revisions of "Interfaces"
From ApCoCoAWiki
Andraschko (talk | contribs) m (page moved) |
|||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=IntelliJ GUI= | =IntelliJ GUI= | ||
[[Image:IntelliJ_gui.jpg|left|300px]] | [[Image:IntelliJ_gui.jpg|left|300px]] | ||
+ | You can download the new ApCoCoA version 2 [[ApCoCoA-1:Downloads|here]]. | ||
+ | <br/> | ||
+ | This is the newest version of ApCoCoA. Note that this is a beta version and some functionality is still missing. More documentation coming soon! | ||
+ | |||
<br clear=all> | <br clear=all> | ||
+ | |||
=Eclipse GUI (Discontinued)= | =Eclipse GUI (Discontinued)= | ||
− | |||
[[Image:GUI_Rearrangement.jpg|left|300px]] | [[Image:GUI_Rearrangement.jpg|left|300px]] | ||
− | + | You can download the old ApCoCoA based on CoCoA 4 and Eclipse [[ApCoCoA-1:Downloads|here]]. | |
− | |||
− | |||
+ | ===Installation and Build Instructions=== | ||
+ | * For an installation guide and a short introduction to the Eclipse GUI please go to [[ApCoCoA-1:HowTo:Install and Work with the Eclipse GUI|this page]]. | ||
+ | * On [[ApCoCoA-1:HowTo:Tips for developing (Ap)CoCoA with Eclipse|this page]] you can find information about building (Ap)CoCoALib under Eclipse and accessing the ApCoCoA svn-repository from Eclipse. | ||
+ | *[[ApCoCoA-1:Eclipse GUI|This page]] contains all about the development of the GUI based on Eclipse. | ||
<br clear=all> | <br clear=all> | ||
+ | |||
=Text Editors= | =Text Editors= | ||
+ | If you prefer a classic text editor, you have the choice between Vim and Emacs. Both offer nice features for working with CoCoA. | ||
+ | If you never used one of these editors we recommend to use the IntelliJ GUI instead. | ||
+ | ===Emacs=== | ||
+ | [[Image:Emacs.jpg|left|300px]] | ||
+ | [http://cocoa.dima.unige.it/download/screenshots.shtml Download and further Information] | ||
+ | <br clear=all> | ||
+ | |||
+ | ===Vim=== | ||
+ | [[Image:Vim_plugin.jpg|left|300px]] | ||
+ | [https://github.com/abacus42/CoCoA-Vim Download and further Information] | ||
+ | <br clear=all> | ||
+ | |||
+ | =Qt Interface (Discontinued)= | ||
+ | [[Image:Cocoa_gui.png|left|300px]] | ||
+ | All old versions of ApCoCoA are also available with a Qt GUI. You can download these versions [[ApCoCoA-1:Downloads|here]]. | ||
+ | <br clear=all> | ||
=Matlab Interface (Discontinued)= | =Matlab Interface (Discontinued)= | ||
[[Image:DemoToolboxGBEvaluation.png|left|300px]] | [[Image:DemoToolboxGBEvaluation.png|left|300px]] | ||
+ | [[ApCoCoA-1:MatlabToolbox|Download and further Information]] | ||
+ | |||
+ | [[Category:ApCoCoA Installation]] |
Latest revision as of 09:30, 29 October 2020
IntelliJ GUI
You can download the new ApCoCoA version 2 here.
This is the newest version of ApCoCoA. Note that this is a beta version and some functionality is still missing. More documentation coming soon!
Eclipse GUI (Discontinued)
You can download the old ApCoCoA based on CoCoA 4 and Eclipse here.
Installation and Build Instructions
- For an installation guide and a short introduction to the Eclipse GUI please go to this page.
- On this page you can find information about building (Ap)CoCoALib under Eclipse and accessing the ApCoCoA svn-repository from Eclipse.
- This page contains all about the development of the GUI based on Eclipse.
Text Editors
If you prefer a classic text editor, you have the choice between Vim and Emacs. Both offer nice features for working with CoCoA. If you never used one of these editors we recommend to use the IntelliJ GUI instead.
Emacs
Download and further Information
Vim
Download and further Information
Qt Interface (Discontinued)
All old versions of ApCoCoA are also available with a Qt GUI. You can download these versions here.