Search found 6 matches
- Sat May 20, 2017 3:22 pm
- Forum: Libraries and Tools
- Topic: Simple Tiled Implementation - STI v1.2.3.0
- Replies: 915
- Views: 838672
Re: Simple Tiled Implementation - STI v0.18.2.1
Thank you so much for the fix and for the library in general, Karai. It's really awesome!!
- Mon May 15, 2017 12:44 am
- Forum: Libraries and Tools
- Topic: Simple Tiled Implementation - STI v1.2.3.0
- Replies: 915
- Views: 838672
Re: Simple Tiled Implementation - STI v0.18.1.0
I'm having some trouble with moving around on the map I created. (Admittedly, I haven't spent much time with lua or Love, but even less with Tiled.) Attached is a .love that shows the problem. As I translate around the map, I see the AABBs from Box2d moving around the screen. The tile layers though,...
- Sun Dec 04, 2016 1:01 am
- Forum: Libraries and Tools
- Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
- Replies: 65
- Views: 136349
Re: LÖVE-Nuklear - a lightweight immediate mode GUI
I tried running outside of Zerobrane, but still starting up mobdebug first. That works too. Here's new love.load() function love.load() if arg[#arg] == "-debug" then require("mobdebug").start() end nk.init() end I copied mobdebug.lua into the example project. Also updated to LÖVE...
- Sun Dec 04, 2016 12:20 am
- Forum: Libraries and Tools
- Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
- Replies: 65
- Views: 136349
Re: LÖVE-Nuklear - a lightweight immediate mode GUI
Thanks Positive07. I downloaded Zerobrane in an attempt to debug the crash, but the example works in there! So I think you're right that the versions are probably not the problem.
- Sat Dec 03, 2016 4:18 pm
- Forum: Libraries and Tools
- Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
- Replies: 65
- Views: 136349
Re: LÖVE-Nuklear - a lightweight immediate mode GUI
I forgot to mention that I get the same results running my little test project or the example. I'm running the example like this:
Playing with this some more when I get home later...
Code: Select all
Jonathans-MBP:love-nuklear$ love example/.
- Sat Dec 03, 2016 2:44 am
- Forum: Libraries and Tools
- Topic: LÖVE-Nuklear - a lightweight immediate mode GUI
- Replies: 65
- Views: 136349
Re: LÖVE-Nuklear - a lightweight immediate mode GUI
Just starting with lua and LÖVE and figured I'd give this library a try. I got everything built on MacOS, but getting a crash on initialization. Here's the stack trace: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 LuaJIT.LuaJIT 0x0000000105f7ab02 0x105f78000 + 11010 1 nuklear.so 0x0000...