<
bartbes>
looks like I'm going to need some more help today :P
<
zear>
bartbes, btw i've seen you mentioned love2d yesterday
<
zear>
well, some of the dingux users/devs are on it, but there's a lot to be done for love2d to work on this platform
<
bartbes>
you do know I'm love's lead dev, right?
<
zear>
oh? :D Awesome
<
bartbes>
so let's just say I'm pretty familiar with the codebase
<
bartbes>
and of course the plan isn't to make a version as advanced as the desktop one
<
bartbes>
(yet, anyway)
<
bartbes>
because that would require loads of deps and stuff
<
zear>
well, i wanted to say one not does simply go into Mordor, but if you're a lead dev, that changes a lot ;)
<
bartbes>
well, first I need to get the hang of crosscompiling
<
bartbes>
but I managed to get the primary dependencies done
<
bartbes>
(physfs was the only to port myself)
<
zear>
openwrt toochain is a bitch
<
bartbes>
tell me about it
<
bartbes>
I spent at least 8 hours yesterday on physfs
<
zear>
i was fighting with physfs for dingux as well
<
zear>
if i remember correctly it used scons
<
zear>
ah, yeah, but same deal
<
bartbes>
which by itself is pretty easy though
<
zear>
cmake or scons == trouble with cross compilation ;D
<
bartbes>
and in the end the port itself wasn't too hard either
<
bartbes>
but autotools == trouble
<
bartbes>
usually for small projects I either choose cmake or custom makefiles
<
bartbes>
(depending on size)
<
bartbes>
but for love the build system was already set up
<
bartbes>
(quite nicely I might add)
<
bartbes>
now I need to figure out what this means: "note: someone does not honour COPTS correctly, passed 0 times"
<
zear>
btw, i'm not very familiar with love2d, what it can, and cannot do on the nanonote/dingoo?
<
zear>
oh, if SiENcE visits this channel, you probably know about love2d dingux porting attempts ;)
<
zear>
ah, in that case, SiENcE was fiddling with it, afair
<
bartbes>
well, I'm not expecting a straight-up port
<
bartbes>
I'm going to have to write a new graphics backend for starters
<
bartbes>
so I can't get away with 'fiddling'
<
bartbes>
(no offense SiENcE)
<
SiENcE>
what are you talking about?
<
zear>
SiENcE, love2d
<
SiENcE>
i love love2d
<
SiENcE>
but currently no way to get it working on dingux
<
SiENcE>
someone has to write a new graphic backend for love2d...
<
SiENcE>
without ogl
<
bartbes>
told you :P
<
bartbes>
btw, what diff format do I use?
<
ezdagor>
Is it possible to connect a USB mouse to the NanoNote?
<
mth>
the NN is a USB device, not a USB host, so it's not possible by just connecting the cables
<
larsc>
but you can use the nanonote as a usb mouse ;)
<
larsc>
with the hid-gadget driver
<
ezdagor>
Kernel module?
<
larsc>
but it's only in .35
<
ezdagor>
I'm running 2.6.32.10
<
ezdagor>
Hmm.. I wonder if there are any "mouse emulators" that use the cursor keys to move the mouse around the screen..