Replies: 3 comments 5 replies
-
To force CRT filter pls use Line 2022 in 61b6515 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a group of us demosceners using the TIC80 for sizecoding tiny programs in <256 or <128 byte TIC files....
This is a whole subculture doing this for various platforms. This is because TIC80 is more suitable for sizecoding than say a PICO-8 and therefore could be a driver of cool demonstration programs for the TIC80
Something that is really holding us back:
loading a TIC file without filled palette chunk will revert to pre 0.8 palette/waveforms, that is quite unusable for direct color access without wasting bytes/chars on color-index remapping... same for waveforms being initialised at random.. a single byte in the TIC file format for legacy <0.8 defaults (=default/0 value) and 0.8 defaults (value=1) would be perfect.. most of the sizecoded small <256byte TIC files only have a (compressed) code chunk +4b chunkheader and nothing else to go with
a special demoscene category with finished/competitive demos and intros on tic80.com / surf would be icing on the cake.. right now we have a list at pouet https://www.pouet.net/prodlist.php?platform%5B%5D=TIC-80&page=1 that will grow considerably over the next few months with dedicated TIC80 intro competitions
a commandline option for forcing crt filter (F6) upon startup
Point 1 and 3 should be relatively easy to implement
Beta Was this translation helpful? Give feedback.
All reactions