Skip to content

Morpho-lang/morpho-morphoview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morpho-morphoview

Interactive viewer application for morpho.

Installation

To install this, clone this repository onto your computer in any convenient place:

git clone https://github.com/morpho-lang/morpho-morphoview.git

then add the location of this repository to your .morphopackages file.

echo PACKAGEPATH >> ~/.morphopackages 
where PACKAGEPATH is the location of the git repository.

You need to compile the extension, which you can do by navigating to the repository and typing:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make install

You may need to use sudo. The package can be loaded into morpho using the import keyword.

import morphoview

About

Morpho viewer application

Resources

License

Stars

Watchers

Forks

Packages

No packages published