Game Maker's Garage Forum

Game Creation => Other Languages & Tools => Topic started by: Gan on January 14, 2014, 04:16:17 PM

Title: Xojo Graphics Test
Post by: Gan on January 14, 2014, 04:16:17 PM
After Mike said Xojo was free to code in, I went ahead and did a graphics performance test.

I have 2 peeves against Xojo.
(1) The autocomplete doesn't give me a description and doesn't tell me how many parameters are in a function. I had to guess the parameters.
(2) The way variables and classes are set up is really weird and kinda awkward. In many languages you define your global variables at the top or in the .h file. In Xojo you define them in the Properties. Tiny learning hump there, gave me some grief when I couldn't figure out how to define a high level variable.

The graphics test code is attached below. I get 60 fps until 300 moving objects.
This is using the 2D canvas. I will take a look at the OpenGL canvas eventually.

(http://cl.ly/image/3t032q2k3A0c/Screen%20Shot%202014-01-14%20at%204.17.16%20PM.png)