sudo zypper install fetchmsttfonts
sudo zypper install noto-coloremoji-fonts emojione-color-font unicode-emoji
Source: https://sndirsch.github.io/vulkan/2022/10/20/vulkan-packages-on-opensuse.html
Website vulkan-tutorial.com provides installation steps of Vulkan development on Ubuntu. This steps below shows necessary steps to install the equivalent process but on openSUSE.
C++ compiler: should support C++ 17 (g++ 7+ or clang 5+)
sudo zypper in gcc-c++
Download binary file from devel:tools:scm
Then install. It only requires 1 binary file.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo"
Souce: flatpak/flatpak#2147 (comment)
cd /var/lib
sudo cp -R flatpak /media/data/
How to fix flickering in openSuse 15.6 with Gnome + Wayland system?
Add some boot options from Yast2 > Bootloader
... nvidia_drm.modeset=1
Then add new file /etc/modprobe.d/50-nvidia.conf and add line:
options nvidia NVreg_EnableGpuFirmware=1
NewerOlder