Тёмный

3D ASCII with Colors 

Tsoding Daily
Подписаться 127 тыс.
Просмотров 17 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@turolretar
@turolretar Год назад
This is why I’ll be using templeOS
@chromosundrift
@chromosundrift Год назад
2023 is the year of TempleOS on the desktop
@zsobraal
@zsobraal Год назад
I believe there's a slight bug in the color mapping in the distance function using HSL, because hue is cyclic for instance, the distance between hsl(359, 100, 50) and hsl(0, 100, 50) should be 1^2, but is calculated as 359^2 this probably only means that the closest match for reddish colors are slightly worse than for other colors (the second best match is selected), so the image looks fine, but you'll probably get better reds fixing this. Also, the fact that H has a bigger maximum size to S and L might answer why you didn't have to tinker with multipliers on the distance function to get a nice result
@redpepper74
@redpepper74 Год назад
terminal graphics are always fun, even if i fell asleep the first time I tried to watch this through lmao
@movization
@movization Год назад
My favourite bedtime story so far :)
@ayoodawg1104
@ayoodawg1104 Год назад
+
@schlopping
@schlopping Год назад
wtf I thought I was the only one using these videos as white noise when I sleep
@kech-agmaio8620
@kech-agmaio8620 Год назад
He hit the nail on the spot where the nail is supposed to be hit when he said 2023 would be worse than 2022
@MiroslavPopov
@MiroslavPopov Год назад
Tsoding, you may try to render your camera in the terminal. Let's say every second.
@L1Q
@L1Q Год назад
Since terminal colors are applicable to both text and the background, imagine the "dithering" technique to make it even more detailed
@uwuzote
@uwuzote Год назад
Alacritty works great with true color RGB - i tested
@__hannibaalbarca__
@__hannibaalbarca__ Год назад
I like your way to code; I make these tools(handle formated text) by my self.
@speedyfox9080
@speedyfox9080 Год назад
Am I the only one who watches Tsoding videos while studying? Something about watching other people be productive just makes me focus...
@cheerwizard21
@cheerwizard21 Год назад
True, me too 🧐
@L1Q
@L1Q Год назад
There should be a way to detect current terminal size and adjust the scaling so the image fits every time
Год назад
try floyd-steinberg dithering, it may look better but i’m not sure if it’ll work well with such big “pixels”
@mishaerementchouk
@mishaerementchouk Год назад
I guess, the reason why the RGB version didn't work was because \e[38 sets the foreground color. Consequently, the code printed spaces of different colors on the default background, hence nothing. The suckless terminal is claimed to support true colors, so if anything but space was printed or if \e[48 was used, the terminal should've shown the palette.
@Vulto166
@Vulto166 Год назад
Aboba!
@iippari7
@iippari7 Год назад
Your terminal probably supports RGB colours, too - you could use this to skip the mapping step completely: en.wikipedia.org/wiki/ANSI_escape_code#24-bit
@semninrussia
@semninrussia Год назад
It's boring
@k1lluachan
@k1lluachan Год назад
now make doom for terminal 😆
@yogurtColombiano
@yogurtColombiano Год назад
Best C book? Internet
@BboyKeny
@BboyKeny Год назад
Now I'm interested in making a terminal game 😅
@ShanyGolan
@ShanyGolan Год назад
02.12.2022 LOL
@aciddev_
@aciddev_ Год назад
tsoding build time machine and moved to end of 2022 to stream this and moved back to upload now
@ShanyGolan
@ShanyGolan Год назад
Let's goo!
@BlackneeedWasHere
@BlackneeedWasHere 5 месяцев назад
I think the problem with ansi was that u used fg (38;2) not bg (48;2) and rgb didnt work becuse space has no fg content
@holaasd9259
@holaasd9259 Год назад
Yeah timesteps!
@morra82
@morra82 Год назад
A bit late to the party but i feel like the true color didn't work because it had 38 as a code and that's for the foreground, printing a space had nothing to color
@sircalvin
@sircalvin Год назад
yeah st's page said it supports truecolor
@fish_with_head_1
@fish_with_head_1 Год назад
Сложно
@dubble_cuppachino
@dubble_cuppachino Год назад
2:13 ohhhh I know that one. That's EXACTLY how the TypeScript Language server renders `\x1b[`. It's the Control Sequence Introducer. EDIT: lol 5 seconds later you figured it out. EDIT 2: 12:19 that's a great idea.
@thenwhoami
@thenwhoami 6 месяцев назад
AWK!
@ruiuniver4
@ruiuniver4 Год назад
what is ur monitor size?
@rabbitzzzz7781
@rabbitzzzz7781 Год назад
whats the discord link?
@Narblo
@Narblo Год назад
Hello what????
@brissance
@brissance 9 месяцев назад
oh mygod you can understand math damn .i cannot. i am unsubscribing you too difficult videos.
@dickpiano1802
@dickpiano1802 Год назад
You have 1 problem. You use regexes. Now you have 2 problems.
@rogo7330
@rogo7330 Год назад
almost 3 hours, holy shit. Thank you, TimeSpenderoding!
Далее
Weird Parts of C you probably never heard of...
38:06
C is Just Better than Bash
1:07:17
Просмотров 32 тыс.
Это ваши Патрики ?
00:33
Просмотров 30 тыс.
Coding Challenge 166: ASCII Text Images
22:42
Просмотров 1,1 млн
SQL IN clauses are miles faster in Postgres 17
22:22
ASCII-art Techniques & Animation Tutorial - Part 1
1:03:22
You don't need Generics in C
1:37:38
Просмотров 62 тыс.
Fixing Pixelated Images with C
2:14:16
Просмотров 14 тыс.
I ported all my Graphics to Terminal (Olive.c Ep.09)
1:07:35