[racket-users] Bitmap drawing performance

2015-08-10 Thread John Carmack
We are just getting ready to release my son's little Racket game, but after doing all the development on OS-X, I find that the windows performance is terrible. In hindsight, we should have just used bitmap / dc drawing directly, but it grew out of playing with HTDP / Realm of Racket examples.

Re: [racket-users] Bitmap drawing performance

2015-08-10 Thread Matthias Felleisen
On Aug 10, 2015, at 1:19 PM, John Carmack jo...@oculus.com wrote: We are just getting ready to “release” my son’s little Racket game, but after doing all the development on OS-X, I find that the windows performance is terrible. In hindsight, we should have just used bitmap / dc drawing