Shadowblitz16
Shadowblitz16
I was just wondering if these were going to be supported eventually? I want to use this engine but I also want to export to these targets. will this be...
please add these overloads - Love.Image.NewImageData(Love.Color[,] rawData, Love.ImageDataPixelFormat format); - Love.Image.NewImageData(Love.Color[][] rawData, Love.ImageDataPixelFormat format);
is there a way to all the joysticks axes values? I have tried doing this.. ``` for (var ji = 1; ji < j.GetAxisCount(); ji++) { d.Update(j.GetGamepadAxis((GamepadAxis)ji)); } ``` and...
can support for changing window size, position and fps at runtime be fixed to do so instantly instead of taking 2 seconds? I think it might allow for some cool...
ok bear with me I know there has already been alot of changes to input that love2d didn't have. this should be my final suggestion for inputs so I will...
Is there a way to initialize love so that I can use the libraries without having the love window popup? something like `Love.Special.InitNoWindow()`?
can we have the ability to get audio tags and their values as well as a start and end looping point? it would be something like this.. ``` public class...
I just moved to vs 2019 and am planning on using .net core's 3.0 winforms. please add support for love in these versions if it's not too much hassle. **EDIT:...
this is a long shot of a question... Is it possible to host and render love2dcs windows in love2dcs windows? I am asking this because I want to make a...
is it possible to draw onto a imgui widget?