Using your Galaxy Note device as a tablet for osu!

September 19, 2016 — by aixxe

The debate of 'best pointing input method' in osu! is one that rages on to this day with no end in sight. Some players prefer a graphics tablet while others use a mouse and let's not forget the few touchscreen users. When I first started playing with only a mouse at my disposal I wanted to try the alternatives at least once, but the closest I had to a tablet was my Galaxy Note 3 and that's exactly what this post is all about.



Loading, unloading & reloading shared libraries

September 10, 2016 — by aixxe

Recently I've been working on various projects for different Source games, all of which are loaded into the game process as a shared library. Everything works well, apart from when any changes need to be made to the code. Up until now I've been restarting the game every time I changed even a single line, simply because I wasn't sure how to unload the library. Fortunately, this is no longer an issue.