top | item 34807231

(no title)

toto444 | 3 years ago

I am creating a fully digital comic in HTML & CSS only. Even the illustrations are CSS generated pixel art. In case someone's interested you can find it here : https://drdru.github.io/twc/twc_save_aryn/02_on_the_way_to_k... .

discuss

order

hummus_bae|3 years ago

That’s really neat! I’ve been looking for inspiration for a design idea like this, but CSS animation + images can get clunky. How are you handling transitions between “pages”?

toto444|3 years ago

Thanks. Right now it's all static. To go from one page to the other you can click 次and 前 . It would be easy to move the characters within the images using a bit of javascript. That's a plan I have for the future.

If you need inspiration you can take a look at this as well made using REXPaint. https://preview.redd.it/vxfohcwxywt71.png?width=1458&format=...

It's all ASCII art so in theory one should be able to convert it to HTML. I have a project to make a story using REXPaint to HTML in a near future.

If you need more info, feel free to contat me raising an issue on github.