Bercon information 42 glöps
- general:
- level: user
- personal:
- 4k procedural graphics JavaScript Knits & Sips by ½-bit Cheese [web]
- Thank you for the comments!
The tea has IOR of 1.5, like rest of the clearcoated objects in the scene. Real tea is probably normally closer to 1.33 which might explain the caramel look. It could also be a bit too opaque. I've added the entry to shadertoy in more readable format, so feel free to experiment :) - rulezadded on the 2023-04-12 21:14:09
- 4k JavaScript HBC-00020: VIRGO 1302 by ½-bit Cheese [web] & mfx [web] & Spinning Kids [web]
- I always get too greedy with the graphics, so I think the space for music is a lot smaller than in your average 4k intro.
SoundBox could definitely use some upgrades, or it would be nice to see a totally new synth for JS. I'll probably have a look at what it would take to accomplish this, but I'm not really a musician myself and my understanding of the theory and math behind is rather limited :)
@p01: I like to automate the whole minification process as much as possible at the cost of some space, so I can continue working with something human readable and easily editable. The glsl shader minification and js closure compilation definitely takes a bit more time with 4k. You could parallelize to make it faster. Since I used zopfli for compression, I just had very small iteration numbers while testing and only rampped it up for the final versions. I think with 4k the thermal view isn't as useful, except for checking the parts you know to contain repetition compress well.
I added source codes to Github, including the compression pipeline. I stripped some stats/heatmap generation from this one to make it a bit cleaner to read. - rulezadded on the 2020-10-18 17:10:21
- 1k JavaScript HBC-00019: Fluid Dynamics 101 by ½-bit Cheese [web]
- Clickable link https://medium.com/@jerry.ylilammi/fluid-dynamics-101-byte-by-byte-7f9bf4b81805? sk=a24b15109b13d0f8e59adaea647ff4de
- isokadded on the 2019-08-11 15:32:32
- 1k JavaScript HBC-00019: Fluid Dynamics 101 by ½-bit Cheese [web]
- Big thanks to you p01, your website is an excellent help for people doing browser intros! Actually speech only took 30 bytes. There aren't really any alternatives for adding audio in browser with same space requirements :)
Here is the making of and commented source code: https://medium.com/@jerry.ylilammi/fluid-dynamics-101-byte-by-byte-7f9bf4b81805?sk=a24b15109b13d0f8e59adaea647ff4de - rulezadded on the 2019-08-11 15:31:51
- 4k JavaScript HBC-00016: Core Critical by ½-bit Cheese [web]
- Thank you everyone!
I've added source files.
Sadly I ran into severe performance issues with the intro and had to throw in quick performance tweaks. Unfortunately they weren't enough and I didn't manage to get 1080p version running at 60fps. So, while I included both 720p and 1080p version in my submission, I requested the 720p be displayed which lead to pretty bad aliasing as you noticed. I'll try to record the 1080p version and put it up at some point. - isokadded on the 2018-08-06 17:45:56
- 4k JavaScript HBC-00013: Highway 4k by ½-bit Cheese [web] & Tekotuotanto
- Making of and source code can be found at: http://ylilammi.com/webgl/highway4k/
- isokadded on the 2013-08-08 12:10:22
- 1k JavaScript HBC-00012: Kornell Box by ½-bit Cheese [web]
- I added commented source codes and wrote small making of. Click the "source" under "download" to find them.
- rulezadded on the 2013-08-06 16:37:31
- 4k JavaScript HBC-00013: Highway 4k by ½-bit Cheese [web] & Tekotuotanto
- p01: I seem to have missed that then. I tried some hashing functions found on net and tried multiple of my own, but this was the best of the all I tested. Thanks for this one anyway :)
I actually tried requestAnimationFrame(), but for some reason it crashed even more than setInterval(), so I ditched it, but that was months ago, so perhaps browsers are better with it nowdays.
The music is repetitive mainly because of the extreme restraints I set to King Thrill who made the music. It had to fit into less than 1kb with the player when compressed. I think he made an amazing job. This was my first real time production and I wanted to put the emphasis on graphics, so those were done first and music had to fit into the space that was left.
I'll write short making of along with the commented source codes which will probably answer more of your questions. Thanks again for amazing response! - isokadded on the 2013-08-05 17:57:35
- 4k JavaScript HBC-00013: Highway 4k by ½-bit Cheese [web] & Tekotuotanto
- Thanks for all the comments! The intro is using jsexe to compress it to png. The reason why it is crashing other browsers than Firefox is audio generation (this is also why it takes 30-60 seconds to start). Song was done using Sonant Live and its player (heavily optimized/stripped down). This means the audio is first written as base64 encoded string which is then converted to Audio element. This takes so much memory (>1GB) that it crashes Chrome and Opera pretty often. Without the audio this would run on Chrome/Opera/Firefox without problems.
I will post source code with comments later this week. - rulezadded on the 2013-08-05 16:49:59
- demotool Windows JsExe by adinpsz [web]
- I can't get the latest version work with Firefox 22.0, can anybody verify it really works?
- rulezadded on the 2013-07-09 16:40:48
account created on the 2013-07-09 16:38:58