pouët.net

Inferno
[nfo]
screenshot added by Bartoshe on 2013-11-01 14:53:32
platform :
type :
release date : november 2013
  • 2
  • 6
  • 2
popularity : 54%
 54%
  • 0.00
alltime top: #46451
added on the 2013-11-01 14:53:32 by Bartoshe Bartoshe

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

Stress test of Dead Deer.
Imagine a BSP tree accessible in vertex and pixel shaders, and you might get a cool raymarching possibility.
added on the 2013-11-01 14:55:02 by Bartoshe Bartoshe
"Original shaders by iq/rgba and XTC95", what did you add barti? Still broken on OSX btw.
added on the 2013-11-01 15:10:26 by psonice psonice
the background is raymarching, and the double-faces are meshes, the whole synchronised. My engine should play both OpenGL and Direct3D renderings, with possibilities to edit, script and add what you want through Dead Deer. What I've added ? The smoke effect and fire integration. But I would not say that I've made all the tricks, but the rendering is original. Maybe for some, raymarching is complicated, but I think it easy as the double-faces reflect the whole environment. I do not understand why you macosX can not run the .app ?, it's 10.6 minimal to run (leopard).

note: I used D3DCompile_46.dll renamed in D3DCompile_43.dll to speed up shaders compilation.
added on the 2013-11-01 15:25:09 by Bartoshe Bartoshe
barti: on OSX it tells me I can't run this kind of program, and the info.plist says it's an iOS binary (same as last time). Check you've got it set for OSX, not iOS, and that the target architecture is x64 not ARM*.
added on the 2013-11-01 16:21:23 by psonice psonice
psonice: it may work now. can you try it ?
added on the 2013-11-01 17:11:13 by Bartoshe Bartoshe
:)
rulez added on the 2013-11-01 17:16:59 by CHEF-KOCH CHEF-KOCH
not working on osx 10.8
added on the 2013-11-01 17:54:20 by skomp skomp
update with SDL 1.2.15, Infos.plist fixed.
added on the 2013-11-01 19:17:46 by Bartoshe Bartoshe
okay. dead deer. maybe multiplatform for shaders. weird syntax tho. and the demoed shader is a "clone" and mod.

a nice "techdemo" if you want. but...
added on the 2013-11-01 22:12:01 by yumeji yumeji
in fact, it takes me to adapt known shaders from shadertoy.com because it's the first time I can see shaders running on a machine. my last computer own a geforce630M and it's some kind of processing that is not supported. as learning really raymarching and adding the functionnalities to my software, this port was successful. 100ko more of code to enable the functionnalities !
shadertoy is an example of share, and my software is published with sources too. my software is pure made of my mind, even 3DSSMAX have "seen" through remote viewing (my *Chevrolet* artefact) to be upgraded.
I'm fed up with perverts that make thing abusing me, that abuse of my private life and say that they have licencing...I'm not ill mentally, it's just that people near me fall ill from this kind of acts.
added on the 2013-11-02 08:13:55 by Bartoshe Bartoshe
added a pyramid in the background
added on the 2013-11-02 08:51:47 by Bartoshe Bartoshe
is it possible to upload it in youtube?
added on the 2013-11-02 14:44:02 by panic panic
BB Image

final rendering. very interesting work, I could manage my HLSL and GLSL interpreter, and upgrade my software test stressing.
added on the 2013-11-03 05:18:49 by Bartoshe Bartoshe
note that my HLL interpret pseudo code, and compile it for previous versions of shaders. finally, today I have nothing to do except adding a lighting bolt.
added on the 2013-11-03 13:48:23 by Bartoshe Bartoshe
hello barti ! im' going to test it on town tomorow

see you
added on the 2013-11-03 16:44:43 by yogibeer yogibeer
Barti: the plist/exe format issue is fixed, but it's not loading the SDL framework:

