As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I want to draw a line with thickness in j2me. This can easily be achieved in desktop java by setting Pen width as thickness value. However in j2me, Pen class does not support width. My idea is to gene
I\'ve been producing this 2d tile-based game engine to be used in several projects. I have a class called \"ScreenObject\" which is mainly composed of a
I\'m developing a ga开发者_如何学Cme with Microsoft XNA. I haven\'t used any modelling program(even 2d modelling) before and I want to learn one. Which program is best ? Is there any free tutorial for
开发者_JAVA百科How can I draw simplest eyes in Java\'s swing ? I would like to get something like that :
I\'m writing a game which uses 3D models to draw a scene (top-down orthographic projection), but a 2D physics engine to calculate response to collisions, etc. I have a few 3D assets for which I\'d lik
I\'m wondering how I could create a gradient wuth multiple stops and a direction if I\'m making polygons. Right now I\'m creating gradients by changing the colo开发者_开发百科r of the verticies but th
Im making a game in xna where a tank has to move over a landscape. I need to be able find the bottom of the tank when it is rotated so I can make it move up and down as the player goes over the landsc
I\'m trying to create 2D array and initialize it with NSStrings. When I try to copy content of a cell from the array to a label.text, the application crashes.
I hope this question takes a simple fix, and I am just missing something very small. I am in my second semester of C++ in college, and we are just getting into OOP. This is my first OOP program, and