I commented because my Google search (trying to find how answer the OP question) brought me to this post, even though it's so old.
Hoping the next unlucky soul stuck with this quandary will have an easier time
Search found 2 matches
- Wed Apr 01, 2020 9:35 pm
- Forum: Support and Development
- Topic: Simple ghosting: How can I stop screen from redrawing?
- Replies: 14
- Views: 10057
- Tue Mar 31, 2020 2:53 am
- Forum: Support and Development
- Topic: Simple ghosting: How can I stop screen from redrawing?
- Replies: 14
- Views: 10057
Re: Simple ghosting: How can I stop screen from redrawing?
Previous comments about `newFrameBuffer` are outdated (method removed in love 0.8.0): https://love2d.org/wiki/Framebuffer Current code uses `Canvas` (you can use the provided example from the documentation: https://love2d.org/wiki/Canvas -- store something in canvas love.graphics.setCanvas(canvas) l...