maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Competitors (https://talk.maemo.org/forumdisplay.php?f=4)
-   -   John Carmacks 'RAGE' on the iPhone4 (https://talk.maemo.org/showthread.php?t=60277)

Capt'n Corrupt 2010-08-13 11:04

John Carmacks 'RAGE' on the iPhone4
 
Wow, simply wow. This is a huge development.

Carmack has demoed the mega-textured Rage on the iPhone4 with visuals that match Playstation 2/XBox game consoles. Check it out below:

http://www.blogcdn.com/www.engadget....rageiphone.jpg
http://www.engadget.com/2010/08/12/c...g-on-iphone-a/

I remember reading about mega-texturing when the idea was first announced. I was convinced that it could produce amazing results with lower geometries, thanks to increased detail and decreased repetition of the textures. The demo confirms this as the graphics are incredible.

Gamespot notes that Android is up next, though indicates that Carmack is worried about the amount of money Android users spend in the market.
http://www.gamespot.com/events/quake...ml?sid=6273388

Capt'n Corrupt 2010-08-13 12:47

Re: John Carmacks 'RAGE' on the iPhone4
 
For those interested in reading more about mega texturing, the wikipedia article has a nice, concise overview:
http://en.wikipedia.org/wiki/MegaTexture#cite_note-1

Here's a nice PDF on the subject with shiny pictures!:
http://s09.idav.ucdavis.edu/talks/05...Challenges.pdf

As the Mega Texture technique was demoed on the iPhone4 (notice I didn't say iOS), they likely mainly use Open GL ES 2.0 API, and arm cortex A8 optimizations and OMAP optimizations (PVR SGX 535). As such, I suspect porting this 'engine' would not be terribly difficult to other OSs (ie. Linux == Android), though a full game port is another matter entirely.

While I suspect that game will likely remain iOS only for some time, if android continues to grow, and the device portfolio continues to expand, Android development will likely follow shortly. Hopefully the team is considering cross-OS development as the underlying architecture across devices is largely identical.

Sadly, as Carmack's development is known as monetarily motivated, I can't foresee Nokia or RIM taking advantage of iD's push into the mobile space. Of course, this is just *one* title, so it's not a huge loss. Still to have such magnificent technical work on a platform is something to be desired and generally spawns competitive pressure for further development.

As an aside:
The wikipedia also mentions something to look out for in future Carmack developments as well. This is namely Sparse Voxel Octrees. This technique is basically similar to Mega Textures (or Virtual Textures) in that a very large and detailed geometry structure is streamed as necessary into the scene, and based on the rendering target, the geometry is determined using ray casting to minimize overdraw. This offers the possibility of automatic Level-Of-Detail, lower memory requirements, and geometry complexity that is more coupled to disk storage limits than memory/GPU limits! Wow. Coupled with Virtual Textures, this would result in quite the boost in a scenes complexity without a huge impact on performance approaching a polygon to texel ratio of 1.
http://en.wikipedia.org/wiki/Sparse_Voxel_Octree

It's remarkable watching it all happen. That we now have PS2s/XBoxes in our pockets was predicted years ago as we understand technological advancement. Still it's interesting to see how this vision unfolds. It's only a matter of time before we have quality like Avatar running in real-time on our hand-held devices as well, in 3D no less.

Capt'n Corrupt 2010-08-13 12:56

Re: John Carmacks 'RAGE' on the iPhone4
 
One more note:
Coupled with shaders, mega texturing would be dynamite. Even with simple geometry, finely-detailed textures with baked radiosity, sub-surface-scattering, and processed effects like normal-mapping, displacement-mapping, reflections, procedural effects (eg. plasma), would yield incredible results. To think that this is actually at a computational savings is remarkable.

Capt'n Corrupt 2010-08-13 17:27

Re: John Carmacks 'RAGE' on the iPhone4
 
I couldn't help myself. Here's some images showcasing Virtual Textures:

http://ic.tweakimg.net/ext/i/1249630521.jpg

http://ic.tweakimg.net/ext/i/1249630519.jpg

http://ic.tweakimg.net/ext/i/1249630522.jpg

http://ic.tweakimg.net/ext/i/1249630517.jpg

http://ic.tweakimg.net/ext/i/1249630518.jpg

Bec 2010-08-13 17:47

Re: John Carmacks 'RAGE' on the iPhone4
 
Quote:

Originally Posted by Capt'n Corrupt (Post 785507)

Sure, when he showcases this on iphone i'm going to get one. So far it all looks like quake 2/3 to me.

Capt'n Corrupt 2010-08-13 17:54

Re: John Carmacks 'RAGE' on the iPhone4
 
Quote:

Originally Posted by Bec (Post 785522)
Sure, when he showcases this on iphone i'm going to get one. So far it all looks like quake 2/3 to me.

Bah. It's not about iPhone vs. whatever. It's about a wonderful contribution to gaming graphics. This could have been done on any computing platform, and certainly any modern mobile device. It just happened to be developed on an iPhone. If the bits were aligned correctly, N900 would display similar results.

Interestingly, despite the pretty graphics in the pictures I posted, the geometry seems modest at best.

Bec 2010-08-13 18:05

Re: John Carmacks 'RAGE' on the iPhone4
 
Quote:

Originally Posted by Capt'n Corrupt (Post 785532)
Bah. It's not about iPhone vs. whatever. It's about a wonderful contribution to gaming graphics. This could have been done on any computing platform, and certainly any modern mobile device. It just happened to be developed on an iPhone. If the bits were aligned correctly, N900 would display similar results.

Interestingly, despite the pretty graphics in the pictures I posted, the geometry seems modest at best.


It's about the platform that gets such an engine first. I'm patiently waiting because iPhone is obvious an excellent gaming device because of the "unified" hardware.
Designing such an engine for anything else (eg android) is questionable but showing a closed building isn't very promising either.

gerbick 2010-08-13 18:08

Re: John Carmacks 'RAGE' on the iPhone4
 
I've been quietly following this, Cap'n and I have to admit that I'm geeked at the progress Carmack has pulled out of his graphical engines and texturing. Nice to know that other folks are equally, if not more, geeked about it as I am.

Can't wait to see where this leads.

Capt'n Corrupt 2010-08-13 18:15

Re: John Carmacks 'RAGE' on the iPhone4
 
Quote:

Originally Posted by gerbick (Post 785542)
I've been quietly following this, Cap'n and I have to admit that I'm geeked at the progress Carmack has pulled out of his graphical engines and texturing. Nice to know that other folks are equally, if not more, geeked about it as I am.

Can't wait to see where this leads.

It's *is* nice to know, isn't it? :)

Capt'n Corrupt 2010-08-13 18:22

Re: John Carmacks 'RAGE' on the iPhone4
 
Quote:

Originally Posted by Bec (Post 785540)
It's about the platform that gets such an engine first. I'm patiently waiting because iPhone is obvious an excellent gaming device because of the "unified" hardware.
Designing such an engine for anything else (eg android) is questionable but showing a closed building isn't very promising either.

I think it is promising, even if it is a 'closed building'. The idea behind this technique should easy enough to re-implement with little to no more information. That there's precedent (a working demo), makes the pursuit that much more predictable and attainable.

To add to that, ID licences it's game engines for other developers, and as the paper suggests, is actually targeting different CPU architectures.

While not currently open source, I doubt this progress will stay within the realms of ID.


All times are GMT. The time now is 16:34.

vBulletin® Version 3.8.8