Post B6MDQooOKaJhCql9xA by andnull@social.nouveau.community
(DIR) More posts by andnull@social.nouveau.community
(DIR) Post #B6MDQoZrCcgsTlxYIa by andnull@social.nouveau.community
0 likes, 0 repeats
🐦⬛💭 "we should try cloning on of those interactive hypertext collaging tool to be indepedent of HTML"
(DIR) Post #B6MDQooOKaJhCql9xA by andnull@social.nouveau.community
0 likes, 0 repeats
This not to say you can't have an HTML native runtime. The browser is quiet apt at being a interactive medium. And, it is a heavy weight system, it doesn't have to be competely bogged down by complex frameqorks when you work with the browser's design rather than brining in inappropriated development practices.
(DIR) Post #B6MDQp4hLxMQ1QOBN2 by andnull@social.nouveau.community
0 likes, 0 repeats
I would probably start from a sort of assembly language that you can then build interpeters for that handle the presentation layer.
(DIR) Post #B6MDQpDungjWU0hXjk by andnull@social.nouveau.community
0 likes, 0 repeats
An example of this would be Adelie's command language (possible also postscript but that is more static type setting)https://wiki.xxiivv.com/site/adelie.html
(DIR) Post #B6MDQpOYA9Ex0zg2JU by andnull@social.nouveau.community
0 likes, 0 repeats
Okay, I think I have accidentally formed a project idea: Edilie and editor for adelie.
(DIR) Post #B6MDQpYTZFBDVmJxmi by neauoire@merveilles.town
0 likes, 0 repeats
@andnull I would use that!!
(DIR) Post #B6MDQuGw1t7U8p9Wdc by andnull@social.nouveau.community
0 likes, 0 repeats
Oh nice, LÖVE supports decoding and encoding TGAs
(DIR) Post #B6ME1qrHgUsEGhltE8 by andnull@social.nouveau.community
0 likes, 0 repeats
@neauoire Quick question, probing around Adelie's source code and TGA's format (and the convert command you have). It looks like you accept true color TGA and just strip the RGBA components layer by layer. And the convert command spits out a type 2 (true color) grayscale TGA. Would it be safe to assume that I can just hand Adelie normal true-color TGAs as long as they are grayscaled?
(DIR) Post #B6ME614JfIb55pqwMK by neauoire@merveilles.town
0 likes, 0 repeats
@andnull yeah, that should be fine. : )