Sasha Szpakowski
Sasha Szpakowski
C API
A plain C external API for LÖVE would be useful. It would allow any number of other languages to be used to write LÖVE code, and it would make it...
**[Original report](https://bitbucket.org/rude/love/issue/1497) by Hugo Dictus (Bitbucket: [hDictus](https://bitbucket.org/hDictus), GitHub: [hDictus](https://github.com/hDictus)).** ---------------------------------------- I had hoped to be able to control the rate of traversal along the BezierCurve by tweaking the parameter provided....
**[Original report](https://bitbucket.org/rude/love/issue/1500) by Krunklehorn (Bitbucket: [Krunklehorn](https://bitbucket.org/Krunklehorn), GitHub: [Krunklehorn](https://github.com/Krunklehorn)).** ---------------------------------------- From the wiki... > BezierCurve:insertControlPoint > Insert control point as the new i-th control point. Existing control points from i onwards...
**[Original report](https://bitbucket.org/rude/love/issue/1189) by airstruck (Bitbucket: [airstruck](https://bitbucket.org/airstruck), GitHub: [airstruck](https://github.com/airstruck)).** ---------------------------------------- The callback to `World:queryBoundingBox` currently takes a single argument, containing a fixture intersected by the box. It can be hard to...
**[Original report](https://bitbucket.org/rude/love/issue/1450) by Gabe Stilez (Bitbucket: [z0r8](https://bitbucket.org/z0r8), ).** ---------------------------------------- As discovered by @MikuAuahDark , `love.audio.newSource` can be given a SourceType of `queue`, and instead of erroring, it will create a...
**[Original report](https://bitbucket.org/rude/love/issue/1469) by Maurice (Bitbucket: [Stabyourself](https://bitbucket.org/Stabyourself), GitHub: [Stabyourself](https://github.com/Stabyourself)).** ---------------------------------------- In Windows you can switch between different audio devices, such as HDMI devices and the built in motherboard output. If you...
**[Original report](https://bitbucket.org/rude/love/issue/1534) by Will Sinatra (Bitbucket: [Will Sinatra](https://bitbucket.org/Will Sinatra), ).** ---------------------------------------- The naming convention of the love library is off it is currently liblove-11-3.so when it should be liblove.so.11.3 and...
It would help the long term stability of LÖVE if there's a set of tests that verify whether certain LÖVE APIs function correctly, and the ability to add new tests...
Ogg Theora (which love.video currently supports) isn't very good as a format in general, and the backend code in love is hard to maintain and has bugs. The main reason...
**[Original report](https://bitbucket.org/rude/love/issue/1351) by Joel Schumacher (Bitbucket: [dudeguy](https://bitbucket.org/dudeguy), GitHub: [pfirsich](https://github.com/pfirsich)).** ---------------------------------------- As visible when executing the script attached to this issue the lines drawn with love.graphics.line and setLineJoin("none") are not drawn...