GodotRx 1.0.3 Scripts 4.1 Community
Submitted by user Neroware; MIT; 2026-08-01
GodotRx - Reactive Extensions for the Godot Game Engine version 4 (GDRx)
ReactiveX for Godot Engine version 4 (GodotRx) is a library for composing asynchronous and event-based programs using observable sequences and pipable query operators in GDScript. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using operators, and parameterize concurrency in data/event streams using Schedulers. The code was originally ported from RxPY (see: https://github.com/ReactiveX/RxPY) as Python shares a lot of similarities with GDScript.
View files Download Submit an issue Recent Edits