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
- Host: GitHub
- URL: https://github.com/julianeuralgraphics/nerfutils.jl
- Owner: JuliaNeuralGraphics
- License: mit
- Created: 2023-08-29T09:27:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T15:53:01.000Z (11 months ago)
- Last Synced: 2025-09-25T22:41:13.479Z (9 months ago)
- Language: Julia
- Homepage:
- Size: 283 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NerfUtils.jl
[](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)