Search found 48 matches

by CrimsonGuy
Wed Apr 10, 2019 3:57 pm
Forum: Libraries and Tools
Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
Replies: 65
Views: 131532

Re: LÖVE-Nuklear - a lightweight immediate mode GUI

Question that i cant seem to find via google. Does nuklear supports touchscreens (mobiles or tablets)? Just clicking the buttons or others widgets and such.
by CrimsonGuy
Wed Apr 10, 2019 2:48 am
Forum: Games and Creations
Topic: Possession (formerly Possession 2) - Release Date: July 18th!
Replies: 90
Views: 129221

Re: Possession (formerly Possession 2) - Content Complete, Beta ongoing

This looks pretty good, sometimes polishing the last details and testing can be súper tough, just keep going you are almost there.
by CrimsonGuy
Tue Apr 09, 2019 2:20 pm
Forum: Support and Development
Topic: "bad light userdata" on AArch64
Replies: 2
Views: 6572

Re: "bad light userdata" on AArch64

Doing some research seems like an issue with Luajit that affects apps that depend on it. You can find some workarounds here.

https://github.com/neovim/neovim/issues/7879

https://github.com/torch/torch7/issues/1035
by CrimsonGuy
Mon Apr 08, 2019 2:11 am
Forum: Support and Development
Topic: GUI with good keyboard/gamepad support?
Replies: 5
Views: 4958

Re: GUI with good keyboard/gamepad support?

I'd been using love-nuklear this last few days and it seems super nice and complete. The binding for Love https://github.com/keharriso/love-nuklear The original repo in C you can check images of what the library is capable of to. https://github.com/vurtun/nuklear/tree/181cfd86c47ae83eceabaf4e640587...
by CrimsonGuy
Sun Apr 07, 2019 8:38 pm
Forum: Support and Development
Topic: GUI with good keyboard/gamepad support?
Replies: 5
Views: 4958

Re: GUI with good keyboard/gamepad support?

I'd been using love-nuklear this last few days and it seems super nice and complete. The binding for Love https://github.com/keharriso/love-nuklear The original repo in C you can check images of what the library is capable of to. https://github.com/vurtun/nuklear/tree/181cfd86c47ae83eceabaf4e640587b...
by CrimsonGuy
Fri Apr 05, 2019 9:55 pm
Forum: General
Topic: Game like Overwhelm
Replies: 11
Views: 16176

Re: Game like Overwhelm

Funny, but i was reading this article and it mentions your problem and also mentions Love2d with spatial hashing as a potential solution.

https://gamedevelopment.tutsplus.com/tu ... -cms-27586
by CrimsonGuy
Fri Apr 05, 2019 9:30 pm
Forum: Libraries and Tools
Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
Replies: 65
Views: 131532

Re: LÖVE-Nuklear - a lightweight immediate mode GUI

Oh yea that was it !! Build the whole thing and tested the .so and it worked no warnings this time, so lua 5.2 is the most likely culprit. cmake -DCMAKE_BUILD_TYPE=Release ../love-nuklear -- The C compiler identification is GNU 7.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working ...
by CrimsonGuy
Fri Apr 05, 2019 9:10 pm
Forum: Libraries and Tools
Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
Replies: 65
Views: 131532

Re: LÖVE-Nuklear - a lightweight immediate mode GUI

It works! Works well with your nuklear.so and crashes with my nuklear.so in both projects, now i wonder why. I'm using Lua5.2 and latest Luajit and Cmake version and you can see were i'm aiming in this command cmake -DLUA_INCLUDE_DIR=/usr/include/lua5.2/ -DLUA_LIBRARY=/usr/lib/x86_64-linux-gnu/liblu...
by CrimsonGuy
Fri Apr 05, 2019 7:59 pm
Forum: Libraries and Tools
Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
Replies: 65
Views: 131532

Re: LÖVE-Nuklear - a lightweight immediate mode GUI

^Same exact result sadly, did everything from step 1 and deleted last version nuklear.so to be sure maybe someone can pass me the .so file to see if its me or it doesnt work on linux in general, its probably me :o: . Error: attempt to index a nil value stack traceback: [string "boot.lua"]:...
by CrimsonGuy
Fri Apr 05, 2019 2:44 pm
Forum: Libraries and Tools
Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
Replies: 65
Views: 131532

Re: LÖVE-Nuklear - a lightweight immediate mode GUI

Thanks for the new build, will test it later and report back when i get home from work.