Tagged Questions
A sprite is a two-dimensional image or animation that is integrated into a larger scene.
102
votes
11answers
3k views
Isn't it silly that a tiny favicon requires yet another HTTP request? How to make favicon go into a sprite?
Everybody knows how to setup a favicon.ico link in HTML:
<link rel="shortcut icon" href="http://hi.org/icon.ico" type="image/x-icon" />
But I think it is just silly that for a tiny ...
25
votes
7answers
11k views
How to differentiate between iphone4 and iphone 3
I am trying to build a game for the iphone using cocos2d engine. I wanted to know how can I tell a difference whether the user is using iphone 4 or iphone 3 as I wanted to load hi-resolution graphics ...
15
votes
5answers
11k views
Javascript Sprite Animation Library for Canvas Tag
Can you point me to a good Javascript sprite animation library using the HTML Canvas tag?
A few Google searches only turned up some non-canvas projects. I am looking for something clean and simple.
...
13
votes
4answers
16k views
XNA 2D Camera Engine That Follows Sprite
What is the best way to create a parallax effect in an XNA game? I would like the camera to follow my sprite as it moves across the world, that way I can build in effects like zoom, panning, shake, ...
12
votes
4answers
486 views
NES Programming - Nametables?
I'm wondering about how the NES displays its graphical muscle. I've researched stuff online and read through it, but I'm wondering about one last thing: Nametables.
Basically, from what I've read, ...
11
votes
1answer
162 views
Firefox and Chrome stops displaying my sprite after 655 images
the problem
Hi, i'm working with sprites and got some interesting behavior of firefox and Chrome. When my sprite have 655 images or less, my sprite works fine. But when it goes furter (656 or more) ...
11
votes
4answers
2k views
Is there a 2d sprite library for webgl?
I am looking to build a 2d game using WebGL. I want the hardware acceleration that WebGL provides and I cannot get this from the 2D canvas context in the canvas tag.
With that said, is there a ...
10
votes
4answers
988 views
CSS Sprites browser rendering
We all know that CSS sprite images are great to reduce the amount of requests and such, but what about the performance of the browser rendering the page with several elements using a big image as a ...
9
votes
8answers
2k views
When is a CSS Sprite too large?
Is the main purpose of sprites to reduce http requests made to the server for graphical elements on a page? Or do you want to try and fit as many elements to the sprite as possible.
I guess what ...
7
votes
3answers
128 views
How would I have to imagine pixel-based rendering in Haskell?
Imagine an imperative rendering engine that blits sprites to a bitmap that later gets displayed. This heavily relies on the ability to efficiently mutate individual pixels in said bitmap. How would I ...
7
votes
3answers
784 views
Recommended 2D Sprite engine for a Delphi board game?
Which are the choices I should look into for a Delphi sprite engine.
I am aware of
GLScene
Andorra 2D
anything else I am missing?
It is best if it relies on OpenGL. DirectX only solutions are ...
7
votes
3answers
2k views
How do I test if a property exists on a object before reading its value?
I'm attempting to read a property on a series of Sprites. This property may or may not be present on these objects, and may not even be declared, worse than being null.
My code is:
if ...
6
votes
1answer
1k views
Need help with textures in OpenGL ES 2.0 for Android
I'm new to OpenGL and I'm teaching myself by making a 2D game for Android with ES 2.0. I am starting off by creating a "Sprite" class that creates a plane and renders a texture to it. To practice, I ...
6
votes
1answer
314 views
Drawing a canvas on another canvas is blurry. How can I fix it?
I've been working with some HTML5 canvas experimentation and has a series of tech experiments http://chesser.ca/jsSprite (WSAD,Q,E,X keys on the Minotaur key demos, add C and B on the Zombie Demo)
If ...
6
votes
2answers
586 views
Nearest Neighbor rendering in Canvas
I have a sprite that animates using a sprite sheet. He is only 16x16, but I want to scale him up to around 64x64 in all its pixel-y goodness!
The results are terrible, of course the browser is ...
6
votes
5answers
619 views
How would you store complex NES sprites, such as from the original Final Fantasy?
I know that NES had 4-color sprites (with 1 usually being transparent Edit: according to zneak, 1 color is always transparent). How then did the original Final Fantasy have so many sprites with 4 ...
6
votes
2answers
9k views
how to obtain a CCSprite's width and height in cocos2d for iphone
That's the question xD
Given an instance of a CCSprite in cocos2d in iphone, what method can I use to obtain the image width and height?
Thanks!
Manuel
5
votes
6answers
128 views
Do CSS Sprite images have to have X amount of space between each item?
I am having a problem, for a while I have been trying to figure out how to resolve this issue. I will describe it very well below...
I am trying to use an image as a sprite image for an UL list. It ...
5
votes
1answer
288 views
Does IE(7?) distort backgrounds from sprites?
I am pulling my hair out on this one.
We're just about done with the development of an overhaul to our site. As a last step, we're trying to wrap up all the glyphs and icons into a sprite. They're ...
5
votes
1answer
171 views
Does anyone know of any sprite collections?
I am making a 2D Java game. I want the game to look nice, so I need good sprites, but I want to focus on the coding of the game, not the graphics design. This project has a time constraint so having ...
5
votes
3answers
2k views
Can GWT image sprites using ImageBundle be made to work in IE7 and IE6?
I'm trying to use a ClientBundle in my GWT application to make multiple images get sent as a single file. I declare the bundle like so:
public interface MyResources extends ClientBundle {
public ...
5
votes
3answers
161 views
How important is spriting for performance on a high traffic website?
Some high traffic sites seem to have almost crazy sprited images with almost everything in one big image.
How much of a difference will this make for high traffic sites vs the difficulty in ...
5
votes
3answers
1k views
Favorite image file format for 2d sprites
What is your favorite, lossless image format for games (namely 2d games)? And why?
Some things to take into consideration are size on disk, overhead for converting to a usable format, and features of ...
4
votes
4answers
330 views
How to simply append a sprite into a text area?
How would I go about appending (not just changing the entire text area to this img, actually appending) a simple 25x25 image sprite into a text area in a flex project? using actionscript? (not mxml)
...
4
votes
2answers
548 views
how to move the object in specific locations in cocos2d
how to move the object in specific locations.
for examples. am having one small bar(width=50, height=10). i have to move this like plunger manually. i want to move only in x cordinates ( limits is ...
4
votes
2answers
1k views
Rotate sprite javascript
I have a sprite animation, a small cannon rendered using a 3D app. I have exactly 360 frames for a 360 degree turn. Each image has a 100x100 pixel size.
So basically what I am trying todo is when I ...
4
votes
4answers
91 views
Loading sprites 1 time, or many times?
I'm wondering, if i'm doing this:
<div style="width:50px;height:50px;background: transparent url(sprite.png) 0px 0px no-repeat;">555</div>
<div ...
4
votes
3answers
1k views
How to scale on-screen pixels?
I have written a 2D Jump&Run Engine resulting in a 320x224 (320x240) image. To maintain the old school "pixely"-feel to it, I would like to scale the resulting image by 2 or 3 or 4, according to ...
4
votes
2answers
680 views
Sprite height limitation for CSS images?
I'm making a sprite and its reaching about 4000px in height. Is there a general size for maximum sprite height that is used within the graphics design community?
4
votes
8answers
906 views
Slow C++ DirectX 2D Game
I'm new to C++ and DirectX, I come from XNA.
I have developed a game like Fly The Copter.
What i've done is created a class named Wall.
While the game is running I draw all the walls.
In XNA I stored ...
4
votes
2answers
6k views
Replacing image in sprite - cocos2d game development of iphone
I want to change the sprite image.
Say for example.
mainSprite=[Sprite spriteWithFile:@"redFile.png"];
[self addChild:mainSprite];
Here, Sprite is already added to a layer.
I have mainSprite ...
4
votes
4answers
977 views
Dynamically alter or destroy a Texture2D for drawing and collision detection
I am using XNA for a 2D project. I have a problem and I don't know which way to solve it. I have a texture (an image) that is drawn to the screen for example:
|+++|+++|
|---|---|
|+++|+++|
Now I ...
4
votes
1answer
807 views
matrix transforms on adjacent sprites causing subpixel gaps
I have three sprites, stacked on top of each other.
I modify their transform.matrix to give the appearance they are growing in unison.
However, small cracks sometimes appear between the tiles ...
3
votes
3answers
97 views
Resizing point sprites based on distance from the camera
I'm writing a clone of Wolfenstein 3D using only core OpenGL 3.3 for university and I've run into a bit of a problem with the sprites, namely getting them to scale correctly based on distance.
From ...
3
votes
1answer
91 views
QImage resizing
I'm coding small graphics editor and need some help.
I'm painting QImage like this:
void Editor::paintEvent(QPaintEvent *event)
{
QPainter painter(this);
// zoom is an int, representing ...
3
votes
3answers
70 views
How to check if one graphic is overlapping another?
I've looked on Google and still couldn't find anything. I had an idea for a simple Snake type game or like a 'Coin Collection' game using 2D graphics, but if a coin is a graphic and the moving ...
3
votes
2answers
153 views
CSS Sprite Animation problem on Mobile Browser (residual image)
Try the following link in any web browser on your desktop and then try it on any mobile browser (tried it on Android, iPhone & iPad - all produce same problem) and can someone tell me why the ...
3
votes
2answers
175 views
How often to call SpriteBatch.Begin()/.End()?
I'm searching a performance problem in the Drawing part of my xna code for windows phone 7 that occures sometimes after some seconds. Is there a best practice how/when to call the SpriteBatch.Begin to ...
3
votes
2answers
471 views
OpenGL ES 2.0 — Best route for simple particle systems
I am attempting to create a very simplistic particle system for an Android application using OpenGL ES 2.0. Basically it is just for linear moving clouds in the background. My first thought before ...
3
votes
3answers
190 views
How to coordinate graphical and logical position in a 2D tile based game using an array?
I'm programming a 2D tile based game in Java like Bomberman (my first game).
I use a 2D array to represent the map where I keep track of walls, walkable spaces, etc. By now I was able to make the ...
3
votes
1answer
164 views
Way to reference icon in Compass Sprite without including magic selectors
This is in particular reference to the Compass spriting framework
Following the documentation here http://compass-style.org/help/tutorials/spriting/#magic-selectors
I have used this method so that ...
3
votes
2answers
250 views
DirectX9 - Efficiently Drawing Sprites
I'm trying to create a platformer game, and I am taking various sprite blocks, and piecing them together in order to draw the level. This requires drawing a large number of sprites on the screen every ...
3
votes
2answers
193 views
Actionscript 3: color effects under DisplayObject
I have a DisplayObject (let it be a Sprite).
What I need is to make content under it black-and-white (only within its borders). Any suggestions?
Thanks.
3
votes
1answer
1k views
CSS sprite image + background-repeat a part of it
Can I repeat a part of an image [which it's in a CSS sprite image] in the background ?!
like for example :
background-position : -13px top ;
background-repeat : repeat-y ;
because I got the ...
3
votes
1answer
733 views
Attaching an ImageResource from an external CSS file using @sprite
I'm trying to use CssResource and ImageResource together in a GWT2.2 project.
CssResource and obfuscation are working properly, but I'm having problems accessing images.
I already can access the ...
3
votes
1answer
607 views
Create XNA sprite on the fly from an image
I have an image, let's says a .png, that is uploaded by the user.
This image has a fixed size, let's say 100x100.
I would like to create 4 sprites with this image.
One from (0,0) to (50,50)
Another ...
3
votes
3answers
2k views
How do I create a CCSprite to set bounds?
How can I create a CCSprite that scales the image to fit within input bounds, i.e. if I want a CCSprite that is width = 70 and height = 50 and scales the image in the file to 70,50. Is there a simple ...
3
votes
3answers
915 views
CSS Sprite generator for Ruby on Rails project
I'm currently working on a large, highly trafficked Ruby on Rails website and in order to get our page load times down, we are looking at spriting our background images. There seem to be a lot of ...
3
votes
2answers
3k views
How to load and display image in OpenGL ES for iphone
I'm a newbie and trying to display a sprite on my iPhone screen using OpenGL ES.
I know its far simpler and easier to do it with cocos2d but now I'm trying to code directly on OpenGL.
Is there any ...
3
votes
1answer
1k views
XNA sprite sort mode
What is the difference and consequences of use Sprite sort mode as FrontToBack or BackToFront? It's that with FrontToBack the object that has the smaller layer value will be draw first and with ...