|
|
|
|
|
by pydry
1558 days ago
|
|
Logical and algorithmic code (& bugs) were a lot more common in gamedev before the onset of the open source game/physics engines. It has followed a similar evolution to the rest of software development whereby core algorithmic components tend to get shared in generic, battle hardened OSS systems like Unity. Most games will rely on their APIs rather than implement their own physics or rendering engines and this is only becoming more common over time. College students who start out by writing toy compilers, quicksort implementations and physics engines will often get a distorted view of what professional development is actually like. |
|