Skip to content

jamylak/rrt01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rrt01

rrt01 is a small AI-generated visual demo of the RRT* (Rapidly-exploring Random Tree) pathfinding algorithm, built with C and Raylib.

This project is intentionally focused on the visual presentation and interactive explanation of the algorithm, not on code quality.

rrt.mov

What It Does

It simulates an RRT* search from a start point to a goal point across a 2D world filled with rectangular and circular obstacles.

What It Visualises

  • The growing exploration tree
  • Obstacle avoidance in the search space
  • Rewiring and path cost improvement over time
  • The final path from start to goal
  • Iteration playback with inspector/debug panels

Install

You need a C compiler, make, pkg-config, and Raylib installed.

On macOS with Homebrew:

brew install raylib pkg-config
make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors