
Playnub 0.1.0 Tools 4.4 Community
Submitted by user ThisIsBennyK; MIT; 2025-05-14
The Playnub plugin is a collection of many general-purpose game development patterns, techniques, and tricks drawn from academia and online resources, as both a tool and a guide for creating games effectively and efficiently. Playnub is designed to expedite game development by providing tons of resources built specifically for rapid prototyping and continuous iteration-- enabling developers to focus on making the games they envision, not on programming the framework necessary to do so.
Features:
- Telemetry -
Record continuous variables with just a few function calls
Create multiple tables of data
CSV, SQL file, and SQLite database support
- Behaviors -
Action Lists: for creating discrete sequences of events in code
Interpolation Systems
Control Curves and Envelopes: For control precisely how a data point gets from A to B
PID Controller: For controlling how a point follows a target using a control system
- Randomization -
Fast normal distribution randomness
Complete and deck randomness
Weighted randomness
Seed setting
Seed state recording
See the GitHub repo for more information!
View files Download Submit an issue Recent Edits