Skip to content

v0.5

Latest
Compare
Choose a tag to compare
@pebeto pebeto released this 06 Jun 18:28
· 2 commits to main since this release

v0.5

  • Implemented Globals structure containing all shared project variables
  • The declaration of Globals fields is done in their respective threads
  • Defined macros to improve readability
  • Improved getFPS function by removing overhead
  • Implemented getCpuUsage and printCpuIndicators

getCpuUsage implementation thanks to darko79.

What's Changed

  • Optimizing global vars assignment and defining Globals struct by @pebeto in #5

Full Changelog: v0.4...v0.5