HellMood information 4196 glöps
- general:
- level: user
- personal:
- portals:
- demozoo: profile
- cdcs:
- cdc #1: Crystal Dream 2 by Triton
- cdc #2: Hydrokinetics by Prismbeings
- cdc #3: Overdrive 2 by Titan [web]
- cdc #4: Way Too Rude by Logicoma [web] & Loonies [web]
- cdc #5: There by Still [web]
- cdc #6: Sojourn of the Soul by Flex
- cdc #7: Hexer by LJ
- 64k Windows RSHJB by Inque [web]
- !
- rulezadded on the 2019-04-20 22:54:33
- demo PICO-8 Venga Boi by 5711 [web]
- \o/
- rulezadded on the 2019-04-17 21:15:06
- demo PICO-8 rock for metal by Jumalauta [web]
- nice! =)
- rulezadded on the 2019-04-17 20:33:43
- 32b MS-Dos dragon fade
- Just a heads up, it's possible to zoom-animate (not just fade) these types of IFS fractals in 64 bytes, while the smallest still image IFS fractal is now 16 bytes. You can find both in the leafpack.
- isokadded on the 2019-04-13 09:56:59
- 1k Commodore 64 Rotazoomer by Busysoft
- missing thumb ^^
- rulezadded on the 2019-04-11 10:59:07
- 64b MS-Dos noint10h by Desire [web]
- ...carryflag is CLEARED twice per frame ^^
Additional note: when doing really small intros (8b - 32b) i almost always left out time sync completely, so in the places where i could have used HLT i just spared the byte ;) - isokadded on the 2019-03-24 13:19:18
- 64b MS-Dos noint10h by Desire [web]
- @TomCat, used it recenty in loadbar and back then for the wiki article showcase for PC speaker output. I know it since i started coding because it appears as bright green in this overview which of course caught my attention ;) There are several reasons not to use HLT though. In a normal display loop with "stosb" you don't get a notification of a frame end, you have to check for yourself (test + jnz = 4 bytes). Then you need place for a framecounter (reg/mem) and you have to increment it (inc = 1/2 bytes). Also, if you're unlucky, you get 9.1 FPS instead of 18.2 because the last timer interrupt is just over :D Here, the carryflag is set twice per frame, so it's already down to 9.1 FPS but i figured this time it's okay ;) All these problems don't occur when just using the 0x46C way. HLT + framecounter produces clean frames (no value changes midframe) but i found that pseudorandomizing the screen location worked well as workaround and even stands out as a stylistic effect (+3 bytes, see lucy). So, yeah, i'm not using it much. I'm retrying from time to time to make it work though ;)
- isokadded on the 2019-03-24 13:03:35
- 256b invitation MS-Dos you can! by Sensenstahl

- rulezadded on the 2019-03-23 16:42:49
- 64b MS-Dos into a new era by Desire [web]
- The tricks from m8trix and recently noint10h made it possible to create a textmode version which is even smaller :
45 bytes
download

https://i.imgur.com/ygqaICm.gif - isokadded on the 2019-03-23 16:12:30
- 64b MS-Dos noint10h by Desire [web]
- youtube =)
- isokadded on the 2019-03-23 00:31:45
account created on the 2013-10-21 16:56:56
