Questions about game development on Linux operating system, for Linux or any other OS.
7
votes
1answer
1k views
9
votes
5answers
3k views
Developing for iOS on Linux
I am looking for an engine or library to develop a game for iOS on Linux.
High level, low level, GUI, no GUI, does not matter too much. I am really looking for anything.
I'm not actually talking ...
4
votes
3answers
510 views
First Person Shooter game agent development
I would like to apply (program) the Artificial intelligence methods to create a intelligent game bots for a first person shooter game. Do you have any knowledge from where can I start to develop as a ...
7
votes
2answers
2k views
GLSL Shader Editors for Linux
Are there any good IDE's for linux that lets us edit GLSL shaders and visualize their effect?
Note : Shader Designer By Typhoon Labs is a good option but I am looking for alternatives as this ...
8
votes
3answers
2k views
How do game developers target multiple platforms (Xbox 360, PS3, PC and Linux)?
How do game developers target multiple platforms at once? For example, Xbox 360, PS3, PC and Linux. For 2D games, is it possible to also target the iPhone? I'm be interested in engines used (2D/3D, ...
3
votes
2answers
1k views
How does one write to another process's OpenGL/DirectX context?
I want to write a short of chat client that display the messages in-game (OpenGL/DirectX), but I really don't know how to handle this.
It is easy to write my client in my graphic context... but what ...
2
votes
2answers
441 views
How to hide assets from user? ( e.g.: a png file )
I think the title is quite self-explaining, still this is a big area I think, so let me drop a few words:
I've got a simple experiment game project going, and I want to make sure, that the user isn't ...