Search found 3 matches
- Sat Aug 31, 2019 11:12 am
- Forum: Libraries and Tools
- Topic: easy way to render pixelart with PIX.lua
- Replies: 5
- Views: 11329
Re: easy way to render pixelart with PIX.lua
the push library you linked to seems weird. PIX supports windowed, resized window and full screen as love.resize triggers for those switches. PIX always uses a canvas and can be layered however you want mixed with none pixelart graphics. PIX has 2 pixelperfect modes indexed and "floor" and...
- Sat Aug 31, 2019 10:46 am
- Forum: Libraries and Tools
- Topic: easy way to render pixelart with PIX.lua
- Replies: 5
- Views: 11329
Re: easy way to render pixelart with PIX.lua
what do you mean, not your case?
- Thu Aug 29, 2019 2:08 pm
- Forum: Libraries and Tools
- Topic: easy way to render pixelart with PIX.lua
- Replies: 5
- Views: 11329
easy way to render pixelart with PIX.lua
this is a library for full window pixel art style games PIX.lua has 3 modes to display the screen and includes some convenient helper functions. you set the minimum width and height the screen pixels should be and PIX.lua will create the most optimal screen size library is available on GitHub: https...