v1.3.18
Loading...
Searching...
No Matches
Helios Documentation v1.3.18




The Helios simulation system is a versatile modeling framework that handles tasks such as managing geometry and associated data structures through a C++ API. Plug-ins build on the Helios core engine, and access the geometry and data via the Helios context. The system comes with a visualization plug-in that can produce stunning renderings of model geometry and data with relatively little effort.


System Requirements

Helios is compatible with Mac, Linux, and PC platforms. Some plug-ins require an NVIDIA graphics processing unit (GPU), such as the radiation model and LiDAR plug-ins.


Downloading the Code

The code repository is located at https://www.github.com/PlantSimulationLab/Helios. The best way to download it is using "git", which allows you to easily update your code when new updates are available.

To do so, first install git, then using your command-line interface (e.g. terminal) change into the directory where you want to download the code, then type:

$ git clone https://www.github.com/PlantSimulationLab/Helios

As updates are released, update your version of the code by typing:

$ git pull

You can always check which version you are on by typing:

$ git log







Financial support provided by:



Acknowledgement of third-party software:

The Helios core engine uses all or parts of the following third-party open-sourced software libraries:

libpng: Copyright (c) 1995-2019 The PNG Reference Library Authors. Copyright (c) 2018-2019 Cosmin Truta. Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. Copyright (c) 1996-1997 Andreas Dilger. Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.

pugixml: Copyright (c) 2006-2018 Arseny Kapoulkine

zlib: Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler

Plug-ins may use other third-party software, which is acknowledged in their documentation pages.