Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 573 Bytes

NerfGUI.jl

GUI application for Nerf.jl

demo.mp4

Requirements

  • Julia 1.9 or higher.
  • AMDGPU or CUDA capable machine.

Usage

To launch application, simply execute its main function.

using NerfGUI
NerfGUI.main()

See docs for more information.