This project is under development for the initial release of Version 3. Please be careful using the versions in development because they might incur abrupt API changes.
Lightmetrica is a research-oriented renderer. The development of the framework is motivated by the goal to provide a practical environment for rendering research and development, where the researchers and developers need to tackle various challenging requirements through the development process.
Install miniconda and type the following commands.
$ conda create -n lm3 python=3.7
$ conda activate lm3
$ conda install lightmetrica -c hi2p-perim -c conda-forge
$ python
>>> import lightmetrica as lm
>>> lm.init()
>>> lm.info()
You can find the documentation from here.
- Extension support
- Component object model that allows to extend any interfaces as plugins
- Serialization of component objects
- Position-agnostic plugins
- Verification support
- Visual debugger
- Performance measurements
- Statistical verification
- Orchestration support
- Complete set of Python API
- Jupyter notebook integration
Hisanari Otsu (Personal site, Twitter)
This software is distributed under MIT License. For details, see LICENCE file.