Page 1 of 1
Curious about jQuery
Posted: Tue Nov 04, 2014 2:35 pm
by Miroidan
Out of curiosity, I believe there are some users here that have atleast some basic and/or intermediate knowledge about jQuery.
My question is, what are really the benefits, pros and cons of using jQuery? Let's say I'd want to create a platformer and chose to use jQuery, is it a good or a bad choice?
Re: Curious about jQuery
Posted: Tue Nov 04, 2014 5:14 pm
by hallsofvallhalla
JQuery is not a game engine. It is more of a framework to make using javascript easier.
Re: Curious about jQuery
Posted: Tue Nov 04, 2014 6:36 pm
by Miroidan
hallsofvallhalla wrote:JQuery is not a game engine. It is more of a framework to make using javascript easier.
Thanks, I found later on that it was a powerful library to support JavaScript. I'm currently learning JavaScript and switched over to jQuery, following a book.
I like it so far

Re: Curious about jQuery
Posted: Fri Nov 07, 2014 10:41 am
by MikuzA
jQuery makes a lot of JavaScript functionalities more easy.
And if you are looking towards building some games,
there is a 'project' called gameQuery that is a jQuery based 'game engine' or something.
http://gamequeryjs.com/

Re: Curious about jQuery
Posted: Fri Nov 07, 2014 6:16 pm
by Sim
I would use node.js instead of jQuery for a game like that.
Re: Curious about jQuery
Posted: Tue Nov 11, 2014 3:20 am
by hallsofvallhalla
I do not recommend GameQuery. There are so many better engines.