GithubHelp home page GithubHelp logo

aleios / gw2-cursoroverride Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 75 KB

ArcDps addon to override the default mouse cursors for GW2

License: MIT License

CMake 0.28% C++ 3.24% C 96.47%
arcdps guildwars2 gw2 gw2-api guildwars2-api

gw2-cursoroverride's Introduction

= GW2 Cursor Override =

This is a basic dynamic library to be loaded by arcdps that overrides the default mouse cursors with a custom image.

Works as an alternative to things like YoloMouse (limited in comparison). Primarily made it for use under WINE on Linux.

Currently just looks for a file named cursor.png next to GW2-64.exe to use as the cursor.

== Compile Instructions ==

Build generated by Cmake. Suggest compilation via the MSVC toolchain.

== Hooked WIN32 Events ==

  • SetCursor

  • SetClassLongPtrA

  • SetClassLongPtrW

  • WM_SETCURSOR

Build example:

Arch Linux

If using the MSVC toolchain via WINE. Recommend using this package on Arch AUR: https://aur.archlinux.org/packages/msvc-wine-git

mkdir build && cd build

cmake -DCMAKE_TOOLCHAIN_FILE=/opt/msvc/cmake/toolchain-x64.cmake -DCMAKE_BUILD_TYPE=Release ..

make

There's also a toolchain file in the repo for mingw64 cross compilation. This is not guaranteed to work anymore.

gw2-cursoroverride's People

Contributors

aleios avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gw2-cursoroverride's Issues

Possible to give suggestion on how to build please?

Hello - is it possible you could give any hints on how to compile this project? It's exactly what I need.

I've tried using msvc-x64-cmake package on Arch but I'm not familiar with it and am getting errors. Any advice would be really appreciated. This is the last thing I need to 100% move to GW2 on Linux...

Support for animated cursor?

Back in the days of YoloMouse, I had made an animated cursor that flashed different colours to make it even easier to see. Is this function supported here? Any clue on where to look in the source code to implement it?

The cursors would just need to be 2 images alternating every T given time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.