Thanks to visit codestin.com
Credit goes to github.com

Skip to content

It's a great alternative to GOverlay.

License

salim-b/mangojuice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

En Ru

MangoJuice

This program will be a convenient alternative to GOverlay for setting up MangoHud

Screenshot

Page 1 Page 2 Page 3 Page 4 Page 5
screen1 screen2 screen3 screen4 screen5

Install

Flathub:

Download on Flathub

Repositories

Packaging status

And also in the repository for openSUSE

Source code build

Dependencies

Build utilities

  • meson
  • ninja
  • cmake
  • gcc
  • valac

Build requires

  • gtk4
  • libadwaita-1
  • gio-2.0
  • fontconfig
  • mangohud

Optional dependencies

  • mesa-demos
  • vulkan-tools
  • vkbasalt

Build

meson setup build

Install

sudo ninja -C build install

Uninstall

sudo ninja -C build uninstall

Devel

Also in the app there is Devel mode. It is intended for development and it is not recommended to use it on a permanent basis. In this mode new features of mangojuice and mangohud-git versions are tested. If you still want to use it, there is mangojuice-git package in AUR or you can build it yourself with the following command:

  meson setup build
  meson configure  build --no-pager -Dis_devel=true
  sudo ninja -C build install

Support

You can support in several ways:

  • Create an issue with a problem or a suggestion for improvement;
  • Submit a merge request with a fix or new functionality;
  • Support financially (please include your nickname in message when sending via T-Bank).

Gratitude

Thank to Rirusha for important clarifications about Vala and GTK4.

Projects that have become muses

Attention, this is my first project on GTK4 + Vala, so please treat with understanding.

About

It's a great alternative to GOverlay.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 96.3%
  • Shell 2.6%
  • Other 1.1%