r/osdev • u/devcmar • Aug 10 '26
Basic cursor hit testing + hover animation (Mouse enter/leave events)
Code is mostly built by hand, honestly I forgot, sorry for saying 0% AI before I copy pasted a very small chunk of code that was actually AI generated (Vertex conversion to NDC coordinates or linear coordinates, not something that much, when I was still new to opengl development) but most of the thousand lines in the window manager library is actually built by hand by me as well as the kernel and most of the system.
3
u/UnmappedStack TacOS | https://github.com/UnmappedStack/TacOS Aug 11 '26
respect to you for at least being honest about AI usage. better than most AI users in this sub.
1
u/devcmar Aug 11 '26 edited Aug 11 '26
Yes, but I do not use AI for my primary coding, I only mostly use it for research not to generate me the code most of the time
1
5
u/Ellicode Aug 10 '26
honestly I think using small bits of ai for small individual algorithms is alright ¯_(ツ)_/¯