Skip to content
Anton Fedotov edited this page Oct 5, 2018 · 2 revisions

Welcome to the light-engine wiki!

What is LightEngine:

LightEngine is visualization library with C++ and Pyton interface. Major targets in library design is:

  • User frendly API
  • Better performance in visualisation

In backend this use OpenGL shaders and buffers for delegate visualisation to GPU. But API allows user to abstract from low level defenitions. Meanwhile API provide callstack from hightlevel to lowlevel for customisation visualisation pipeline.

Some reads:

Defenitions

Clone this wiki locally