maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht (https://talk.maemo.org/showthread.php?t=74374)

Soulaxe 2011-06-27 11:12

[Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
http://happypenguin.org/images/kulkuvayla2.png
Decided to make a seperate thread as most users know Minecraft uses libs incompatible with Maemo, and wouldn't give a second glance. Which isn't the case here, since this is a clone written ground up in C++ and irrlicht so it shouldn't be hard for an experienced programmer to port as irrlicht is already ported to ARM (link)

Minetest-c55 Main Page.
I've seen already five posts referring to a port of Minecraft. Isn't about time some progress was made?

DJRoby4 2012-04-24 16:53

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
UP! This would be really a great port....

slaapliedje 2012-04-24 17:07

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
Yeah, Minecraft doesn't support OpenGL ES from what I recall in trying to get it to work.

Minetest would be sweet though, I already think I'd rather play it for the speed over Minecraft, stupid Java.

slaapliedje

pablocrossa 2012-04-24 18:17

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
Quote:

Originally Posted by slaapliedje (Post 1197066)
Yeah, Minecraft doesn't support OpenGL ES from what I recall in trying to get it to work.

Minetest would be sweet though, I already think I'd rather play it for the speed over Minecraft, stupid Java.

slaapliedje

Do you know library dependencies for minetest?? If they are sattisfied by Maemo thats a cr*pload of work saved :)

Applesaws 2012-04-26 05:42

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
Quote:

Originally Posted by pablocrossa (Post 1197089)
Do you know library dependencies for minetest?? If they are sattisfied by Maemo thats a cr*pload of work saved :)

Minetest runs on the Irrlicht engine, which actually has an OpenGL ES renderer as an option. So it is possible for it to run on the N900 (in fact, the Pandora people have gotten it running on their device (but I tried running the Pandora version on the N900 and failed). I briefly attempted porting it myself, using the patched version of Irrlicht that Cloudef on the Pandora forums made here, but it seems as if the N900 initializes an OpenGL surface in a different manner from Pandora, so it does not work (this result I came to after many hours of editing include files and commenting out random bits of code so that it would even compile in the Maemo SDK). After a brief attempt at copy-pasting the EGL surface initialization code from the sample Maemo OpenGL ES app, I gave up (I'm not really a coder).

tl;dr The N900 has all the libraries (in the repos right now, actually(!)), except for the 3D engine it runs on, Irrlicht. It's completely possible to port that to N900, we just need someone with knowledge of how OpenGL ES surface initialization works on N900 to fix that.

www.rzr.online.fr 2012-04-26 07:08

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
what about harmattan ?

Spotfist 2012-04-27 09:53

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
Sounds awesome! Any luck?

DJRoby4 2012-04-29 19:55

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
Yeah, please since it is possible, port it! It would be awesome! *.*

nicolai 2012-04-30 07:21

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
Quote:

Originally Posted by Applesaws (Post 1197773)
Minetest runs on the Irrlicht engine, which actually has an OpenGL ES renderer as an option. So it is possible for it to run on the N900 (in fact, the Pandora people have gotten it running on their device (but I tried running the Pandora version on the N900 and failed). I briefly attempted porting it myself, using the patched version of Irrlicht that Cloudef on the Pandora forums made here, but it seems as if the N900 initializes an OpenGL surface in a different manner from Pandora, so it does not work (this result I came to after many hours of editing include files and commenting out random bits of code so that it would even compile in the Maemo SDK). After a brief attempt at copy-pasting the EGL surface initialization code from the sample Maemo OpenGL ES app, I gave up (I'm not really a coder).

tl;dr The N900 has all the libraries (in the repos right now, actually(!)), except for the 3D engine it runs on, Irrlicht. It's completely possible to port that to N900, we just need someone with knowledge of how OpenGL ES surface initialization works on N900 to fix that.

I got some irrlicht demos running on the N900. I used
the ogl-es branch from irrlicht svn.
I had to enable the already existing ogles2 driver,
some changes on egl attribs,
link with libGLESv2 instead of libGLES_CM and
I used the system png-library instead of one from irrlicht.
Maybe even more, I am not sure.

If you are still interested, let me know.

nicolai

Applesaws 2012-05-01 04:27

Re: [Request for Port] Minetest-c55 a opensource equivalent to Minecraft in C++ and irrlicht
 
Quote:

Originally Posted by nicolai (Post 1199348)
I got some irrlicht demos running on the N900. I used
the ogl-es branch from irrlicht svn.
I had to enable the already existing ogles2 driver,
some changes on egl attribs,
link with libGLESv2 instead of libGLES_CM and
I used the system png-library instead of one from irrlicht.
Maybe even more, I am not sure.

If you are still interested, let me know.

nicolai

Sure, I'm interested. Could you post your compiled Irrlicht or tell me what you did to make it work?


All times are GMT. The time now is 22:10.

vBulletin® Version 3.8.8