Skip to content

Commit 9ef5278

Browse files
committed
update readme
1 parent 7e06bb7 commit 9ef5278

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository contains the source for the ANARI API SDK. This includes:
1313
- [Render tests](tests/render)
1414
- [(experimental) OpenUSD Hydra render delegate plugin](src/hdanari)
1515

16-
The 1.0 ANARI specification can be found on the Khronos website
16+
The ANARI specification can be found on the Khronos website
1717
[here](https://www.khronos.org/registry/ANARI/).
1818

1919
The SDK is tested on Linux, but is also intended to be usable on other operating
@@ -179,10 +179,10 @@ variables:
179179
- `ANARI_DEBUG_TRACE_MODE` sets the tracing mode, only `code` is supported for now.
180180
- `ANARI_DEBUG_TRACE_DIR` set the folder where the trace will be dumped.
181181

182-
### (Unofficial) list of available ANARI implementations
182+
### (Unofficial) list of actively developed ANARI implementations
183183

184-
- [AMD RadeonProRender](https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderANARI)
185184
- [Barney](https://github.com/ingowald/barney) (MPI distributed renderer)
185+
- [ANARI-PTC](https://github.com/ingowald/ANARI-PTC) (MPI distributed adapter device)
186186
- [Cycles (Blender)](https://github.com/jeffamstutz/anari-cycles)
187187
- [Intel OSPRay](https://github.com/ospray/anari-ospray)
188188
- [NVIDIA USD](https://github.com/NVIDIA-Omniverse/AnariUsdDevice)
@@ -193,28 +193,32 @@ variables:
193193
If you implement a backend to the ANARI SDK, please open a PR to add it to this
194194
list!
195195

196+
### list of ANARI implementations no longer maintained
197+
198+
- [AMD RadeonProRender](https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderANARI)
199+
196200
## ANARI-enabled applications
197201

198202
### Publicly available applications + libraries using ANARI
199203

200-
- [Blender](https://www.blender.org/) (via [plugin](examples/blender))
204+
- [Blender](https://www.blender.org/) (via [addon](examples/blender) found in the ANARI-SDK)
201205
- [COVISE](https://www.hlrs.de/solutions/types-of-computing/visualization/covise)
202206
- [HayStack](https://github.com/ingowald/hayStack)
203207
- [OVITO](https://www.ovito.org/)
204-
- [OpenUSD](https://openusd.org/release/index.html) (via [hdAnari](src/hdanari) plugin)
208+
- [OpenUSD](https://openusd.org/release/index.html) (via [hdAnari](src/hdanari) plugin found in the ANARI-SDK)
205209
- [pynari](https://github.com/ingowald/pynari) (Python language bindings)
206210
- [TSD](https://github.com/NVIDIA/VisRTX/tree/next_release/tsd)
207211
- [Vistle](https://vistle.io/)
208-
- [VMD](https://www.ks.uiuc.edu/Research/vmd/)
209212
- [VTK](https://vtk.org/)
210-
- [VTK-m](https://m.vtk.org/)
213+
- [Viskores](https://github.com/Viskores/viskores) (formerly known as VTK-m)
211214
- [ANARI-Java](https://bitbucket.org/Eclesia/anari-java/src/main/) (Java language bindings)
212215

213216
### Integrations in-progress
214217

215218
- [Ascent](https://ascent.readthedocs.io/en/latest/)
216219
- [ParaView](https://www.paraview.org/)
217220
- [VisIt](https://visit-dav.github.io/visit-website/index.html)
221+
- [VMD](https://www.ks.uiuc.edu/Research/vmd/)
218222

219223
If you integrate ANARI into your application, please open a PR to add it to this
220224
list!

0 commit comments

Comments
 (0)