|
1 | 1 | NanoGUI
|
2 | 2 | ========================================================================================
|
3 |
| -|docs| |travis| |appveyor| |
| 3 | +|docs| |gha| |
4 | 4 |
|
5 | 5 | .. |docs| image:: https://readthedocs.org/projects/nanogui/badge/?version=latest
|
6 | 6 | :target: http://nanogui.readthedocs.org/en/latest/?badge=latest
|
7 | 7 | :alt: Docs
|
8 | 8 |
|
9 |
| -.. |travis| image:: https://travis-ci.org/wjakob/nanogui.svg?branch=master |
10 |
| - :target: https://travis-ci.org/wjakob/nanogui |
11 |
| - :alt: Travis Build Status |
12 |
| - |
13 |
| -.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/m8h3uyvdb4ej2i02/branch/master?svg=true |
14 |
| - :target: https://ci.appveyor.com/project/wjakob/nanogui/branch/master |
15 |
| - :alt: Appveyor Build Status |
| 9 | +.. |gha| image:: https://github.com/mitsuba-renderer/nanogui/actions/workflows/build.yml/badge.svg |
| 10 | + :target: https://github.com/mitsuba-renderer/nanogui/actions/workflows/build.yml |
| 11 | + :alt: GitHub Actions Build Status |
16 | 12 |
|
17 | 13 | .. begin_brief_description
|
18 | 14 |
|
19 | 15 | NanoGUI is a minimalistic cross-platform widget library for OpenGL 3+, GLES
|
20 | 16 | 2/3, and Metal. It supports automatic layout generation, stateful C++ lambdas
|
21 | 17 | callbacks, a variety of useful widget types and Retina-capable rendering on
|
22 | 18 | Apple devices thanks to NanoVG_ by Mikko Mononen. Python bindings of all
|
23 |
| -functionality are provided using pybind11_. Binary wheels of NanoGUI are |
| 19 | +functionality are provided using nanobind_. Binary wheels of NanoGUI are |
24 | 20 | available on PyPI_.
|
25 | 21 |
|
26 | 22 | **Note**: This repository contains an improved port of the original NanoGUI_.
|
@@ -57,7 +53,7 @@ the the repository here incorporates the following changes:
|
57 | 53 | 7. The Entypo_ icon font has been replaced by FontAwesome_ (v5.10.1).
|
58 | 54 |
|
59 | 55 | .. _NanoVG: https://github.com/memononen/NanoVG
|
60 |
| -.. _pybind11: https://github.com/wjakob/pybind11 |
| 56 | +.. _nanobind: https://github.com/wjakob/nanobind |
61 | 57 | .. _PyPi: https://pypi.org/project/nanogui
|
62 | 58 | .. _NanoGUI: https://github.com/wjakob/nanogui
|
63 | 59 | .. _Tekari: https://rgl.epfl.ch/tekari?url=%2F%2Frgl.s3.eu-central-1.amazonaws.com%2Fmedia%2Fuploads%2Fwjakob%2F2018%2F08%2F27%2Firidescent-paper.txt&log=1
|
|
0 commit comments