arnaud-neny / rePlayer

another multi-formats music player
Other
55 stars 4 forks source link

Build for Win 7 32bit #9

Closed Speedvicio closed 1 month ago

Speedvicio commented 12 months ago

If it's not a too complex job, could you create a build compatible with win 7 32bit?

arnaud-neny commented 12 months ago

no, this system is deprecated. And everything is built around x64 and d3d12. Have to handle all the changes and I don't have the hardware, software and time to hande it 😖

9Skrip commented 2 months ago

please implement Direct3D 11 support, if you can, old chiptune enthusiasts still use Win7x64, Imgui works fine in Reaper here

Epictyphlosion commented 2 months ago

Seconded. Plus I feel DX12 is way too much for a simple module player.

I feel taking a look at Furnace's UI code could help. It's based on ImGui and the developer has been adding lots of rendering code as of late which works on legacy machines. It can run on XP 32-bit by the way.

arnaud-neny commented 2 months ago

I'll think about it. I'll need to update some libraries to work on 32 bits and add a proper gfx api wrapper.

Speedvicio commented 2 months ago

I'll think about it. I'll need to update some libraries to work on 32 bits and add a proper gfx api wrapper.

Thx for your interest on this request. SDL2 should be good enough.

9Skrip commented 2 months ago

I'll think about it. I'll need to update some libraries to work on 32 bits and add a proper gfx api wrapper.

This would be wonderful. Thank you for your efforts, Arnaud!

arnaud-neny commented 1 month ago

The win32 runtime is available now to run starting from Windows 7 (not tested properly, just with the Windows 10 compatibility mode). I'm not supporting Windows XP as some system libraries are not available there. If there are issues, please open a new issue.