Search found 70 matches

by MachineCode
Fri Jan 01, 2016 12:13 pm
Forum: Support and Development
Topic: Are strings passed between threads as reference?
Replies: 4
Views: 1515

Are strings passed between threads as reference?

I have threads working and passing imagedata references - which works really well. What I want to do now is use a thread to read serial data from an external device and pass it to the main program. Since each thread is like a new lua instance, I wonder if strings can be shared across threads, or if ...
by MachineCode
Sat Dec 26, 2015 8:12 am
Forum: Support and Development
Topic: SuperToast, RaspberryPi 2 and Raspbian Jessie
Replies: 18
Views: 16560

Re: SuperToast, RaspberryPi 2 and Raspbian Jessie

Hi. I don't have a B+ at the moment, however when I get a Zero I will try to get that working. Just work through all the dependencies and try and get it compiled. The only tricky thing you may encounter is getting SDL2 working, although it should be OK as the VideoCore IV is the same. RetroPi is ava...
by MachineCode
Mon Dec 14, 2015 11:27 pm
Forum: Support and Development
Topic: SuperToast, RaspberryPi 2 and Raspbian Jessie
Replies: 18
Views: 16560

Re: SuperToast, RaspberryPi 2 and Raspbian Jessie

OK. I downloaded the latest and rebuilt. It now works with the ESC. Thanks for that. The new demo screen is great. It really does showcase what can be achieved on a little machine like the RPi when you get the GPU working. When I can get hold of a Pi Zero I will try and see how far you can push a $5...
by MachineCode
Mon Dec 14, 2015 10:21 am
Forum: Support and Development
Topic: SuperToast, RaspberryPi 2 and Raspbian Jessie
Replies: 18
Views: 16560

SuperToast, RaspberryPi 2 and Raspbian Jessie

I managed to get the 0.10.0 built and running on a RPi 2 with the new Jessie OS. It was a bit of an ordeal, but it does work great. To be fair, the LÖVE install was not the problem - it works as advertised. The Raspbian has a few missing libraries which caused some confusion, but the real problem wa...
by MachineCode
Thu Feb 12, 2015 11:13 am
Forum: Support and Development
Topic: Installing love2d on RaspberryPi 2
Replies: 1
Views: 2606

Installing love2d on RaspberryPi 2

For the last few days I have been trying to get a working installation of love2d on the new Raspberry Pi 2. This is the just released quad core A7 ARM PC with 1G of RAM and the Broadcom VC4 GPU. It is now working - with a few minor things I can't understand. Firstly, there are a few gotchas if you h...
by MachineCode
Mon Feb 09, 2015 3:03 am
Forum: Support and Development
Topic: Compiling Love 2d
Replies: 6
Views: 4357

Re: Compiling Love 2d

Sorry about that - got a bit carried away. Apologies to the original poster.
by MachineCode
Sun Feb 08, 2015 2:21 pm
Forum: Support and Development
Topic: Compiling Love 2d
Replies: 6
Views: 4357

Re: Compiling Love 2d

No luck with X closed down. Same error message, so I am guessing that SDL2 is not properly installed or configured.
by MachineCode
Sun Feb 08, 2015 2:03 pm
Forum: Support and Development
Topic: Compiling Love 2d
Replies: 6
Views: 4357

Re: Compiling Love 2d

OK .. thanks for that bartbes. It was the libGLESv2 dev package it wanted. Now it went through and finished all the build - it took about 1 hour. When I type love in a terminal I get Error: No available video device stack traceback: [C]: at 0xb6e912c8 [C]: in function 'require' [string "boot.lu...
by MachineCode
Sun Feb 08, 2015 4:29 am
Forum: Support and Development
Topic: Compiling Love 2d
Replies: 6
Views: 4357

Re: Compiling Love 2d

I was about to post a similar question. I have just booted up the new Raspberry Pi 2 and would very much like to try out love2d. First I installed SDL2 based on this post - https://solarianprogrammer.com/2015/01/22/raspberry-pi-raspbian-getting-started-sdl-2/ I am not sure if the configuration is co...
by MachineCode
Sun Nov 09, 2014 11:34 am
Forum: Support and Development
Topic: config.lua is being ignored
Replies: 12
Views: 8473

Re: config.lua is being ignored

I have been using love2d + zerobrane with linux and I just installed it on Win7 machine and I got the same broken behavior. It turned out the problem was an old version of love installed in Program Files (x86). The latest version of love installs in Program Files - which is the 64 bit directory, I t...