Custom Query (25 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 25)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#17 fixed Add circleSolid function Ben Lippmeier
Description

circleSolid r = thickCircle (r/2) r

like rectanglesolid

#20 fixed Use bmp library for loading BMP files Ben Lippmeier
Description

Gloss includes baked in support for loading BMP files, but we don't want to maintain that code separately. We should use the bmp package instead.

http://hackage.haskell.org/package/bmp

#21 fixed Avoid re-creating textures during each frame Ben Lippmeier
Description

The current drawPicture function reverses the byte order of textures and creates texture objects for every frame. This is ok when the texture is being algorithmically generated for each frame, but is wasteful if the texture is a static picture. We need a better design for this.

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.