Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Mnist neural network visualization written from scratch in Odin and Raylib. repo: I'm still new to Odin so if you see a way to imporve something, let me know :)

97,798 Aufrufe • vor 1 Jahr •via X (Twitter)

11 Kommentare

Profilbild von gingerBill
gingerBillvor 1 Jahr

I've just added some general improvements to an issue: This is just amazing in general though!!!!

Profilbild von Bones
Bonesvor 1 Jahr

Thanks for that :)

Profilbild von gingerBill
gingerBillvor 1 Jahr

Don't use `sort.quick_sort_proc` but rather use `slice.sort_proc`. I'll add a deprecation attribution on that.

Profilbild von minami
minamivor 1 Jahr

bro says new to Odin and made this, gigachad humble king jokes aside love it man, I'll go through the codebase for sure I'll say add the license to this repo, I asked Claude to create one for you so that the college guy doesn't copy it again

Profilbild von Bones
Bonesvor 1 Jahr

Thanks for reminding, added a mit license

Profilbild von ludwig
ludwigvor 1 Jahr

this is surprsingly readable, even the viz.odin... interesting

Profilbild von Bones
Bonesvor 1 Jahr

thats one of the reasons why I love Odin, the viz is still a bit messy though

Profilbild von Jakub Tomšů
Jakub Tomšůvor 1 Jahr

returning error boolean is a bit silly, it's standard to return (ok: bool) which then lets you do or_return and or_else everywhere etc

Profilbild von Bones
Bonesvor 1 Jahr

that's good to know, thanks for pointing that out

Profilbild von gingerBill
gingerBillvor 1 Jahr

For `ui_checkbox`, I'd just return a boolean and not take a callback whatsoever. if ui_checkbox(...) { /* same code as the previous callback */ }

Profilbild von Bones
Bonesvor 1 Jahr

yup, that looks much better than passing a proc

Ähnliche Videos