Make a GUI Task Management App in pure C (no bloat required)

preview_player
Показать описание
I'm gonna show you how you can make a fully featured UI Task Management
application in pure C with libleif for the UI frontend.

This project will certainly look great on any portfolio :)

Рекомендации по теме
Комментарии
Автор

> pure C, no bloat
> let’s install 5 libraries

mattmurphy
Автор

I've been a C programmer for about 5 years now, and I didn't know you could do something like this! I learn something new about programming every single day, haha. It's good.

konstantinrebrov
Автор

These are the kind of videos that teach you how a professional thinks.

friedrichmyers
Автор

Why do I always watch videos that make me feel bad about my current skillset, apparently you're like 8-9 years younger than me and can already do like way more than I ever could lol

bruder, you will do great in life.

venilc
Автор

Man I wish I was this efficient. I wasn't a vim beleiver but now it's on my list of things to learn.

zephaniahqamer
Автор

Nice, subbed

Please keep making vids like these, nice thumbnail, no bloat, just good stuff, with a nice topic

Zeni-th.
Автор

This is great! I studied C so hard in university and wanted to build something

fuzzy-
Автор

dude this type of content looks awesome (as well as the whole video, from going thru it a bit) i will definitely sit down and watch this when i got the time

Spiderfffun
Автор

22:58 It seems a useful feature to this would be something like a mode where the cursor moves right to left. But probably it is easier said than done.

jorgegomes
Автор

Adding your channel to the "need to watch every video of this guy" playlist. Will come back here soon

olgierd
Автор

amazing man!, loved your setup and neovim and the UI of the app is really cool 🤟

vipulkumar
Автор

Probably one of the best coding videos made. Using nvim (nvchad too!), explaining everything, mostly unedited, using arch linux, and coding in C. Subscribed.

flopsik
Автор

"no bloat" - OS, window manager, opengl, glfw, cglm, fonts, even C
you need to write your own ToDo OS
in riscv asm (because x86-64 asm is bloated)

nyvyme
Автор

How did you configure autocompletion on your neovim dotfiles so that it actually complete things like GLFW functions? I have been trying to do that for months and can't find a way for it to work. Mine only suggests completions with texts that are already in the file.

AAAA
Автор

I thought it's tsoding video, but then "lets install five libraries" happened :/

chat
Автор

what is that ide you are using im new in programing i learned c and i look at this video and its fire

davdtv
Автор

Lo que me gusta de esta librería es que puedes manejar la UI como si fuera css.

hbiblia
Автор

Can you make a video about your development environment?
Your working environment is clean❤

lav-ma
Автор

This guy Codes, with capital C.
Beautiful setup btw.

edelkebap
Автор

apart from the fact 5 libs were installed, youth should learn C instead of web dev frameworks
procedural programming is all you need; anything more is an excess that you don't need

MachinesTakingOverTheWorld