Ticket #236 (closed task: fixed)

Opened 19 months ago

Last modified 12 months ago

soy.textures.Texture loading

Reported by: ArcRiley Owned by: ArcRiley
Priority: High Milestone: beta2
Component: soy.textures Version: Trunk
Keywords: Cc:

Description

Load textures from .soy files. Following test code should work:

>>> import soy
>>> f = soy.transports.File('tests/gradient.soy')
>>> f[0]['gradient']
<Texture with 4 texels>

Change History

Changed 18 months ago by ArcRiley

  • milestone changed from beta1 to beta2

This is too much work for beta-1, pushing to beta-2

Changed 13 months ago by ArcRiley

  • priority changed from Medium to High

Changed 12 months ago by ArcRiley

  • status changed from new to closed
  • resolution set to fixed

This is working, for now. The format will change, but this it'll work for now so we don't need PIL to load textures.

Note: See TracTickets for help on using tickets.