Welcome, Guest. Please login or register.


Author Topic: Dither256b (Read 22298 times)

Offline g0blinish

  • EP fan
  • *
  • Posts: 110
Dither256b
« on: 2017.April.24. 17:28:50 »
ye olde algo xD

Online geco

  • EP addict
  • *
  • Posts: 7113
  • Country: hu
    • Támogató Támogató
Re: Dither256b
« Reply #1 on: 2017.April.24. 19:18:12 »
Looks cool, tomorrow i will download it and watch on emulator also :-)

Offline gflorez

  • EP addict
  • *
  • Posts: 3610
  • Country: es
    • Támogató Támogató
Re: Dither256b
« Reply #2 on: 2017.April.24. 20:03:58 »
Very good effect!

Thanks.

Offline g0blinish

  • EP fan
  • *
  • Posts: 110
Re: Dither256b
« Reply #3 on: 2017.April.24. 21:13:26 »
I think some values for LPT must be fixed:
C000: character map
C400: font data ($C400/128 = $188)

Offline g0blinish

  • EP fan
  • *
  • Posts: 110
Re: Dither256b
« Reply #4 on: 2017.April.25. 06:36:56 »
fixed&improoved

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14733
  • Country: hu
    • http://enterprise.iko.hu/
Re: Dither256b
« Reply #5 on: 2017.April.25. 07:56:34 »
One hint: if you use EXOS LPT then you can use 27 character lines + status line = 28 total lines.

Offline endi

  • EP addict
  • *
  • Posts: 7298
  • Country: hu
  • grafikus, játékfejlesztõ, programozás, scifi, tudományok, vallás
    • Honlapom
Re: Dither256b
« Reply #6 on: 2017.April.25. 09:42:47 »
cool effect. I use this in my demo, but with rotating dots: https://youtu.be/5Eg14WLJmEk?t=329
try it with mixing this shade effect with some rotating.
Vigyázat! Szektás vagyok! :)

Offline g0blinish

  • EP fan
  • *
  • Posts: 110
Re: Dither256b
« Reply #7 on: 2017.April.25. 09:46:28 »
Same effect with Ork used at ZX Spectrum at demo what name I forgot. I am afraid tile data over 256 bytes.

Offline g0blinish

  • EP fan
  • *
  • Posts: 110
Re: Dither256b
« Reply #8 on: 2017.April.25. 09:52:04 »
And I used same effect:
http://www.pouet.net/prod.php?which=68499

(caution:some boobs at screen)

Offline SlashNet

  • EP addict
  • *
  • Posts: 1208
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Dither256b
« Reply #9 on: 2017.April.25. 20:06:31 »
https://youtu.be/5TcsC1cVDoQ

dith256.com - 237 bytes
One minute of dith256.avi for YouTube - 1 665 778 644 bytes
:lol:

Online geco

  • EP addict
  • *
  • Posts: 7113
  • Country: hu
    • Támogató Támogató
Re: Dither256b
« Reply #10 on: 2017.April.26. 13:14:23 »
If you have time, you can try it with 4 colour character mode with half horizontal resolution also, I think it would be also very impressive :)

Offline endi

  • EP addict
  • *
  • Posts: 7298
  • Country: hu
  • grafikus, játékfejlesztõ, programozás, scifi, tudományok, vallás
    • Honlapom
Re: Dither256b
« Reply #11 on: 2017.April.26. 13:45:14 »
If you have time, you can try it with 4 colour character mode with half horizontal resolution also, I think it would be also very impressive :)

yes! and you can use GraCha editor for drawing the characters.
but not only 4 colors, 2*4!
Vigyázat! Szektás vagyok! :)

Offline IstvanV

  • EP addict
  • *
  • Posts: 4822
Re: Dither256b
« Reply #12 on: 2017.April.26. 14:28:56 »
If you have time, you can try it with 4 colour character mode with half horizontal resolution also, I think it would be also very impressive :)

[ Guests cannot view attachments ]
[ Guests cannot view attachments ]

Online geco

  • EP addict
  • *
  • Posts: 7113
  • Country: hu
    • Támogató Támogató
Re: Dither256b
« Reply #13 on: 2017.April.26. 14:53:46 »

Online geco

  • EP addict
  • *
  • Posts: 7113
  • Country: hu
    • Támogató Támogató
Re: Dither256b
« Reply #14 on: 2017.April.26. 14:55:06 »
fixed&improoved
One hint for getting bit more CPU and speed, if you set port 0bfh to 0ch then waits are eliminated :)