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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SajSFML

Pages: [1]
1
Graphics / Parallel resource loading possible?
« on: October 25, 2021, 12:25:09 am »
Hello you all, I am using SFML for my application and I have quite a few images to load. I was wondering if I can improve the total time it takes by loading the images in parallel? Is SFML thread-safe for me to do this?

BTW, the version I am using is 2.5.1, if you need to know.

2
Audio / How to disable audio's CPU information message?
« on: June 22, 2020, 06:54:08 pm »
Whenever I create a new sf::Music, it always logs this into my console:

CPU info (x86-64):
  CMOV ....... Y
  MMX ........ Y
  SSE ........ Y
  SSE2 ....... Y
  SSE3 ....... Y
  SSSE3 ...... Y
  SSE41 ...... Y
  SSE42 ...... Y
  AVX ........ Y
  FMA ........ Y
  AVX2 ....... Y
  AVX OS sup . Y

Is there a way to disable this from being outputted?

Pages: [1]
anything