Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Help on Game Peformance  (Read 5569 times)

0 Members and 1 Guest are viewing this topic.

Strelok

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • GitHub
Re: Help on Game Peformance
« Reply #15 on: September 04, 2014, 04:59:09 pm »
Thanks for the tips, I'll try to implement them all  :D

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Help on Game Peformance
« Reply #16 on: September 04, 2014, 08:29:33 pm »
Build systems (make, scons, etc.) compile .c and .cpp files in parallel since these are independent of each other.
Back to C++ gamedev with SFML in May 2023

 

anything