Ticket #236 (closed task: fixed)

Opened 6 years ago

Last modified 5 years 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

comment:1 Changed 6 years ago by ArcRiley

  • Milestone changed from beta1 to beta2

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

comment:2 Changed 5 years ago by ArcRiley

  • Priority changed from Medium to High

comment:3 Changed 5 years 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.