Custom Client

feature_img

The Selene client is a fully custom client built from the ground up using Rust and OpenGL. The primary motivation behind writing an entirely custom client is to fix the instability of the vanilla Maple client mostly due to its age. However, there are a number of other benefits from writing a custom client, namely native cross platform support, bug fixes, and custom features. While some other developers have accomplished some of these via client hacks, there's only so much that's possible without having access to the real source code. ![Selene client full HD](https://i.imgur.com/6B7fEHh.png)

Back