Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Textures
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Wallace Davidson  
View profile  
 More options Sep 5 2012, 5:51 am
From: Wallace Davidson <wallace...@gmail.com>
Date: Wed, 5 Sep 2012 21:51:23 +1200
Local: Wed, Sep 5 2012 5:51 am
Subject: Re: Textures

Thanks for the quick response :) You're right, I am blitting all the the
tiles onto the texture. The main reason I was doing this was because
scrolling seemed much easier as I didn't have to worry about offscreen
tiles and stuff like that. However I think I have a plan for making a
simple tile mapper. I have considered a few times using cocos2d but never
made a solid attempt. I will look into it if I can't get a tile engine up
and running :-)

On Wed, Sep 5, 2012 at 9:32 PM, Richard Jones <r1chardj0...@gmail.com>wrote:

> On 5 September 2012 19:04, Wallace Davidson <wallace...@gmail.com> wrote:
> > Is there anything larger than a texture or any way of making textures
> > larger? I tend to get "memory error" on textures larger than 4500 x
> 4500. I
> > am using them as a game map and blitting pictures onto them. Is this
> > ineffective? :/

> The pictures you're blitting onto them - are they like tiles in a tile
> map (http://en.wikipedia.org/wiki/Tile_engine)? If so then yes, you're
> going about it the hard way :-) The wikipedia page may have some
> insights. Otherwise you now have a useful google search term (perhaps
> try "tile mapping pyglet" or variations :-)

> The cocos2d engine (which works on top of pyglet) implements tile
> mapping. There's probably a number of other tile mappers implemented
> to run over pyglet.

> If not, and your game map is entirely unique, then your texture is
> still far too large. You should be able to blit your map pictures
> directly to the screen and only retain those pictures in memory that
> are needed for any given render.

>      Richard

> --
> You received this message because you are subscribed to the Google Groups
> "pyglet-users" group.
> To post to this group, send email to pyglet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> pyglet-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pyglet-users?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.