Author Topic: [UDG] Printblobs  (Read 7163 times)

0 Members and 1 Guest are viewing this topic.

Offline nuclear

  • Graphics hacker
  • C= 64
  • **
  • Posts: 29
  • Karma: 41
    • View Profile
    • Personal website
[UDG] Printblobs
« on: February 20, 2013 »
Hey everyone!

I hacked something together for this compo. It's a bunch of metaballs (and metafloor :) rendered with a halftone dithering technique (implemented as a pixel shader).

The full source code is included, released under the terms of the GNU GPLv3 (or later), see README and COPYING for details.
The code is cross-platform and should work everywhere, linux (32 & 64bit) and windows (32bit) binaries are included in the archives printblobs.tar.gz and printblobs-win32.zip respectively. Apart from the different binaries (and the fact that the windows package contains some dlls), both archives are identical (same source code).

Nuclear / Mindlapse & The Lab
Challenge Trophies Won:

Offline Kirl

  • Senior Member
  • Pentium
  • ********
  • Posts: 1215
  • Karma: 230
    • View Profile
    • Homepage
Re: [UDG] Printblobs
« Reply #1 on: February 20, 2013 »
Good stuff nuclear!
Would've liked some music and I'm a sucker for scrollers but the metaballs looked delicious, well done!  :clap:
www.kirl.nl
Challenge Trophies Won:

Offline Canopy

  • Atari ST
  • ***
  • Posts: 208
  • Karma: 20
    • View Profile
Re: [UDG] Printblobs
« Reply #2 on: February 20, 2013 »

nice!

had a nose around the source and found the "secret" keypresses too

Offline Hotshot

  • DBF Aficionado
  • ******
  • Posts: 2114
  • Karma: 91
    • View Profile
Re: [UDG] Printblobs
« Reply #3 on: February 20, 2013 »
That is Amazing and tough to code em  :clap:

Well Done

Offline combatking0

  • JavaScript lives!
  • Senior Member
  • DBF Aficionado
  • ********
  • Posts: 4569
  • Karma: 235
  • Retroman!
    • View Profile
    • Combat King's Barcode Battler Home
Re: [UDG] Printblobs
« Reply #4 on: February 21, 2013 »
Very smooth with a lot of depth - and all with only 2 colours. 8)
You are our 9001st visitor.
Challenge Trophies Won:

Offline benny!

  • Senior Member
  • DBF Aficionado
  • ********
  • Posts: 4384
  • Karma: 228
  • in this place forever!
    • View Profile
    • bennyschuetz.com - mycroBlog
Re: [UDG] Printblobs
« Reply #5 on: February 21, 2013 »
Wow ... fantastic scene. Runs really smooth here. Beautiful. Good work!

Scroller + Music would make this a complete and cool intro ;-)
[ mycroBLOG - POUET :: whatever keeps us longing - for another breath of air - is getting rare ]

Challenge Trophies Won:

Offline nuclear

  • Graphics hacker
  • C= 64
  • **
  • Posts: 29
  • Karma: 41
    • View Profile
    • Personal website
Re: [UDG] Printblobs
« Reply #6 on: February 22, 2013 »
Thanks all. Music would be nice sure, but I'm not a big fan of scrollers, find them boring.

Btw try hitting 'b' to remove the 8x8 blocky rendering limitation (i.e. letting the halftone shader do it's work in the original full resolution). I think it looks much better that way. In fact I think by adding 3 more layers of this effect staggered slightly, one for each of the rest of the CMYK colors, will make a nice comicbook printing effect.
Nuclear / Mindlapse & The Lab
Challenge Trophies Won:

Offline mazemaker

  • C= 64
  • **
  • Posts: 28
  • Karma: 11
    • View Profile
Re: [UDG] Printblobs
« Reply #7 on: February 22, 2013 »
Pretty nice, I like the transition in the beginning and I also like the halftone style.

Are the metaballs made out of marching cubes?

Offline nuclear

  • Graphics hacker
  • C= 64
  • **
  • Posts: 29
  • Karma: 41
    • View Profile
    • Personal website
Re: [UDG] Printblobs
« Reply #8 on: February 23, 2013 »
Are the metaballs made out of marching cubes?

Yes, I'm using my marching cubes polygonization library which is included in the code, but also separately available here:  http://nuclear.mutantstargoat.com/sw/metasurf/
Nuclear / Mindlapse & The Lab
Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17393
  • Karma: 498
  • evil/good
    • View Profile
    • My Homepage
Re: [UDG] Printblobs
« Reply #9 on: February 23, 2013 »
That looks rather lovely, going to be tough to beat I think :)
Shockwave ^ Codigos
Challenge Trophies Won:

Offline padman

  • Senior Member
  • Pentium
  • ********
  • Posts: 990
  • Karma: 260
    • View Profile
Re: [UDG] Printblobs
« Reply #10 on: February 24, 2013 »
Really nice scene. Love the color scheme too. I'd also like some music. Anyway, nice entry!  :)
Challenge Trophies Won:

Offline Optimus

  • DBF Aficionado
  • ******
  • Posts: 2456
  • Karma: 128
    • View Profile
    • Optimouse Demo Site
Re: [UDG] Printblobs
« Reply #11 on: February 24, 2013 »
Great effect! Curious to see your rgb comics effect oneday.
Challenge Trophies Won:

Offline Raizor

  • Founder Member
  • Pentium
  • ********
  • Posts: 1153
  • Karma: 174
    • View Profile
Re: [UDG] Printblobs
« Reply #12 on: February 25, 2013 »
I like this a lot Nuclear. I've always had a soft spot for meta-balls and the colours fit very well IMHO. Really enjoyable :) K++
raizor

Challenge Trophies Won:

Offline jace_stknights

  • Amiga 1200
  • ****
  • Posts: 399
  • Karma: 32
  • PEEK & POKE are not MOVEM!
    • View Profile
    • ST Knights WebSite
Re: [UDG] Printblobs
« Reply #13 on: February 26, 2013 »
Cool one.  :D
Challenge Trophies Won:

Offline relsoft

  • DBF Aficionado
  • ******
  • Posts: 3303
  • Karma: 47
    • View Profile
Re: [UDG] Printblobs
« Reply #14 on: February 27, 2013 »
Awesome effect!

 ;D

Challenge Trophies Won:

Offline C3lt1c

  • C= 64
  • **
  • Posts: 77
  • Karma: 26
    • View Profile
Re: [UDG] Printblobs
« Reply #15 on: March 02, 2013 »
Realy nice stuff! I like the 2 color Bloby's :)

Cheers C3lt1c
OLD SCHOOL ROCKZZZ