This website requires JavaScript.
Explore
Help
Sign In
public-backup
/
Boxedwine
Watch
1
Star
0
Fork
0
You've already forked Boxedwine
mirror of
https://github.com/danoon2/Boxedwine.git
synced
2025-12-05 18:46:44 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Boxedwine
/
lib
History
James Bryant
7784e2ff18
work on fixing warning
2025-02-28 17:09:52 -08:00
..
directx
/lib
UI: Just playing with some ideas for high dpi awareness and DirectX 9
2020-04-23 10:54:10 -07:00
glew
work on fixing warning
2025-02-28 17:09:52 -08:00
imgui
work on fixing warning
2025-02-28 17:09:52 -08:00
mesa
another attempt at vulkan. Updated vk.xml to version 1.3.296 to match wine. This initial pass handles parsing and generating most of the marshaling code. There are about 20 vulkan calls that have place holders and will crash if called but at least they are stubbed now instead of reporting to wine they don't exist. My previous attempt at vulkan could run vkQuake with some clipping issues. I'm amazed it ran at all considering at the time I didn't marshal structures correctly from the 32-bit Linux emulated environment to the host. For instance, 64-bit values in a struct need to be aligned on an 8 byte boundry on Windows, but in 32-bit Linux, it aligns on a 4 byte boundry, so I need to change the memory layout (padding) when marshaling some structures.
2024-12-29 09:59:21 -08:00
pugixml
UI: more work on demos and scaling. Files/Demo file will now use xml.
2020-04-21 17:16:11 -07:00
rtmidi
x11 emulation: I think I finally got the sound working as well as it did before with midi on windows and mac. The nice part is that I no longer have any custom audio code in Wine, I'm using the stock wineoss.drv.
2024-10-01 17:35:30 -07:00
sdl1
This is an experiment in using c++. It will run notepad if wineboot is disabled and not much else. Signals don't work yet. The release build doesn't run with optimizations (probably stack overwrite bug somewhere). Linux/Emscripten build doesn't work yet. It is 2-3x slower.
2018-05-30 21:50:11 +00:00
sdl2
windows arm64 build passes unit tests and automation. I ran this using parallels on an mac mini. For non 3d stuff it works well.
2025-01-08 20:08:59 -08:00
simde
simde modification/hack to make it work with boxedwine
2024-07-09 10:11:51 -07:00
softfloat
fixed some softfloat warnings and removed frame buffer and native page types, they will now map their memory using the normal rw ram page and use the new ram indexing to map the native ram to emulated ram.
2025-02-11 18:09:58 -08:00
tiny-process
I removed Poco and replace the download code with a native Windows API and libCurl
2023-05-04 19:34:56 -07:00
zlib
work on fixing warning
2025-02-28 17:09:52 -08:00