|
|
|
Ask HN: Best new or modern languange for game dev?
|
|
13 points
by makufiru
3975 days ago
|
|
So I'm currently a full stack javascript developer. I'd like to learn a new/modern language (Go, Clojure, etc) and also tinker with some game development in the process. What language with that criteria has the best libraries or would lend itself best to game dev? |
|
But Haxe (http://haxe.org/) has some great momentum these days, and with a bit of cleverness can target native and web at the same time. Checkout out http://snowkit.org/ and http://haxor.xyz/ for some examples.
It might also line up nicely with your javascript background.
Dart + StageXL (http://www.stagexl.org/) also looks like an appealing choice, especially if you're coming from the JS world. It lacks an easy way to build a native target, though.
But pretty much any language out there has bindings for input, graphics and sound, so if you're more interested in just learning a new language, use whatever you want.