Skip to content

TamToucan/Tracker-LIB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Node Tracker Extension

C++ extension for tracking Node2D objects with context management

Features

  • Track/untrack Node2D objects
  • Attach arbitrary context data
  • Automatic cleanup on node deletion
  • Signal-based notifications

Installation

  1. Add as submodule:
git submodule add https://github.com/yourusername/godot-node-tracker.git
  1. Recompile Godot with this module

Usage

var tracker = GDTracker.new()
tracker.track_node($Player, {"speed": 200})

Building

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

About

Godot C++ extension to add context to Node2D objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors