Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.68 KB

README.md

File metadata and controls

80 lines (58 loc) · 2.68 KB

docs ci pypi

Slang Graphics Library

Introduction

Slang Graphics Library (sgl) is a modern, cross-platform graphics library written in C++ and Python.

Features

TBD

Installation

sgl is available as pre-compiled wheels via PyPI. Installing sgl is as simple as running

pip install nv-sgl

Requirements

  • python >= 3.9

Documentation

The documentation is available on readthedocs.

License

sgl source code is licensed under the Apache-2.0 License - see the LICENSE.txt file for details.

sgl depends on the following third-party libraries, which have their own license:

sgl releases additionally include pre-built binaries of the following third-party components, which have their own license:

Citation

If you use sgl in a research project leading to a publication, please cite the project. The BibTex entry is:

@software{sgl,
    title = {Slang Graphics Library},
    author = {Simon Kallweit and Chris Cummings},
    note = {https://github.com/shader-slang/sgl},
    version = {0.4.0},
    year = 2024
}