Dead world demo unfinished

Everything related to 3D programming
User avatar
DK_PETER
Addict
Addict
Posts: 904
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Dead world demo unfinished

Post by DK_PETER »

Hi

EDIT: Code is for PB 5.20

I need some info from those of you, who are willing to try an unfinished demo.
What I need know is how does it runs on your computer. I got an High-end PC and as you
can imagine, I can do the worst coding ever and still get a high framerate without
jerkiness or any other oddities.

Since the demo contains mesh, music and code, I've decided to put it into a zip file.
Note: Neither the code nor gfx will be done like this, so take it for, what it is...A test.
It's all a part of my 3D learning process. :-)

And here's the link: Edit [removed] - Big thanks to all testers.

Best regards
Peter
Last edited by DK_PETER on Sun Aug 10, 2014 5:19 am, edited 3 times in total.
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
User avatar
Lexicon
User
User
Posts: 98
Joined: Mon Jul 22, 2013 6:16 am
Contact:

Re: Dead world demo unfinished

Post by Lexicon »

DK_PETER wrote:Hi

I need some info from those of you, who are willing to try an unfinished demo.
What I need know is how does it runs on your computer. I got an High-end PC and as you
can imagine, I can do the worst coding ever and still get a high framerate without
jerkiness or any other oddities.

Since the demo contains mesh, music and code, I've decided to put it into a zip file.
Note: Neither the code nor gfx will be done like this, so take it for, what it is...A test.
It's all a part of my 3D learning process. :-)

Here's a screenshot. (The demo ends abruptly and lasts a few minutes.)

And here's the link: http://www.vdata.dk/tmp/deadworld.zip

To those of you, who wish to try it: Thank you. I need the info.

Best regards
Peter
Hello Peter,
Very interesting but my PB is 5.11, could you compile the program and send me exe in PM?

Thanks
PureBasic 5.11 | WinXP | 2GB RAM | GForce GT240
User avatar
DK_PETER
Addict
Addict
Posts: 904
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Re: Dead world demo unfinished

Post by DK_PETER »

Lexicon wrote:
DK_PETER wrote:Hi

I need some info from those of you, who are willing to try an unfinished demo.
What I need know is how does it runs on your computer. I got an High-end PC and as you
can imagine, I can do the worst coding ever and still get a high framerate without
jerkiness or any other oddities.

Since the demo contains mesh, music and code, I've decided to put it into a zip file.
Note: Neither the code nor gfx will be done like this, so take it for, what it is...A test.
It's all a part of my 3D learning process. :-)

Here's a screenshot. (The demo ends abruptly and lasts a few minutes.)

And here's the link: http://www.vdata.dk/tmp/deadworld.zip

To those of you, who wish to try it: Thank you. I need the info.

Best regards
Peter
Hello Peter,
Very interesting but my PB is 5.11, could you compile the program and send me exe in PM?

Thanks
pm sent. :-)
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
User avatar
Lexicon
User
User
Posts: 98
Joined: Mon Jul 22, 2013 6:16 am
Contact:

Re: Dead world demo unfinished

Post by Lexicon »

DK_PETER wrote: pm sent. :-)
Ok. :wink:
PureBasic 5.11 | WinXP | 2GB RAM | GForce GT240
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Re: Dead world demo unfinished

Post by LuCiFeR[SD] »

nice job man.... very nice :)
applePi
Addict
Addict
Posts: 1404
Joined: Sun Jun 25, 2006 7:28 pm

Re: Dead world demo unfinished

Post by applePi »

