Ivan is the founder of the Haskell Game Programming company Keera Studios. He is a PhD candidate at the University of Nottingham, under the supervision of Henrik Nilsson and Graham Hutton.
Talks I've Given
-
Lightning Talk: Our Tools for Mobile Haskell Games and Apps
Featuring Ivan Perez
In this talk, you will learn about the toolchain we use at Keera Studios to create games and mobile apps.
haskell android ios mobile games testing -
Workshop: Haskell’s ultimate challenge: Game programming for Fun and Profit - Part 2
Featuring Ivan Perez
Idealised versions of board and simple arcade games render beautiful snippets of Haskell code. But real games need to deal with user input and output, animation, sound, asset management, UI plasticity, graphics acceleration, concurrency and networking, all of which involve the outside world and...
-
Workshop: Haskell’s ultimate challenge: Game programming for Fun and Profit - Part 1
Featuring Ivan Perez
Idealised versions of board and simple arcade games render beautiful snippets of Haskell code. But real games need to deal with user input and output, animation, sound, asset management, UI plasticity, graphics acceleration, concurrency and networking, all of which involve the outside world and...
haskell functional-programming game-programming