01_Programming Paradigms
-
Event-Driven Programming:
- Essential for tool and UI development (e.g., PyQt, AR Foundation).
-
Object-Oriented Programming (OOP):
- Helps with modularity and reusability in tools, game objects, and pipelines.
-
Declarative Programming:
- Useful for shaders, procedural workflows, and material systems.
-
Functional Programming:
- Great for mathematical operations in shaders and procedural generation.
-
Data-Driven Programming:
- Ideal for tool and pipeline flexibility
01_Event-Driven Programming
Event-driven programming is a programming paradigm where the program reacts to events, such as us...
02_Object Oriented Programming
03_Declarative Programming
04_Functional Programming
Functional programming (FP) is a programming paradigm focused on writing software by composing an...