1
Feature requests / Re: Fill method for Image ?
« on: August 30, 2016, 09:45:22 pm »Quote
SFML is inefficient because lot of parts of it are bloated with getters/setters
I beg to differ. If you take a look at the generated asm of an optimized build of the library + your application I think you'll be surprised how much of this "bloat" the compiler is actually able to strip away. If you can come up with a usecase/benchmark where this matters one iota in any realistic scenario, then I'll buy you a beer.