Don't Abuse Lerp!

Don't Abuse Lerp!
Many game development environments, including Unity, Godot, and Mini Micro, include a lerp function. lerp stands for "Linear Interpolation", and it is easy to define: ⛶lerp = function(x0, x1, t) ...
0 Read More

Learn By Code 1.2 - Using RNG

Welcome to "Learn by Code"! Welcome back fellas This is Part 2 of our amazing coding series where we learn, code, and understand new concept together in a particular programming language.Her...
0 Read More

Code Review #1

Welcome to a New Series: Code ReviewThis series was inspired by a comment left on my blog post, "Why MiniScript?". By one of the readers sharing their personal experience with MiniScript, saying: I di...
0 Read More

DevLog #1: Cat O'Nine Tales

DevLog #1: Cat O'Nine Tales
Table Of Contents Overview What is Mini-Micro? What's Next? Logs: ➡️ Late in 2023, I lost my pet cat to cancer. I was heart broken for a long time and didn't feel like doing much in t...
0 Read More

DevLog #2: Signals Part I

DevLog #2: Signals Part I
Table Of Contents "Send me a Signal" EventManager Class Add a Listener Triggering a Signal Queuing a Signal Remove a Listener The Complete Code What's Next? Logs: ⬅️ "Send me...
0 Read More