Lightweight and fast 3D visualisation engine writen on C++ with Python bindings.
- 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
pip install lepy
Basic usage samples places in samples folder. There you can find C++ and Python examples.