Friday, May 20, 2011
A reflection of this New xna program
So right now I'm very behind in this class so I can't really say much about it, but from what i've done so far I can tell I like this program alot better than i do JCreator. The transition between Jcreator and XNA is some what easy, but still there are some parts where I still have to integrate into the new settings. For example in the moonlight lab, I was used to just instantiating something like a color all in one like "Color a = new color();" but in XNA, you must name what your instantiating first followed by giving it all the parameters to it. Another new feature that I've noticed is the auto type settings on XNA. I find this very amazing and very useful in my laziness. Auto type is a function of XNA where when I type in a few letters of code, it displays a list of objects and other things that it assumes I would type up, like variable names. With auto type, i don't have to waste that extra minute checking whether or not my variable names were spelled right. Another great auto feature is the error bar. In Jcreator, i had to compile the file first before I found out what syntax or logic error I made. But in XNA, the program tells me possible places of error and allows me to fix them with having to wait and compile the file. Anyways, I think that next years compsci class should start with XNA because it is better than Jcreator.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment