/beecs-template

Template repository showing how to extend the beecs honeybee model

Primary LanguageGoGNU General Public License v3.0GPL-3.0

beecs-template

A template repository showing how to extend the beecs honeybee model while using its CLI app beecs-cli.

Usage

Try the example:

go run . -d _examples/base --observers --systems

Getting started

Take a look at file main.go to get an idea how it works.

Dependencies on Linux systems

As beecs-cli provides live plotting using OpenGL, the dependencies of go-gl/gl and go-gl/glfw apply. For Ubuntu/Debian-based systems, these are:

  • libgl1-mesa-dev
  • xorg-dev