Categorygithub.com/Gregmus2/simple-engine
repositorypackage
0.6.0
Repository: https://github.com/gregmus2/simple-engine.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Engine to create small simulations.

It is providing

Requirements

build-essential libgl1-mesa-dev xorg-dev

Usage

  • With your buildContainer method you can provide additional structures into your application (actually into dig service container (go.uber.org/dig))
  • You should implement Scene interface. You can use scenes.Base as embedded structure
  • Also, you can implement common.Init interface to modify OpenGL settings with Decorate uber method instead of Provide.

You can check https://github.com/Gregmus2/simple-engine-example as an example.