SyntaxBomb - Indie Coders

Languages & Coding => Monkey => Topic started by: therevills on March 08, 2018, 08:16:14

Title: Cool Monkey2 Plane Demo (wasm required)
Post by: therevills on March 08, 2018, 08:16:14
http://monkeycoder.co.nz/bananas/Plane/Plane.html

(https://pbs.twimg.com/media/DXwE-YNVoAAzgaK.jpg)

Super smooth on my rig!
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Naughty Alien on March 08, 2018, 08:26:13
..nice..works very well on my rig..
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: blinkok on March 08, 2018, 08:30:43
Looks great and works well (fullscreen) on my rig too. Luv the specular
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Derron on March 08, 2018, 08:45:15
Works nice and looks good.

- flat shadow on a wavy ocean ... faaake ;-)
- airplane a bit too shine ... material setup

but else... nice stuff.


bye
Ron
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Steve Elliott on March 08, 2018, 10:17:33
I gave up waiting for it to load...ZX Spectrum loading times.
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Derron on March 08, 2018, 11:43:05
Had to wait 10 seconds or so ... while I had some VMs running and a little CPU hog of bitstamp.net

bye
Ron
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: degac on March 08, 2018, 12:30:54
F*KING GOOD :)
(technically speaking of course :P)
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: ThickO on March 08, 2018, 22:21:02
Looks good to me.............. :D
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: therevills on March 08, 2018, 23:05:12
Source code available on GitHub if anyone wants to see how it was done:

https://github.com/DoctorWhoof/Plane-Demo
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Pingus on March 09, 2018, 14:40:09
It works great ! Awesome stuff. I wonder what is the compatibility level of this 3D Wasm thing on misc laptops...
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Rick Nasher on March 09, 2018, 18:00:33
1) in IE nogo.
2) in Chrome it works but at a crawling speed.
3) it crashed after couple of minutes with a webgl error.

This is probably due to my aging machine but still I do not have that in general.
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: therevills on March 10, 2018, 00:39:56
I've compiled a Windows exe if you want to try it:

www.therevillsgames.com/demos/Plane-Demo.zip (http://www.therevillsgames.com/demos/Plane-Demo.zip)
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Steve Elliott on March 10, 2018, 09:53:02
Thanks therevills, downloaded to test.  Very nice, runs smoothly.
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Rick Nasher on March 10, 2018, 22:04:17
Many thanks.
Title: Re: Cool Monkey2 Plane Demo (wasm required)
Post by: Qube on March 11, 2018, 04:48:18
Very nice, looks great ;D

Is this demo some sort of stress test demo?. I wonder as the memory required for all the PBR shaders ( colours, metalness, normal, occlusion, roughness ) is HUGE!. The plane alone has 5 textures and each at a resolution of 4096x4096. So 4096x4096 = 64MB uncompressed, so in this case ( with 5 textures) 320MB for the plane alone? :o - That's a lot of data to shift around each frame for one model alone.

Does look great though ;D