How do I pre-render images?

0 favourites
  • 2 posts
From the Asset Store
500 monsters and creatures images for card games - Set 1
  • In something like SDL I would be able to just blit my bitmaps onto a new surface, in construct2 the only real option seems to be pinning sprites, that's all well and fine, but gets messy with complicated things (for example, a pinned on head would need to bob 1px every few frames to sync with a walking animation)

    I have a follow up question about performance:

    Take the thought example of taking 3-4 base bodies, and randomly assigning them faces, now putting a bunch of these actors on the stage/layout... Is it more performant to render a pre-rendered image for each actor, or is it more performant to pin 20 different heads on 3-4 base bodies. (effectly reusing the bodies and some of the faces)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • It would depend on the number of frames for the pre render, and, or size, but thats for memory.

    Neither have much effect on performance

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)