Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Bucklespring for Windows #68

Open
vipulgupta2048 opened this issue May 11, 2018 · 8 comments
Open

Fixing Bucklespring for Windows #68

vipulgupta2048 opened this issue May 11, 2018 · 8 comments

Comments

@vipulgupta2048
Copy link

vipulgupta2048 commented May 11, 2018

Hi @zevv, First of all, I love Bucklesping and I am willing to try and fix it for Windows. Like you I too, don't know much about Windows and its development. All my development goes on Linux too. So if you can help me get started then I can probably get it fixed.

  • What is broken?
  • Any fixes you have in mind?
  • What all should I learn?
  • A little about the code you already wrote?

Also, I have taken this on as a project at my college so if this doesn't work out. I might find another way of making the same thing and packaging it in .exe

@zevv
Copy link
Owner

zevv commented May 11, 2018 via email

@Kamek437
Copy link

Necro. I wish this worked on windows. All the other alternatives are waaaay to heavy on resources for me. I don't want to run a full electron instance just for keyboard sounds. I know it's nota high priority but would love to use it on windows. Got used to it on my NixOS box.

@KreaeTerra
Copy link

Yeah I'd hate to necro but this used to be my favorite mostly because of the directional keypress audio other similar software seems to lack. Wish someone could fix it.

@jalbarl
Copy link

jalbarl commented Jun 9, 2024

I recently built bucklespring on Windows using VS Build Tools 2022 (32-bit: openal-soft-1.23.1 official binaries + alure-1.2 official binaries; 64-bit: openal-soft-1.23.1 official binaries + alure-1.x latest branch) and I am not experiencing any crashes, missing sound or odd behavior.

I had some build struggles due to the missing getopt library and I had to create my own Makefile, but otherwise it seems to Just Work™.

@Kamek437
Copy link

Creating your own makefiles isn't "just works".

@jalbarl
Copy link

jalbarl commented Jul 30, 2024

Creating your own makefiles isn't "just works".

That was only needed in my specific setup, because I wanted to build bucklespring using the Microsoft tools.

The existing Makefile should work as advertised under MinGW/MSYS2. And the Windows-specific bug might no longer be an issue when using the latest library versions.

@RezaTaheri01
Copy link

RezaTaheri01 commented Aug 9, 2024

I created a similar project using Python with the same functionality for Windows. Feel free to try it out :)

@Kamek437
Copy link

Awesome thanks man! Will definitely check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants