41
witek
7y

Optimization... Since I started developing games I know the true meaning of this word.

Comments
  • 0
    Since I'm developing on xamarin I now what optimisation means
  • 1
    It's surprising how weak computers are when you're trying to render what seems like not that much stuff. Then all of a sudden you need to do complicated magic to make it all work "ideally™"
  • 0
    What kind of optimization? :D
  • 0
    IMHO frustum Culling is standard and not "optimisation"
  • 0
    Wasn't refering to culling. Trying to render as many things as possible with as few draw calls as possible is tricky business... Especially if you also want your stuff to be interactive. You'll optimize rendering in one way which will slow things down in another way.
Add Comment