Custom Query (25 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 25)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#35 fixed Space leak in timing code Ben Lippmeier
Description

This program leaks 25k/sec

module Main (
    main
)
where

import Graphics.Gloss
import Graphics.Gloss.Interface.IO.Game

main = 
    playIO (InWindow "glossmem" (500, 500) (0,0)) white 10 0
    (\world -> return (translate (-250) 0 (text $ show world)))
    (\event -> (\world -> return world))
    (\timePassed -> (\world -> return $ world + timePassed))
#36 wontfix Gloss crashes in GHCi under Mountain Lion Ben Lippmeier
Description

This crashes with but GLUT and GLFW with and without -fno-ghci-sandbox.

#37 fixed Gloss uses 100% cpu with display mode Ben Lippmeier
Description

However, it behaves properly in animate mote.

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