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.

Published 2 days ago
StatusReleased
CategoryTool
PlatformsWindows, Linux
AuthorM.EtOuais
GenrePuzzle
Tags2D, cuda, Generator, gpu, maze, Pixel Art, Procedural Generation, Textures, tools
Average sessionA few seconds
InputsKeyboard
LinksGitHub

Download

Download
cudaMaze_v1_windows.exe 1.1 MB
Download
cudaMaze_v1_linux_wsl 2 MB

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

  1. Download the executable for windows.

  2. Open a terminal in the folder containing the executable.

  3. Run: ./maze.exe --help

Linux

  1. Download and unzip the archive.

  2. Open a terminal in the folder.

  3. 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.