An open API service indexing awesome lists of open source software.

https://github.com/julianeuralgraphics/nerfutils.jl

Reusable NeRF components
https://github.com/julianeuralgraphics/nerfutils.jl

Last synced: 4 months ago
JSON representation

Reusable NeRF components

Awesome Lists containing this project

README

          

# NerfUtils.jl

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://julianeuralgraphics.github.io/NerfUtils.jl/dev)

Reusable NeRF components

## Test

To test on a specific backend, pass `--backend` argument:
```julia
julia> using Pkg; Pkg.test("NerfUtils"; test_args=["--backend=AMDGPU"])
```

## Projects that use NerfUtils.jl

- [Nerf.jl](https://github.com/JuliaNeuralGraphics/Nerf.jl)
- [NerfGUI.jl](https://github.com/JuliaNeuralGraphics/NerfGUI.jl)