Skip to content

Instantly share code, notes, and snippets.

pkgname=mingw-w64-opencl-clhpp
pkgver=2026.05.29
pkgrel=1
pkgdesc="OpenCL (Open Computing Language) C++ header files (mingw-w64)"
arch=(any)
url="https://github.com/KhronosGroup/OpenCL-CLHPP"
groups=("mingw-w64-vulkan-devel")
license=('Apache-2.0')
makedepends=(mingw-w64-cmake)
depends=(mingw-w64-opencl-headers)
@opekope2
opekope2 / Space Engineers Plugin Loader Linux.md
Last active September 10, 2025 04:54
Run Space Engineers with Plugin Loader on Linux

Run Space Engineers with Plugin Loader on Linux - New Method

Adapted from @GangolfOvaert's comment.

  1. Download the latest Space Engineers Launcher into the Bin64 folder of the game
  2. Set Space Engineers launch options in Steam to bash -c 'exec "${@/%SpaceEngineers.exe/SpaceEngineersLauncher.exe}"' -- %command% (arguments can be added after %command%)
  3. Launch Space Engineers from Steam

This method does not use SpaceEngineersLauncher.py, so downloading it is not required.