Search found 222 matches

by Fenrir
Thu Mar 22, 2018 8:43 am
Forum: Libraries and Tools
Topic: ImGui FFI bindings! (Super early alpha)
Replies: 2
Views: 3773

Re: ImGui FFI bindings! (Super early alpha)

Wow really nice and glad my work helped you a bit! :)
by Fenrir
Thu Aug 10, 2017 6:14 am
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238152

Re: ImGui LÖVE module

Hi all, Looking for a GUI to use with LÖVE2D, what's current status on this one ? Thanks in advance ! Well I would say that it works quite well and it's pretty stable and functional now. But be aware that it's a GUI mostly intended for tools/editors creation, not really for in-game elements. You ca...
by Fenrir
Mon Jul 03, 2017 9:53 am
Forum: Support and Development
Topic: UDP hole punching
Replies: 16
Views: 16894

Re: UDP hole punching

Hey @Fenrir I'm facing the similar problem. I want several clients to have a separate sqlite database, but keep all of the clients in sync. I use UDP for this and on the local network it works. But it would be better if I could sync from anywhere I have an internet connection. So, then I had the id...
by Fenrir
Fri Jun 30, 2017 9:21 am
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238152

Re: ImGui LÖVE module

I merged all pending requests: - You can specify a custom font with SetGlobalFontFromFileTTF(path, size_pixels, spacing_x, spacing_y, oversample_x, oversample_y) - You can control dock initial ratio and floating size And I updated it to the final version of imgui 1.50. I'll try to prepare releases a...
by Fenrir
Mon Jun 19, 2017 8:05 am
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238152

Re: ImGui LÖVE module

I have a few pull requests pending, I'll try to have a look at it this week! I also want to update the imgui version as the 1.50 is now officially released, just need to find a bit of time for it! Anyway thanks a lot for helping me to improve this lib! :)
by Fenrir
Fri Mar 31, 2017 2:57 pm
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238152

Re: ImGui LÖVE module

ArchAngel075 wrote: Fri Mar 31, 2017 2:54 pm Thanks Fenrir, the canvas works, though still not sure how to get the window created by imgui.Begin() to appear inside the other dock.
Well I'm not sure if it's possible. As I said before, the dock support is not official and far from being as robust and well featured as the other parts of imgui.
by Fenrir
Fri Mar 31, 2017 1:31 pm
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238152

Re: ImGui LÖVE module

Hi! Im trying to build Imgui for Ubuntu 14.04 LTS, but Im having some difficulty. imgui.png Any idea on what I'm doing wrong? Erf I must admit than I have no idea on how to use luarocks, I added support for it thanks to a pull request... On my side I'm just building it with cmake, and the only depe...
by Fenrir
Fri Mar 31, 2017 12:41 pm
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238152

Re: ImGui LÖVE module

Fantastic library, well apart from the lack of documentation that makes sense to me :P I am struggling to have a dock space contain my game rendering. I want to constrain my game rendering to one dock and another set of windows to another. imgui.SetNextWindowPos(0, 0) if imgui.Begin("PrimaryDo...
by Fenrir
Thu Mar 02, 2017 12:43 pm
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238152

Re: ImGui LÖVE module

So I'm having a good time with imgui so far, but I'm having some issues with the docks: namely that I can't find a way to set the default ratios between each dock pane. This is what my editor looks like when I boot it up: 2017-02-28-144657_800x600_scrot.png the main view, the editor, only takes 1/4...
by Fenrir
Mon Feb 20, 2017 8:48 am
Forum: General
Topic: Commercial games in Löve. Is anything missing?
Replies: 9
Views: 8474

Re: Commercial games in Löve. Is anything missing?

Fenrir, good to see that your game is released. It looks interesting. Also good to hear that your experience with Löve was good. You should get Wanderer put on the Löve start page :) Wanderer is not yet released! :) But a first version should be available soon. And about LÖVE, the only thing I'm no...