I want to create a website that allows me to sketch something in real time and for people to be able to view that sketch in real time.
I started learning DirectX 11 with C++. It\'s hard, but I think开发者_如何学运维 I\'m doing good.
How should I begin learning game development with frameworks like Unity3D or Roar Engine? I curr开发者_JS百科ently only know html/css and a tiny bit of php, e.g. nothing complex.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m writing a small 2D game engine in OpenGL ES 2.0. It works, but for medium sized scenes it feels a little sluggish currently. I designed it so that every game object is a tree of nodes, and each n
I need to get classes to interact within the game engine. I have saved all the classes to different .py files and am simply going to import them into my game engine file and run them through the game
This has been greatly bothering me in the past few weeks. In this time I\'ve been researching online, even reading books in the Computers section at Borders to try to find an answer, but I haven\'t ha
I need a 3D engine for a very specific task in Artificial Intelligence, and I\'d like some input. The first part is the trivial one - basically, all I need is a FPS engine (3rd person would be good,
I\'m using the HTML5 game engine LimeJS and want to integrate a jQuery plugin for an isometric map. I added the tutorial script to a simple LimeJS program and there seems to be a conflict between Lime
In order to port games in to iphone, I dont thing complete Objective C coding is required. A开发者_如何学Gos I have seen most popular games which were on other devices or on other platform. Now conver