Questions tagged [asset-management]

94 questions
4
votes
1 answer

Managing Bitmap Font assets in LibGdx

I can load a Bitmap Font just fine with the following code: BitmapFont font= new BitmapFont( Gdx.files.internal( "Fonts/MyFont.fnt" ), Gdx.files.internal( "Fonts/MyFont.png" ), false ); but I'm trying to…
Mike
  • 103
  • 8
4
votes
4 answers

Asset Management Database Design

I am currently busy implementing a basic Asset Management System. It will not be very complicated. Simply something to keep track of any asset with it's name, serial number, parts number and type etc. The problem I have however, is that I want to…
Nico Huysamen
  • 10,217
  • 9
  • 62
  • 88
4
votes
1 answer

express and connect-assetmanager

I am trying to use connect-assetmanager with express. Apparently I don't understand how to adapt the connect-based example to an express app. I took the skeleton app that's created by the express command-line (scroll to bottom for commands I ran)…
explunit
  • 18,967
  • 6
  • 69
  • 94
4
votes
3 answers

Is checking mousemove a good way to determine whether or not to download assets?

So I've got a web app that is for all intents and purposes a photo viewer. When a thumbnail is clicked, the app requests the image asset, injects it into the DOM as an IMG tag and disposes the other (MooTools Asset.image, inject and…
3
votes
2 answers

How would you use a Distributed Version Control System like Mercurial or Bazaar to manage large binary files?

Specifically the situation I'm thinking of is you have a large asset like a .psd that is 200 MB. An artist goes and changes a few pixels and checks it in. Assuming deltas are not kept thats 200 MBs that anyone that updates to his clone/branch will…
SilentDirge
  • 827
  • 9
  • 17
3
votes
2 answers

How to generate asset IDs in Rails 3 to control cache?

In Rails, when serving static files, you get an asset ID that's appended to the URL, e.g.,