Hi
I’m new here, I would like to buy a gameshell and try some c++ programmings on gameshell. So I am investigating what I can do on gameshell. I looked over the topics but still don’t have a general idea about how to do this.
What I know is gameshell is running linux with arm cpu, as far as I know, I can compile a c++ program
and run it on gameshell in a few minutes.
It says there Raspbian comes with all of the tools that we need to start programming, so let’s dive in. They are meaning that the g++ compiler is installed already.
I can´t remember if GameShell had g++ by default, in any case you could install it with sudo apt-get install g++
Thanks for the link/docs.
Actually I’m a game programmer working on console/ios games. but I am not familar with hardware like clockworkpi/Raspberry Pi. I’m confused about the workflow on GameShell.
Please correct me if I’m wrong.
GameShell runs a linux based Debian. So I could do almost “everthing” that I can do on linux based system.
GameShell has a launcher, which has GUI for setting, launching other apps, etc.
I can install programs like RetroArch, with compiling source and configure them on GameShell.
There is no GPU driver right now but the board contains a Mali400 GPU. There are some software renderings there.
It seems that v0.3 has a lima opengl driver for this.
I can compile source on GameShell, meanwhile I can compile source on PC(with arm configure) and run it on GameShell.