Term 'resource' represents a game content item: an audio file, video clip, sprite animation image, etc.
52
votes
7answers
14k views
Good resources for learning modern OpenGL (3.0 or later)? [closed]
I stumble upon the search of a good resource to start with OpenGL (3.0 or later) . Well, I found a lot of books but none of them can be considered a good resource!
Here two examples:
OpenGL ...
4
votes
0answers
2k views
What are good sites that provide free media resources for hobby game development? [closed]
(Note : This question is being transfered from stackoverflow to gamedev.stackexchange where it belongs)
I really suck at graphics / music / 3D modeling / animation and it's a must-have when you have ...
226
votes
57answers
39k views
Game development Blogs [closed]
What are good game development/design blogs to follow?
Please one blog per answer (make sure to provide a link) and give a brief summary as to the content of the blog posts.
If you can, pick a ...
53
votes
9answers
6k views
How can you put all images from a game to 1 file?
I've just finished a basic RPG game written in C++ SFML, I've put a lot of effort into the game and I'd want to distribute it, however I've ran into a small issue.
Problem is, I have well over 200 ...
85
votes
7answers
13k views
Free ebooks about game development [closed]
Are there good free ebooks on game development? I don't care if they are theoretical or technology specific, I want to start reading one free book that worth it.
17
votes
4answers
4k views
Resource Managers - Are they any good?
I've seen many a time in source code, things like this [well, this is more of a pseudo C++ idea of mine]
typedef shared_ptr<Resource> ResourcePtr;// for ease
ResourcePtr sound1 = ...
2
votes
1answer
268 views
Java getResourceAsStream as local resource
Before using LWJGL, I used the Graphic method, and there I displayed imageicons, and I had the picture file located in the resources.
I used:
ImageIcon tcard = new ...
31
votes
6answers
8k views
Multi-threaded game (engine) design resources?
What are the best resources on multi-threaded game or game engine design and development? As this is obviously where computers are headed, I intend to study this topic and I'd like to know what ...
14
votes
3answers
2k views
Useful resources for beginning AI
What resources are available, including both free articles/ebooks and physical books and things, for game developers looking to begin simple AI programming/design?
Note: I know of this question, but ...
17
votes
5answers
6k views
As an indie game developer, how can I have (quality) music/sound done? [closed]
Besides the story itself, a game needs code, graphics and music/sound effect. I can program and I knew a few graphics designers in the web app era. However, I don't know whether to find music and ...
9
votes
3answers
609 views
Where to find designers for independent projects? [closed]
Let's say I'm a programmer, I know some artists, we've got a game engine and fun prototype done, and we're ready to enter the indie equivalent of "production".
But the game is full of "programmer ...
8
votes
5answers
1k views
Why use asset manifest files?
Sometimes you'll see people recommend that rather than using graphics/sound files/etc. like this...
// Game code
Image myImage = new Image("path/to/image.png");
... you should use a manifest file ...
12
votes
1answer
1k views
What research areas exist in game programming? [closed]
I'm currently in a group that researches network optimizations and various distributed applications, I'm much more interested in games but more from a research side.Is there a resource that focuses on ...
3
votes
4answers
671 views
Help streaming resources (maps, sounds, music, etc) from many files for contiguous world
So I'm creating a game and I would like to know how to perform resource streaming (rather than loading the whole file into the buffer) for things such as my maps, sounds, music, etc. I'm using C++ and ...
1
vote
1answer
310 views
The right way to start out in game development/design [closed]
Greetings everyone I'm a 19 year old student looking for some help in the field of game development.
This question may or may not seem a bit overused, but the fact is that game development has been ...