Skip to content

custom raytracing engine, compiles to wasm and does not crash that often anymore

License

Notifications You must be signed in to change notification settings

jnt0rrente/raytracer

Repository files navigation

⚡ Ray Tracer

Dependencies

  • Dear Imgui: Included as a submodule in the git tree.
  • SDL2: Ensure SDL2 binaries are available on your system. You can figure that one out yourself.

Setup

To set up the project, use the following commands:

For WebAssembly:

meson setup builddir_wasm -Dtarget=wasm

For Linux:

meson setup builddir_linux -Dtarget=linux

Compilation

To compile the project, use the following commands:

For WebAssembly:

meson compile -C builddir_wasm
python -m http.server 9090 -d ./builddir_wasm

For Linux:

meson compile -C builddir_linux
./builddir_linux/raytracer

About

custom raytracing engine, compiles to wasm and does not crash that often anymore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published