Skip to content

Commit

Permalink
Box86/64 and Wine (x86/x64): add link to game compatibility list
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 1, 2023
1 parent d9189f6 commit 67217b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion apps/Box64/description
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ Easily emulate x86_64 linux apps on ARM64.

Box64 lets you run x86_64 Linux programs (such as games) on non-x86_64 Linux systems, like ARM (host system needs to be 64bit little-endian).

Because Box64 uses the native versions of some "system" libraries, like libc, libm, SDL, and OpenGL, it's easy to integrate and use with most applications, and performance can be surprisingly high in many cases.
Because Box64 uses the native versions of some "system" libraries, like libc, libm, SDL, OpenGL, and Vulkan, it's easy to integrate and use with most applications, and performance can be surprisingly high in many cases.

Box86/Box64 Game compatibility list: https://box86.org/app/

To run in a terminal: box64
7 changes: 5 additions & 2 deletions apps/Box86/description
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Easily emulate x86 linux apps on ARM32.

Box86 lets you run x86 Linux programs (such as games) on non-x86 Linux, like ARM (host system needs to be 32bit little-endian).
Because Box86 uses the native versions of some "system" libraries, like libc, libm, SDL and OpenGL, it's easy to integrate and use, and performance can be surprisingly high in some cases.
Box86 now integrates a DynaRec (dynamic recompiler) for the ARM platform, providing a speed boost between 5 to 10 times faster than only using the interpreter.

Because Box86 uses the native versions of some "system" libraries, like libc, libm, SDL, OpenGL, and Vulkan, it's easy to integrate and use, and performance can be surprisingly high in some cases.

Box86/Box64 Game compatibility list: https://box86.org/app/

To run in a terminal: box86
2 changes: 2 additions & 0 deletions apps/Wine (x64)/description
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Note: This mode is experimental in Wine and Box64 support for x86 code still nee
Note: the applications installed with wine will appear under the wine category in the main menu, and they will stay there even after uninstalling wine.

Need support with running a game or app with wine and box64? Ask it on the Pi Labs Discord: https://discord.gg/JKNQXprqUd

Box86/Box64 Game compatibility list: https://box86.org/app/
2 changes: 2 additions & 0 deletions apps/Wine (x86)/description
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ Not all Windows applications will work under Wine. It's a good idea to check onl
Note: the applications installed with wine will appear under the wine category in the main menu, and they will stay there even after uninstalling wine.

Need support with running a game or app with wine and box86? Ask it on the Pi Labs Discord: https://discord.gg/JKNQXprqUd

Box86/Box64 Game compatibility list: https://box86.org/app/

0 comments on commit 67217b5

Please sign in to comment.