Raspberry Pi

Previous topic - Next topic

Minion

Quote from: MrTAToad on 2012-Jun-05
Are you compiling for the Caanoo ?

yeah

erico


Minion



I`ll add that too because, as the saying goes ...pics or it didnt happen ... etc

MrTAToad

Wonder if the resulting code is optimised for the ARM processor...

Ian Price

I seriously need to set mine up.

Nice work Min. :)
I came. I saw. I played.

Kitty Hello

Caanoo does not use the OpenGL thing - it's a software rasterizer mode.
But at least the compiler works!!

MrTAToad

Indeed!  Just needs  to be optimised for OpenGL...

Minion

Which means all the problem commans ive been testing (USEBMP, GRABSPRITE etc) which work may not after the transition to OpenGL

Kitty Hello

Might not. Yes. I have to see why the grabscreen does not work on some drivers. Maybe there is a way.

mentalthink

Very nice this... I leave the nottice in other parts, I think it´s very interesting...

matchy

Quote from: Minion on 2012-Jun-05
I got my first GLB app running on th PI :)

That's really nice news.

FutureCow

Great stuff Minion (and Gernot!)

Hark0

Quote from: matchy on 2012-Jun-05
Quote from: Minion on 2012-Jun-05
I got my first GLB app running on th PI :)

That's really nice news.

BRAVO! =D
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Minion

Finally got my interpreter running on the PI :)


veketor

Hi all
I have compiled some GLBASIC code for Canoo to run over raspberrypi (debian), In summary, all went well (2d always ok, just some errors (no light, no texture) in 3D apps) I must admit that better than expected.
The biggest problem that I have found is that is not possible to read keystrokes (logical, Canoo has no keyboard) and it is not possible to launch full-screen applications.
About sound and music: I have not tried anything yet, becouse alsa-audio support dont work very well jet .
Joystick and mouse controls works OK.

Some considerations:
- If I launch a graphic application from terminal (on the desktop) launches a series of warnings (impossible to access-write to errorlog files mainly "wrt-request: fopen("/mnt/sd/ErrorLog.txt", "ab") failed") and gp2xmenu: no process found, but the app works as expected.
- If I launch a graphic app. in raw terminal (without X) the app dont work and end with this error
"wrt-request: fopen("/mnt/sd/ErrorLog.txt", "ab") failed
(!) [  999:    0.000] --> Caught signal 11 (at 0xc, invalid address) <-- Aborted"
But is possible to lauch "console program" in raw terminal (with a lot of warnings).