FutureKreate can run in Linux OS!
Use Steam Play(Proton) to play FutureKreate on Linux!


Installation for FutureKreate in Linux
FutureKreate Dev Team enviroment is Lenovo Legion 7i, Geforce RTX 2070 with Max-Q design, intel core i7, Ubuntu 20.04 LTS. We used the nvidia 470 graphics driver.
Steam Installation
1. Install the 32 bit packages. Steam Client can only work in 32 bit mode.
$sudo dpkg --add-architecture i386
$sudo add-apt-repository multiverse
$sudo apt update
$sudo apt install libnvidia-gl-470:i386
2. Install steam-devices and steam.
$ sudo apt install steam steam-devices
$ sudo apt remove steam
3. Reinstall steam from website.
Access https://store.steampowered.com/about/ from your browser(firefox), and download the latest steam client.
$ sudo apt install ~/Downloads/steam*.deb
4. SteamOS-Ubuntu Install
We are going to install SteamOS on Ubuntu.
$cd ~/
$git clone https://github.com/ShadowApex/steamos-ubuntu
after that, replace this line:
INCLUDE_GPU_DRIVERS="${INCLUDE_GPU_DRIVERS:-true}"
to :
INCLUDE_GPU_DRIVERS="false"
Also, replace this:
wget "http://repo.steamstatic.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_${STEAMOS_COMPOSITOR_VER}.deb"
wget "http://repo.steamstatic.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${STEAMOS_MODESWITCH_VER}.deb"
wget "http://repo.steamstatic.com/steamos/pool/main/p/plymouth-themes-steamos/plymouth-themes-steamos_${STEAMOS_PLYMOUTH_VER}.deb"
to :
wget "http://repo.steampowered.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_${STEAMOS_COMPOSITOR_VER}.deb"
wget "http://repo.steampowered.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${STEAMOS_MODESWITCH_VER}.deb"
wget "http://repo.steampowered.com/steamos/pool/main/p/plymouth-themes-steamos/plymouth-themes-steamos_${STEAMOS_PLYMOUTH_VER}.deb
This is a must option.
$ gedit ~/steamos-ubuntu/install.sh
After replacing the config, execute this command.
$ sudo ./install.sh
Steam Setting
1. Enable Steam Play
Enable Steam Play following the link introduction.
Choose the Proton Version to Experimental.
https://itsfoss.com/steam-play/
2. If you are enabling SteamOS boot, then enable "Interface -> Enable Access to the desktop" option
3. Install FutureKreate! It takes a while for the first install.