Dyld Error Message:
Library not loaded: @rpath/SDL.framework/Versions/A/SDL
Referenced from: /Users/USER/Downloads/*/Inferno.app/Contents/MacOS/demo
Reason: image not found
added on the 2013-11-04 01:27:09 by psonice psonice
psonice: can you rename the .app to demo.app and try it ?
added on the 2013-11-04 07:29:51 by Bartoshe Bartoshe
psonice: new update...
added on the 2013-11-04 08:05:13 by Bartoshe Bartoshe
I look to sdl macosx documentation and I've found an explanation, so it may work now but it seems that mouse movements are failing.
added on the 2013-11-04 10:06:08 by Bartoshe Bartoshe
Still not working, but SDL probably loaded. Now it's libfreetype:

Quote:
Dyld Error Message:
Library not loaded: /usr/local/lib/libfreetype.6.dylib
Referenced from: /Users/USER/Downloads/*/demo.app/Contents/MacOS/demo
Reason: image not found
added on the 2013-11-04 11:45:27 by psonice psonice
I've changed the path of all dylib I've added to the bundle and updated. I hope this time it works.
added on the 2013-11-04 14:18:44 by Bartoshe Bartoshe
Nope, you missed one :D

Quote:
Dyld Error Message:
Library not loaded: /usr/local/lib/libogg.0.dylib
Referenced from: /Users/chris/Downloads/inferno-4/demo.app/Contents/Frameworks/libvorbis.0.dylib
Reason: image not found
added on the 2013-11-04 14:55:33 by psonice psonice
libvorbis.0.dylib call libogg.0.dylib in usr/local/lib; I will see how to..
added on the 2013-11-04 15:18:39 by Bartoshe Bartoshe
changing folders references in dylib. new update. tell me if it works now. thank you.
added on the 2013-11-04 15:42:08 by Bartoshe Bartoshe
Well.. it runs :) But it's not working right. I see what looks like a badly textured sphere (with the camera inside it), no real 3D. The WASD keys seem to move, but it just animates the texture on the sphere.
added on the 2013-11-04 16:18:48 by psonice psonice
your computer is years old or it's new ? thank you for your feedback anyway.
added on the 2013-11-04 16:34:54 by Bartoshe Bartoshe
It's reasonable new (quad i7, radeon 6770, 8gb, OSX 10.9). It supports OpenGL 4.1, so there shouldn't be any issue..
added on the 2013-11-04 17:15:21 by psonice psonice
10.6
sucks added on the 2013-11-04 19:32:25 by SiR SiR
I have a core2du(2007-2008)o with 1GB RAM for developping...it gives one picture every 5-10 seconds...
added on the 2013-11-04 19:54:24 by Bartoshe Bartoshe
barti: on my box it's very, very fast (in fact there's a ton of tearing, vsync would be nice). But, it's not rendering right.
added on the 2013-11-04 20:05:53 by psonice psonice
update. I can only see what it gives with opengl on windows and I fixes some rendering errors.
added on the 2013-11-04 20:48:30 by Bartoshe Bartoshe
Ok, that fixes it! At least now it's 3D, I can see the landscape, faces and pyramid with light. And it's a lot slower than before, but still just about acceptable. I'm not sure it's completely right though, the rendering of the landscape is quite ugly (a lot more green than IQ's original, and the shading/texturing doesn't look right).

Well, now I've seen it: It's basically a test scene. IQ's landscape shader, plus some faces and the pyramid. It's good to see you making progress with this, but now go make something cool + new with it :)
added on the 2013-11-04 21:08:00 by psonice psonice
update with Direct3D 10 support. sources will come soon.
added on the 2013-11-13 08:09:25 by Bartoshe Bartoshe
.
sucks added on the 2013-11-17 03:22:44 by fizzer fizzer
plays brilliantly on my 2011 iMac.
rulez added on the 2014-05-11 18:03:47 by applecrypt applecrypt

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment