ChatGPT.c Part 3: Word-Wrap and Message List Scrolling

Опубликовано: 17 Март 2026
на канале: Unconventional Coding
315
8

Today I implement text scrolling and word-wrap in C with Raylib for my ChatGPT Clone in C project (Part 3)

GitHub: https://github.com/unconv/chatgpt-c

Support: https://buymeacoffee.com/unconv
Consultations: https://www.buymeacoffee.com/unconv/e...
Memberships: https://www.buymeacoffee.com/unconv/m...

PART 1:    • I watched @TsodingDaily and now I'm an exp...  
PART 2:    • Using ChatGPT API in C with cURL and cJSON...  
PART 3: [THIS VIDEO]

00:00 Intro
02:25 Implementing Scrolling
13:51 Implementing Text-Wrap
31:02 Implementing Word-Wrap
44:14 Fix UI gap