Log In  

Comic 128x384px example using P8scii One-off chars

A vertical comic strip three fullscreens tall
An example for the gfx method and spritesheet-to-p8scii string converter described here:
https://www.lexaloffle.com/bbs/?tid=49901

Cart #comic1offx3-0 | 2022-10-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Please note, in this example the 3 screens are gradually less optimised for this method:

  • screen 1 at the top has been cleaned up of most stray pixels and recoloured manually in some parts;
  • screen 2 in the middle has a few minimal edits;
  • screen 3 raw image, not optimised, a few colours but stray pixels increase the char count.
P#119571 2022-10-26 00:06

Hi @Heracleum:

Interesting what you are doing here !

Could you please though make it like a comic reader, so you can use the arrow keys UP and DOWN to scroll and view the comic ?

P#119575 2022-10-26 02:16
1

where'd the comic come from?

P#119805 2022-10-29 02:05

Good idea and graphics!

P#119819 2022-10-29 09:51
1

@copperTones
> where'd the comic come from?

Oops you're right, credits:
https://www.kevinandkell.com/2009/kk0315.html
(I simply googled for vertical comic strip and this one seemed perfect for the example)


Also in the source I see I forgot a tab full of useless code.
The only necessary lines are (except scr with all the data):

function _draw()
    cls()
    ?scr,0,-128+sin(time()/30)*127
end
P#119825 2022-10-29 14:54 ( Edited 2022-10-29 14:59)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-20 03:10:54 | 0.047s | Q:21