See documentation https://www.gnu.org/software/octave/
# Ubuntu
sudo apt-get -y install octave octave-vrml# open a terminal and clone git
git clone https://github.com/phoen1x/livingfire-octave.git
# go into folder
cd livingfire-octave
# open ocatave commandline
octave-cli
# load source code
octave:1> source kleinBottleFigure8Immersion.mIdea: Octave -> VRML -> X3D -> HTML+X3DOM
See build from scratch for details.
Make sure you have a working Docker and docker-compose environment.
# start apache webserver
cd livingfire-octave/x3d
docker-compose up -d
# open X3D webpage
xdg-open http://localhost:3000
