Hi all,
I'm totally new to SFML and as a first test I took that very simple program drawing a green circle as provided at the end of the install tutorial.
I'm running:
- On a Intel Quad Core,
- Under Windows XP Pro X64 edition,
- Using Codeblocks and Mingw,
- In static mode,
and I actually had to recompile my own version as none of the provided works for me.
However, I was very surprised to notice two performance issues:
- After launching the execution, whether in debug or release mode, I have sometimes to wait something like 20s before the window appears.
- Once the program launched, it uses nearly a hole CPU core all the time, swinging between 21% and 25% of the total CPU.
It's really weird as I never came across such issues using other libraries, knowing the program is as simple as possible.
So any ideas? And thanx in advance...