/Fox2

FoxRaycaster, optimized, fixed and with a CUDA option

Primary LanguageC++

Like FoxRaycaster(link) but with a nicer GUI, bug fixes, more optimized and with CUDA.

Used in project:

  • Code from FoxRaycaster, which was based on this tutorial: link
  • OpenGL 2.1 (header and source gl_core21 generated using glLoadGen: link)
  • SFML
  • CUDA
  • Ocornut's Dear ImGUI, with Elias Daler's SFML binding, merged into one hpp and cpp using my script: link

To build an exe it needs to link to:

  • SFML (System, Window and Graphics)
  • Cuda RT (cudart.lib)
  • OpenGL (opengl32.lib)

Prebuilt Win64 binary (requires MS Runetime libs to be installed): link

Screenshots: sshot/sshot000003450.png sshot/sshot000004735.png sshot/sshot000008211.png sshot/sshot000012580.png