Thread: Resource manager

  1. #1
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321

    Resource manager

    Hi, i've been scanning through the boards and I have came across a few threads that have contained the words "Resource Manager". What is the general description for this?

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    An object that manages resources. In game programming resources are such things as textures, models, game objects, sound effects, music, shaders, etc, etc. Resource management is extremely important in game programming. I feel it's important in programming in general but games do tend to have more resources to manage than most apps.

  3. #3

    Join Date
    May 2005
    Posts
    1,042
    Well said. Bubba has a lot of experience writing robust resource managers (judging what I've read on these boards). The most robust resource manager I've written is for handling textures.
    I'm not immature, I'm refined in the opposite direction.

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Well thanks for the vote of confidence but I'm sure my system does not measure up to the dev houses that crank out the games we love. It's a complex topic and unfortunately it has very few correct approaches. It's like you either get it right or you get it completely wrong. Landing in the middle of those two extremes has been extremely difficult. I think some others on this board have found similar issues in their attempts.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sorting out a resource manager
    By psychopath in forum Game Programming
    Replies: 1
    Last Post: 11-10-2008, 07:12 PM
  2. Resource manager tree
    By VirtualAce in forum Game Programming
    Replies: 23
    Last Post: 09-07-2007, 10:27 PM
  3. Generic Resource Manager, 90% done! Boost enabled!
    By Shamino in forum C++ Programming
    Replies: 2
    Last Post: 02-20-2006, 07:37 PM
  4. Templated Generic Resource Manager, WIP..
    By Shamino in forum C++ Programming
    Replies: 13
    Last Post: 02-19-2006, 06:29 PM
  5. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM