I ported a simple asteroids game to use my library. Shows off the on-the-fly sprite rotation.
Search found 2 matches
- Thu Jun 08, 2017 1:28 pm
- Forum: Libraries and Tools
- Topic: PRISM: A library to simulate the ZX Spectrum display in LÖVE
- Replies: 3
- Views: 5586
- Mon May 22, 2017 12:49 pm
- Forum: Libraries and Tools
- Topic: PRISM: A library to simulate the ZX Spectrum display in LÖVE
- Replies: 3
- Views: 5586
PRISM: A library to simulate the ZX Spectrum display in LÖVE
I'm working on my first big project using LÖVE, a Manic Miner/Jet Set Willy style game. I wanted it to look authentic down to the colours and graphical glitches of the ZX Spectrum. I developed this library so all the display stuff could be reused for other projects. Blog post here . Basically you pa...