Skip to content

rePlayer: a "New" player for Windows

Technical discussion about the VGM format, and all the software you need to handle VGM files.

Moderator: Staff

  • replay Offline
  • Posts: 3
  • Joined: 2024-03-11, 11:28:45

rePlayer: a "New" player for Windows

Post by replay »

Hi!

I made my own player for windows and it includes a lot of formats and a lot of backends. It's also allowing you to scrap some websites (such as vgmrips) and build your own local database.
You can find it there as rePlayer

Development is on going so feel free to report any issues or give feedback.

Cheers!
  • User avatar
  • mmontag Offline
  • Posts: 25
  • Joined: 2019-05-16, 8:27:23
  • Location: San Francisco, CA
  • Contact:

Re: rePlayer: a "New" player for Windows

Post by mmontag »

Looks very impressive and very deep. I am not using much Windows these days, but I will bookmark this one.
How do you like working with Dear ImGui?
Listen to VGM ♫ https://chiptune.app (libvgm/VGM 1.71)
  • juan reina Offline
  • Posts: 1
  • Joined: 2023-08-28, 14:45:20

Re: rePlayer: a "New" player for Windows

Post by juan reina »

Hey there, this player sounds bad ass! I would love to use it, but as ImGUI renders no accessibility information to the screen, screen readers like NVDA can't interract with it. If it's possible do you think you can use a UI more friendly to a screen reader? I would love to help in testing how ever I can. :)
  • replay Offline
  • Posts: 3
  • Joined: 2024-03-11, 11:28:45

Re: rePlayer: a "New" player for Windows

Post by replay »

mmontag wrote: 2024-04-16, 2:52:21 Looks very impressive and very deep. I am not using much Windows these days, but I will bookmark this one.
How do you like working with Dear ImGui?
ImGui is very easy to use to write UI, it's just code and you don't have to retain anything (meaning you don't have to write to piece of code to handle the UI then the content).
It's also "portable" so if someone want to use the player on another OS it will have to just wrap some systems (Gfx, file system...).
Post Reply