Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411426 Posts in 69363 Topics- by 58416 Members - Latest Member: JamesAGreen

April 19, 2024, 09:25:51 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Question about the Raspberry Pi.
Pages: [1] 2
Print
Author Topic: Question about the Raspberry Pi.  (Read 1865 times)
IndieEmma
Level 2
**


View Profile
« on: November 27, 2012, 12:46:17 PM »

Hi!
I've seen a lot of tutorails on game programming on the Raspberry Pi and they all use python but can I use C++ and sdl?
Logged
kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #1 on: November 27, 2012, 12:52:51 PM »

Yes, you can.

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=33&t=13789
Logged

IndieEmma
Level 2
**


View Profile
« Reply #2 on: November 27, 2012, 11:07:56 PM »

Thanks  Coffee
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #3 on: November 27, 2012, 11:32:27 PM »

If I made a linux build from unity it will work on the arm processor ??  Beg
Logged

moi
Level 10
*****


DILF SANTA


View Profile WWW
« Reply #4 on: November 27, 2012, 11:38:54 PM »

go to sleep that's what
Logged

subsystems   subsystems   subsystems
PompiPompi
Level 10
*****



View Profile WWW
« Reply #5 on: November 27, 2012, 11:43:30 PM »

Hmm, what kind of Android OS can you install on it, and can you install any apk or download from google play just like a normal phone?
Or does it use a modified Android OS?
Logged

Master of all trades.
JakobProgsch
Level 1
*



View Profile
« Reply #6 on: November 28, 2012, 02:43:47 AM »

Afaik there is no Android for it yet. You just run regular linux essentially. Raspbian is pretty much debian...
Logged

PompiPompi
Level 10
*****



View Profile WWW
« Reply #7 on: November 28, 2012, 03:38:38 AM »

I think there is some version of Android for it, as I skimmed on the forums.
I also heard you can run Android on it a long time ago, it would be weird not to since it got the hardware for that...

You can also connect a touch screen to it. Does linux have touch screen support? (I guess it does).
Logged

Master of all trades.
JakobProgsch
Level 1
*



View Profile
« Reply #8 on: November 28, 2012, 05:02:14 AM »

It seems so after some googling. But the primary approach on the pi is still to just use raspbian or similar. That gives you essentially a regular linux distro including all the usual goodies like gcc/interpreters etc. So you can program it with pretty much whatever you want. For graphics i'd still use OpenGL ES though and not a cpu renderer. The main issue being that there is lots of OpenGL ES power but the ARM cpu is fairly weak.
Logged

PompiPompi
Level 10
*****



View Profile WWW
« Reply #9 on: November 28, 2012, 05:10:24 AM »

What do you mean by primary approach? If I want to run Android games on RPi, I need to use Android, right?
I would also think there are more games for Android suitable for this specific hardware caps than on Linux.
Logged

Master of all trades.
rivon
Level 10
*****



View Profile
« Reply #10 on: November 28, 2012, 08:27:04 AM »

If I made a linux build from unity it will work on the arm processor ??  Beg
No.

What do you mean by primary approach? If I want to run Android games on RPi, I need to use Android, right?
I would also think there are more games for Android suitable for this specific hardware caps than on Linux.
RPi is not made for running Android. If you want Android, buy a smartphone or a tablet, it will be much easier for you. There may be some ROM which runs on it but I guess it won't be smooth. RPi is aimed at regular ARM distros. And there are some, like the Raspbian, which are specially optimized for RPi.
Logged
moi
Level 10
*****


DILF SANTA


View Profile WWW
« Reply #11 on: November 28, 2012, 07:21:20 PM »

http://www.gamasutra.com/view/news/182262/Minecraft_Pi_Edition_aims_to_encourage_young_people_to_code.php#.ULbUf2efD99
Logged

subsystems   subsystems   subsystems
Ryland
Level 0
**


View Profile
« Reply #12 on: November 28, 2012, 07:46:42 PM »

That sounds kind of cool, but how exactly would you manipulate things in the game world? Would you just create new procedural content generation algorithms? Or would it basically just be a version of minecraft that's easier to mod?
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #13 on: November 28, 2012, 08:05:45 PM »

more info here:
http://www.mojang.com/2012/11/minecraft-is-coming-to-the-raspberry-pi/
http://www.raspberrypi.org/archives/2603
http://www.youtube.com/playlist?list=PLgyU3jNA6VjS3ij6ZXbb2x4GdEP3bAWzO
Logged

IndieEmma
Level 2
**


View Profile
« Reply #14 on: November 29, 2012, 09:43:52 AM »

I want one. But can I run code::blocks on it?
Logged
Evan Balster
Level 10
*****


I live in this head.


View Profile WWW
« Reply #15 on: November 29, 2012, 09:57:00 AM »

Yar.

https://code.google.com/p/codeblocks-on-raspberrypi/
Logged

Creativity births expression.  Curiosity births exploration.
Our work is as soil to these seeds; our art is what grows from them...


Wreath, SoundSelf, Infinite Blank, Cave Story+, <plaid/audio>
kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #16 on: November 29, 2012, 10:00:50 AM »

I want one. But can I run code::blocks on it?

Althrough, don't expect it to run fast.  Tongue
It's going to run OK, but don't expect miracles.
Logged

moi
Level 10
*****


DILF SANTA


View Profile WWW
« Reply #17 on: November 29, 2012, 02:06:39 PM »

I'm a bit disappointed, when I first heard of the rPi, I thought they would go back to simpler programming paradigms, with assembler and stuff like that, instead we get linux, openGL and C++ No No NO
Logged

subsystems   subsystems   subsystems
PompiPompi
Level 10
*****



View Profile WWW
« Reply #18 on: November 29, 2012, 02:13:33 PM »

Err, the whole point is that you get a complete OS instead of doing painful embedded programming.
Logged

Master of all trades.
Klaim
Level 10
*****



View Profile WWW
« Reply #19 on: November 29, 2012, 02:18:20 PM »

I'm a bit disappointed, when I first heard of the rPi, I thought they would go back to simpler programming paradigms, with assembler and stuff like that, instead we get linux, openGL and C++ No No NO

It's for children by the way, the default OS is focused on providing a simple dev environnement using Python.

If you want lower kind of hardware, Arduino is your friend.
Logged

Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic