Wiki » History » Version 5
James Bryant, 06/02/2020 11:08 AM
1 | 5 | James Bryant | h1. About Boxedwine |
---|---|---|---|
2 | |||
3 | 2 | James Bryant | Boxedwine is an emulator that runs Windows applications. It achieves this by running an unmodified 32-bit version of "Wine":https://www.winehq.org/, and emulating the Linux kernel and CPU. It is written in C++ with SDL and is supported on multiple platforms. |
4 | |||
5 | Boxedwine is open source and released under the terms of the GNU General Public License v2 (GPL). |
||
6 | |||
7 | Features |
||
8 | |||
9 | * Runs 16-bit Windows applications |
||
10 | * Runs 32-bit Windows applications |
||
11 | * Runs in a browser with Emscripten (wasm and asm.js) |
||
12 | * Runs on Windows, Mac and Linux |
||
13 | 3 | James Bryant | |
14 | 4 | James Bryant | h1. Documentation |
15 | |||
16 | [[Users]] |
||
17 | * [[Troubleshooting]] |
||
18 | |||
19 | [[Developers]] |
||
20 | * [[Build Boxedwine]] |
||
21 | * [[Debug]] |
||
22 | * [[Build Wine]] |
||
23 | * [[Build Status]] |