0
votes
0answers
13 views
DRY 0-bandwidth-overhead-serialization in C#: virtual, delegates or reflection?
I'm (de)serializing some datastructures for a network-multiplayer game, and for each datastructure that's to be (de)serialized, I want to define the order of (de)serialization only once for ...
0
votes
0answers
8 views
Strange Resource not found error
I'm getting this error when I try to run my application:
java.lang.RuntimeException: Resource not found: /res/images/
at ...
1
vote
0answers
7 views
UDK Dynamic Runtime Mesh Boolean subtraction (or alternative)
I'm new to 3D game dev and was wondering if anyone could help me out.
I'm planning to use UDK and would like to have deformable items in the world.
So a projectile strikes a target, and a dent or ...
1
vote
0answers
13 views
Does SDL running on Mac OS not recognize Xbox controllers?
I'm trying to learn a bit of SDL, and have been bouncing between Windows and Mac platforms, but am noticing that an SDL program running on my Macbook doesn't recognize the presence of the Xbox ...
1
vote
0answers
13 views
Texture / shader template program
I would like to use OpenGL to downsize images, using shaders. I would be very grateful, if somebody can give me a sample program in C++, which loads bitmap texture, draws it to the entire screen and ...
2
votes
0answers
28 views
2D Particle Physics
I am wanting to write small Particle and ParticleEmitter Classes for a HTML5 Canvas Game (Though, just discussing it in pseudo code is fine)
I am not great, at all, at Physics, and I don't want to ...
1
vote
0answers
20 views
Model draws always on front
I have a couple of Models here, but there's only one,
which will always draw in front of the others.
I tried to replace the asset-source to an other model and then
the order is correct, but on this ...
0
votes
0answers
10 views
Getting direction of mouse from the middle - slick2d
I need to find the direction of the mouse from the centerpoint, i need it to return a direction e.g. north, south, northwest, southeast and so on
how would one go about doing that in java
ps. to ...
1
vote
0answers
10 views
Can not enable IME to capture Chinese characters in SharpDX
I am using SharpDX and the RenderForm. However, when I execute the game, IME is disabled and I can only capture English chars.
Hot Keys are not working. I tried using
ImmSetOpenStatus(imeContext, ...
1
vote
1answer
19 views
is there a way to deploy a javascript game into the iphone store?
I don't have a Mac unfortunately so I can't develop for iOS.
as for HTML5 apps, I understand that they run in the browser, but my question is: is there a way to make an HTML5 app (e.g. a javascript ...
2
votes
1answer
28 views
Where is the source of XNA lighting?
Talking BasicEffects,
where is the source of the three directional lights?
When I write this:
effect.DirectionalLight0.DiffuseColor = new Vector3(0.5f, 0, 0); // a red light
...
-1
votes
1answer
36 views
MonoGame iOS and Game Performance
My friends and I are developing a game for Ipad/Iphone using the monogame Framework.
We are at the final stage of the development and we are having some issues concerning the deploy of the game.
This ...
1
vote
1answer
12 views
Mapping of positions on images in different frames
I am looking for a possibility to map different positions on a 2D Image which has different frames.
Let's say I have an image, consisting of three frames, which shows a spaceship.
The first frame ...
-5
votes
2answers
33 views
How do indie game developers make money?
How exactly do they make money their money? Do they go by a paid-per-copy system, or some other form of compensation?
Edit: To clarify, I just saw "Indie Game - The Movie" and was wondering how ...
1
vote
1answer
21 views
Flip the whole Directx output horizontally (mirror the output)
I would like to flip the whole fullscreen directX output horizontally so that the final output is presented mirror inverted.
Is there a way to create a IDirect3DDevice9 instance which produces ...