
Just a guy who loves to write code and watch anime.
Search for a command to run...

Just a guy who loves to write code and watch anime.
Thanks for sharing this Tiger Abrodi
can we say prototyping is one of the processes of Agile methodology?
exactly, thanks for the reply Tiger Abrodi
Qualities that make outstanding builders.

Bipedal vs quadrupedal: how many legs This is about the number of legs the creature walks on. Bipedal. Two legs. Humans, ostriches, T-rex, kangaroos, most fantasy humanoids. Quadrupedal. Four legs. Do

Intro You hear "lerp" and "smoothstep" everywhere in game dev. They sound like math jargon. They're not. Both are small tools that do the same job: smoothly move from one value to another. The problem

What is Kinematics Kinematics is the math field. It's the study of how things move without worrying about forces (which would be dynamics). FK and IK are the two branches: forward kinematics and inver

Intro Textures are usually the biggest cost in a 3D scene. Memory, bandwidth, and load time all get eaten by them. Resizing them is the obvious lever. There's more. This post is about the less obvious

Prototyping is a concept that exists in many industries and not just in software development, it is much cheaper and faster to develop prototypes than that which goes into production.
Prototypes aren't supposed to be perfect, the goal is for them to answer possible questions we have.
The main value with prototyping lies in the lessons you learn, the questions that get answered, not the code written.
Some things you may want to prototype:
Architecture
New functionality in an existing system
Structure or contents of external data
Third-party tools or components
Performance issues
User interface design
Prototypes can save us time, money and pain by recognizing and improving potential problem spots early in the development cycle.