mlange-42 / beecs-template

Template repository showing how to extend the beecs honeybee model

Home Page:https://github.com/mlange-42/beecs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Template repository showing how to extend the beecs honeybee model

https://github.com/mlange-42/beecs

License:GNU General Public License v3.0


Languages

Language:Go 100.0%