love.graphics functions supported in nlove:
- checkMode
- setMode
- getModes
- newImage
- draw without proper rotation and origin
- present
- clear
- setColor does not apply to images
- setBackgroundColor
- rectangle
- circle does not respect vertices argument
- line
- point
- triangle
- polygon
- setCaption
- getCaption
- getWidth
- getHeight
- isCreated
- newQuad
- newFont
- newImageFont
- setFont
- getFont
- drawq
- print
- printf
Differences in love.audio
- Only 1 music (streaming source) at a time.
- No positioning