Hi Peter
good from you to post full source code instead of parts of it, this is the way the readers can learn more from the forum.
1- my system is pentium D 3GHz (celeron) and 2.68 GB ram, video card is Geforce 210 _ 1 GB ram , windows xp. it is a slow machine except the Geforce
2- fps average between 33 to 30, but the title fps average appears in the default subsys (empty) and not in the opengl subsys . i have disabled the debugger
3- i can move with keyboard in a good way, i changed the camspeed to 30 to move faster i feel in opengl subsys it is smoother than the default (dx)
4- the surreal mode of the demo , the coffins and the city buildings , dark clouds, the feeling that something will conquer the earth and the music will appeal to many people.
5- if it is possible to add physics to the building will be great. in fact when you post this demo i was experimenting with your previous city i have added a big sphere with physics, and i have added physics to plane (terrain) and increased gravity to worldGravity(-200)
EntityPhysicBody(#sphere,#PB_Entity_SphereBody,1,5,0.1)
WorldGravity(-200)
but still struggling with giving physics to buildings,

best wishes
User avatar
DK_PETER
Addict
Addict
Posts: 904
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Re: Dead world demo unfinished

Post by DK_PETER »

applePi wrote:Hi Peter
good from you to post full source code instead of parts of it, this is the way the readers can learn more from the forum.
1- my system is pentium D 3GHz (celeron) and 2.68 GB ram, video card is Geforce 210 _ 1 GB ram , windows xp. it is a slow machine except the Geforce
2- fps average between 33 to 30, but the title fps average appears in the default subsys (empty) and not in the opengl subsys . i have disabled the debugger
3- i can move with keyboard in a good way, i changed the camspeed to 30 to move faster i feel in opengl subsys it is smoother than the default (dx)
4- the surreal mode of the demo , the coffins and the city buildings , dark clouds, the feeling that something will conquer the earth and the music will appeal to many people.
5- if it is possible to add physics to the building will be great. in fact when you post this demo i was experimenting with your previous city i have added a big sphere with physics, and i have added physics to plane (terrain) and increased gravity to worldGravity(-200)
EntityPhysicBody(#sphere,#PB_Entity_SphereBody,1,5,0.1)
WorldGravity(-200)
but still struggling with giving physics to buildings,
best wishes
Hi ApplePi.
That's the info I need. Appreciate it very much. :-)
The real demo will be massive and contain a lot of meshes, music and a.s.f..
Concerning Static geo and physics: I was about to fiddle some more with it myself.
I'm looking forward to see, what you've come up with.

@LuCiFeR[SD]
Thanks. I guess it ran quite nicely on your hardware :-)
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Re: Dead world demo unfinished

Post by LuCiFeR[SD] »

DK_PETER wrote:@LuCiFeR[SD]
Thanks. I guess it ran quite nicely on your hardware :-)
Yes, ran pretty flawlessly :). I wish I understood this 3D stuff a bit better than I do... hehe. I'm very oldsk00l 2D :)
Olby
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Jan 12, 2009 10:33 am
Contact:

Re: Dead world demo unfinished

Post by Olby »

Really good, I enjoyed it. Got a steady 60 FPS. Perhaps you might want to add some lights & shadows to liven up the scene. Other than that job well done.
Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64)
User avatar
DK_PETER
Addict
Addict
Posts: 904
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Re: Dead world demo unfinished

Post by DK_PETER »

Olby wrote:Really good, I enjoyed it. Got a steady 60 FPS. Perhaps you might want to add some lights & shadows to liven up the scene. Other than that job well done.
Thanks Olby. I'm glad, that you enjoyed it. The lights and shadows are planned for the next demo, when I've created a couple of more meshes and done some more music. :-)

Best regards
Peter
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
bmon
User
User
Posts: 54
Joined: Sat May 24, 2008 8:51 pm
Location: U.S.

Re: Dead world demo unfinished

Post by bmon »

Hi Peter ... Here is my two cents. I have a older computer that I use to test my things on and here are it's specs.

Pentium 2.4 Single core
64 MB. Graphic card
1.5 GB System Ram
No Pixel Shader support (some Vertex shader support)

With your example:
Music - Yes
Lots of buildings - Yes
Moving clouds - Yes
Particles - Yes
FPS: About 10

There wasn't any jerkiness with the movement but it was just slow. Like I said, this is a pretty outdated system that I test on but I hope it helps ...

Bruce
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: Dead world demo unfinished

Post by J. Baker »

Nice demo! Runs at about 30 fps here on my MacBook Air. :D
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
User avatar
DK_PETER
Addict
Addict
Posts: 904
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Re: Dead world demo unfinished

Post by DK_PETER »

Thanks guys :-)

All info helps. I appreciate your testing.

Best regards
Peter
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Dead world demo unfinished

Post by idle »

tried it on linux x64 and got a constant 60 fps
Amd fx6120 at 4.0ghz and amd hd6670 at 800mhz

you will need to change your skybox images to png's
Windows 11, Manjaro, Raspberry Pi OS
Image
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

Re: Dead world demo unfinished

Post by Bisonte »

Windows 7 x64 (compiled with PB 5.20b10 x64)
AMD x2 5600 (2,9Ghz)
4 GB RAM
AMD HD 5970

Framerate : Constant 60

btw: nice work ;)
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom​​
English is not my native language... (I often use DeepL.)
Post Reply