Skip to content

Commit 0825cf1

Browse files
authored
Add ANARI-SDK and clean generated footer
1 parent aecab6e commit 0825cf1

2 files changed

Lines changed: 3 additions & 21 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ A curated list of C++ graphics libraries
1111
- [Rust](#rust)
1212
- [Geometry Processing](#geometry-processing)
1313
- [Game Engines](#game-engines)
14-
- [[Contributing](#awesome-graphics-libraries)](#contributingawesome-graphics-libraries)
15-
- [[License](#awesome-graphics-libraries)](#licenseawesome-graphics-libraries)
1614

1715
## [Graphics Libraries](#contents)
1816

1917
### C++
2018

19+
* ANARI-SDK - ANARI Software Development Kit for 3D rendering and visualization. [[github](https://github.com/KhronosGroup/ANARI-SDK) ![KhronosGroup/ANARI-SDK](https://img.shields.io/github/stars/KhronosGroup/ANARI-SDK.svg?style=social&label=Star&maxAge=2592000)]
2120
* [bgfx](https://bkaradzic.github.io/bgfx/overview.html) - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style library. [[github](https://github.com/bkaradzic/bgfx) ![bkaradzic/bgfx](https://img.shields.io/github/stars/bkaradzic/bgfx.svg?style=social&label=Star&maxAge=2592000)]
2221
* [Diligent Engine](http://diligentgraphics.com/diligent-engine/) - Modern cross-platform low-level graphics library. [[github](https://github.com/DiligentGraphics/DiligentEngine) ![DiligentGraphics/DiligentEngine](https://img.shields.io/github/stars/DiligentGraphics/DiligentEngine.svg?style=social&label=Star&maxAge=2592000)]
2322
* Easy3D - A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data [[github](https://github.com/LiangliangNan/Easy3D) ![LiangliangNan/Easy3D](https://img.shields.io/github/stars/LiangliangNan/Easy3D.svg?style=social&label=Star&maxAge=2592000)]
@@ -63,14 +62,6 @@ A curated list of C++ graphics libraries
6362

6463
> :lock:: needs sign-up to access code.
6564
66-
## [[Contributing](#awesome-graphics-libraries)](#contents)
67-
68-
Contributions are very welcome! Also, please feel free to report any error.
69-
70-
## [[License](#awesome-graphics-libraries)](#contents)
71-
72-
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
73-
7465
## [Contributing](#contents)
7566

7667
Contributions are very welcome. Please read the [contribution guidelines](CONTRIBUTING.md) first. Also, please feel free to report any error.

data/readme.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sections:
66
- title: C++
77
content:
88
- ''
9+
- '* ANARI-SDK - ANARI Software Development Kit for 3D rendering and visualization.
10+
[[github](https://github.com/KhronosGroup/ANARI-SDK) ![KhronosGroup/ANARI-SDK](https://img.shields.io/github/stars/KhronosGroup/ANARI-SDK.svg?style=social&label=Star&maxAge=2592000)]'
911
- '* [bgfx](https://bkaradzic.github.io/bgfx/overview.html) - Cross-platform,
1012
graphics API agnostic, "Bring Your Own Engine/Framework" style library. [[github](https://github.com/bkaradzic/bgfx)
1113
![bkaradzic/bgfx](https://img.shields.io/github/stars/bkaradzic/bgfx.svg?style=social&label=Star&maxAge=2592000)]'
@@ -100,14 +102,3 @@ sections:
100102
- '> :lock:: needs sign-up to access code.'
101103
- ''
102104
sections: []
103-
- title: '[Contributing](#awesome-graphics-libraries)'
104-
content:
105-
- ''
106-
- Contributions are very welcome! Also, please feel free to report any error.
107-
- ''
108-
sections: []
109-
- title: '[License](#awesome-graphics-libraries)'
110-
content:
111-
- ''
112-
- '[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)'
113-
sections: []

0 commit comments

Comments
 (0)