bones-ai / odin-mnist-nn

A MNIST neural network written from scratch in Odin, visualised with Raylib
MIT License
158 stars 11 forks source link

I did stuff #2

Open dotbmp opened 1 month ago

dotbmp commented 1 month ago
bones-ai commented 1 month ago

Hey, thanks for the PR, i recently discovered raylib already has a free camera that works with the inputs, i've implemented that in the latest commit,

also i think the the "corner pixel" issue isn't fixed yet, the top left pixel is now always enabled, i'll have to look into that issue at some point