An open API service indexing awesome lists of open source software.

https://github.com/toodef/light-engine

Lightweight and fast 3D visualisation engine
https://github.com/toodef/light-engine

cpp data-visualization linux python visualization windows

Last synced: 4 months ago
JSON representation

Lightweight and fast 3D visualisation engine

Awesome Lists containing this project

README

          

# Light Engine
Lightweight and fast 3D visualisation engine writen on *C++* with *Python* bindings.
![LE logo](docs/logo.jpg)

* Using shaders for speedup rendering process
* Cascade architecture for working from hight to low level
* Automated shaders, buffers and other resources
* Collection of predefined objects and controls

# Installation
``pip install lepy``

## Getting started
Basic usage samples places in *samples* folder. There you can find C++ and Python examples.