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
- Host: GitHub
- URL: https://github.com/toodef/light-engine
- Owner: toodef
- License: mit
- Created: 2018-02-04T11:15:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T15:59:12.000Z (over 4 years ago)
- Last Synced: 2025-08-31T04:21:38.541Z (10 months ago)
- Topics: cpp, data-visualization, linux, python, visualization, windows
- Language: C
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Light Engine
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
# Installation
``pip install lepy``
## Getting started
Basic usage samples places in *samples* folder. There you can find C++ and Python examples.