cudaMaze
A downloadable generator for Windows and Linux
CudaMaze is a high-performance tools designed for procedural generation. It allows you to create and solve perfect rectangular maze structures by leveraging CUDA to accelerate processing on NVIDIA GPUs.
The generator uses an optimized Kruskal's algorithm to build massive grids instantly. While the 2D layout is generated on hardware, the pathfinding (solve) is performed on the CPU for maximum efficiency. The output is a pixel-art ready image, perfect for game puzzles or as textures for technical artists.
Install instructions
Thanks for downloading cudaMaze !
You already have the compiled executables for Windows and Linux right here on this page, no need to build anything just to try it out.
IMPORTANT
This is a command-line tool. If you double-click the executable, it will open and immediately close, and you won’t be able to pass any parameters.
You must run it from a terminal / command prompt.
Windows
-
Download the executable for windows.
-
Open a terminal in the folder containing the executable.
-
Run: ./maze.exe --help
Linux
-
Download and unzip the archive.
-
Open a terminal in the folder.
-
Make sure it’s executable and run: ./maze --help
Requirements
-
An NVIDIA GPU.
-
A recent NVIDIA driver installed on your system.
In case of problems
-
If the executable doesn’t run (driver issues, missing libraries, incompatible CUDA version, etc.), please check the GitHub repository.
-
You’ll find the full source code and build instructions there if you want to compile cudaMaze yourself:



Leave a comment
Log in with itch.io to leave a comment.