Skip to main content

Questions tagged [compression]

The name given to the process of encoding data such that it uses lesser number of bits as compared to the original representation.

1 vote
1 answer
129 views

I would like to perform bulk operations of a large number of .DDS files (over 100,000) which may appear in any variety of different BCn formats. I would normally use the ImageMagick command line tools ...
Zhro's user avatar
  • 155
1 vote
0 answers
58 views

Is there a better format than PNG to store R16uint depth data on Android I find I get precision artifacts when using ASTC.
gpu's user avatar
  • 21
0 votes
1 answer
117 views

I know that you have to keep in mind what platform you're targeting, but it feels like you might have to have multiple sets of textures. Like let's say you're targeting desktop. How do I know what ...
Zebrafish's user avatar
  • 189
10 votes
2 answers
4k views

I am trying to remake Super Mario Bros. in JavaScript and I am trying to figure out if there is a more efficient way to create and store the level data. I have created 1-1 and here's what the code ...
Jake Miahn's user avatar
0 votes
1 answer
106 views

I get 'undefined' from the BasisParser that I use from Pixi itself, when loading a KTX2 file with a custom extension (through Assets.load): ...
Kristof Van Der Haeghen's user avatar
0 votes
1 answer
5k views

This question is about Unity texture compression. I have an image that has the dimensions as follows: width = 724, and height = 1044. The original size is 348 Kbytes. This means that both the width ...
Job_September_2020's user avatar
0 votes
1 answer
252 views

In my app I’m producing for my deferred shading 4 layers of data to show up occluded parts of the scene during screen space reflection (SSR) pass. I need normal maps with bumpiness of these layers for ...
philB's user avatar
  • 333
0 votes
1 answer
110 views

I'm making a game in which a row of tiles may look something like this, in which each block is represented with a unicode char: “gggggggggggggggggggggggggggggggggggtttttttttjjjjjjjjjjjjjjj” So my ...
Coder2195's user avatar
  • 123
1 vote
1 answer
345 views

Not sure whether this would be better in the retro-computing exchange, but I'm trying in game development first. During the 80s I played a lot of what would now be called "arcade adventures" on the ...
amkingTRP's user avatar
  • 198
1 vote
2 answers
938 views

I have started work on a new game project where users are in an open environment and fight each other in a fast-paced shoot-out. I know that compressing all of the WebSocket's payload data using zlib ...
Jacob Gunther's user avatar
1 vote
4 answers
2k views

I'm creating an HTML5 game. We have high fidelity composed music, in the format of wavs and mp3s— some ...
user3871's user avatar
  • 1,065
0 votes
1 answer
1k views

I'm creating a music game in unity, and the first issue I encountered was that I had no way to load music into the game from a file. I tried using a WWW to load the mp3 files, but in my research I ...
Tanner Fix-It Smith's user avatar
2 votes
1 answer
605 views

I want to know the right and good way to compress my game when I build it. I made 3 levels with all my enemies there. The size of the game file 3GB in the desktop. When I build my game I get 1GB. All ...
user43474's user avatar
  • 547
3 votes
0 answers
693 views

So I read about ASTC and that it should be preferred over S3TC. Where I'm concerned is the current status of hardware support. According to Wikipedia every major GPU manufacturer supports ASTC but ...
SargasDev's user avatar
0 votes
1 answer
1k views

I am working on packaging my game resources into a single file. I have chosen the format but I don't know whether I should use compression or not. I understand the possible pros and cons: Compression ...
VP.'s user avatar
  • 413

15 30 50 per page
1
2 3 4 5