About me
Reşit Kaya.
This is a personal blog about what I learn and want to share about mathematics and programming.
Background
Hello, I'm Resit! I studied mathematics at Hacettepe University. I enjoy working in areas where I can apply that background, and so far I've been working as a game developer using Unity and C#.
Current focus
I'm currently trying to expand my knowledge on the technical side of things.
In general I have been learning about computer architecture and operating systems and I messed around with RISC-V assembly, using SIMD with C and also parallelizing things with OpenMP directives. I implemented some parts of an MNIST classifier with RISC-V assembly and a convolution engine using SIMD in C. You can find the related code in my GitHub repos.
On the Unity side of things I wanted to experience ECS and Burst so I implemented a few steering behaviors with ECS/Burst jobs to simulate around 100K agents moving around.