Daniel-Chin / React.Godot

Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

React.Godot

Let's bring declarative and functional UI programming into Godot 4!

I'm mimicking the pattern popularized by React.js.

The idea

When you use React.Godot library, you define your UI tree

The React.Godot library automatically caches information and optimize the information propagation for you.

Discipline: what you have to adhere to

A react node must (Recommended: copy from "ReactNodeTemplate.cs"):

The python metaprogrammer