Search found 12 matches

by nikki93
Mon Apr 02, 2018 8:28 am
Forum: General
Topic: LÖVE 11.0 released!
Replies: 98
Views: 110949

Re: LÖVE 11.0 released!

On iOS I had to add 'Metal.framework' to avoid linker errors about Metal-related symbols from the SDL dependency like '"_OBJC_CLASS_$_MTLTextureDescriptor", referenced from: objc-class-ref in SDL_render_metal.o'.
by nikki93
Thu Mar 22, 2018 12:55 am
Forum: Libraries and Tools
Topic: ImGui FFI bindings! (Super early alpha)
Replies: 2
Views: 3837

ImGui FFI bindings! (Super early alpha)

Hi all! :ultrahappy: I've begun working on ImGui bindings for LÖVE that use LuaJIT's FFI system. Here's a screenshot of it working: Screenshot 2018-03-21 17.40.31.png It also works on iOS (I had to change 'ios.mm' in the LÖVE source a bit to get arrow keys + modifier keys working, will post that sep...