Dragovorn / courier

Dota 2 Discord Rich Presence
MIT License
3 stars 2 forks source link

Rewrite in C++ #14

Open Dragovorn opened 4 years ago

Dragovorn commented 4 years ago

This entire project is going to be rewritten in C++, I'll be making a branch for the rewrite eventually. My objective with this is to use a language that will give me access to lower-level functions, such as memory reading to make implementing other planned features earlier.

This should also help us improve performance and remove some of the jank that comes with our Java implementation.