Syra's Techbinder
627 subscribers
608 links
News and resources on programming, technology, security.

Use @techbinderbot to send us interesting contents, feedback us and subscribe to your favorite topics.

What is techbinder? Read it here: https://goo.gl/rMAz3z
Download Telegram
http://gameprogrammingpatterns.com/contents.html

"Game Programming Patterns is a collection of patterns I found in games that make code cleaner, easier to understand, and faster.

This is the book I wish I had when I started making games, and now I want you to have it."

Tags: #gamedev #programming
http://gafferongames.com/game-physics/fix-your-timestep/

How to choose the delta time value? This may seem like a trivial subject but in fact there are many different ways to...

Tags: #programming #gamedev
http://gameprogrammingpatterns.com/data-locality.html

An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."

Tags: #programming #Cpp #gamedev #optimization