Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Benchmarks?
- - By iBloodLust Date 2015-06-04 01:30
I'd like to know if there are any benchmarks showing the difference in performance between -

Pure OpenGL ( opengl gem 0.9.2 )
Gosu + Pure OpenGL (opengl gem 0.9.2 + gosu 0.9.2 )
Gosu +Pure OpenGL ( opengl gem 0.92 + 0.8.7.2 )
Pure Gosu ( gosu 0.9.2 gem )

If not, I might just create a benchmark.
Parent - By jlnr (dev) Date 2015-06-04 07:14
Gosu 0.9.2 and 0.8.7.2 have the same rendering backend. Even Gosu 0.7.x, which didn't use libSDL to open the window, used effectively the same OpenGL code internally. But still, go ahead and benchmark all the combinations you are interested in, maybe there are a few surprises :)

FWIW I saw this question on StackOverflow a (long) while ago: http://stackoverflow.com/questions/1784138/why-rubygame-and-gosu-are-slower-than-pure-opengl
Parent - By arrow Date 2015-06-08 13:51
For my fighting game prototypes I have not had any performance issues even on my 1st gen netbook but the code is also pretty lean.
Up Topic Gosu / Gosu Exchange / Benchmarks?

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill