As some of you may know I am making a game engine , I plan for it to include the White-Storm: Lightning library (White-Storm: Lightning = name of engine) a "collision point editor" and a map editor. This would be simple enough (well not exactly simple) but I want to make the collision point editor and the map editor web applications. I herd that you can develop for the Internet in C++ through means of PHP (game engine is written in C++). I am unsure if this is true. I was wondering if for the web applications I should use Java. I would just use Java for the web development but I don't know if the sprites are the same size in memory with OpenGL and Java as they are with SFML and C++ (OpenGL because SFML derives from OpenGL) so before I go learn an entire new language and library I was hoping to get some opinions.
Thanks for reading :-D
P.s I know I can sometimes be unclear as to my point so if any clarification is needed just let me know .
P.s.s C++ for life! just saying .
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself
I think the language you know best should have a huge advantage for doing anything. That said, C++ is probably the worst language for web development in general.
If you are asking what is the best language to develop web apps in if you don't know any of them, I think I would recommend any of Python, Ruby (Ruby on Rails) or Groovy (Grails) (my current favourite).
PHP is something other people recommend but I think it is very poorly organised and therefore ultimately more difficult and less useful than other stacks.
As you say Java is another possibility for web development, you might like to check out the play framework but I don't know if I can really recommend Java without knowing more about your programming abilities.
XianForce wrote:Out of curiosity, what's the point in making those web apps?
In case someone using it runs around alot (like me) you dont have to install them again on another computer.
christo wrote:I think the language you know best should have a huge advantage for doing anything. That said, C++ is probably the worst language for web development in general.
If you are asking what is the best language to develop web apps in if you don't know any of them, I think I would recommend any of Python, Ruby (Ruby on Rails) or Groovy (Grails) (my current favourite).
PHP is something other people recommend but I think it is very poorly organised and therefore ultI'mately more difficult and less useful than other stacks.
Thank you for your input
christo wrote:As you say Java is another possibility for web development, you might like to check out the play framework but I don't know if I can really recommend Java without knowing more about your programming abilities.
My programming skills are not exactly the best on the forum but I'm okay at it.
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself
i think he means he could just go to a website and do his level design, when he is meant to be working on other stuff.
and some schools only allow certain apps/ports through
k1net1k wrote:i think he means he could just go to a website and do his level design, when he is meant to be working on other stuff.
and some schools only allow certain apps/ports through
Bingo
dandymcgee wrote:
And show me a professional non-web-based game whose map editor is web-based.
I wouldd allow a complete instillation option it would just allow you to use it on the web when you don't have much time or you are running a computer without it.
P.s I can show you a game that is web based with a web based map editor http://www.kongregate.com/games/Jiggmin ... m-racing-2 .
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself