Successor ----> Garden
A library providing generic interface for realtime graphics rendering across different platforms.
- Vulkan API and OpenGL rendering backends
- Window creation, manipulation (using GLFW)
- Ubuntu
- MacOS
- Windows
- C99 compiler
- Git 2.30+
- CMake 3.10+
- X11 (Linux only)
- C++11 compiler
- Vulkan SDK 1.2+
macOS: select System global installation
during setup.
- Ubuntu: sudo apt install xorg-dev
Name | Description | Default value |
---|---|---|
MPGX_BUILD_SHARED | Build MPGX shared library | ON |
MPGX_USE_VULKAN | Use modern Vulkan API library | ON |
MPGX_USE_OPENGL | Use legacy OpenGL library | ON |
git clone --recursive https://github.com/cfnptr/mpgx
- cmmt (Apache-2.0 License)
- glad (MIT License)
- glfw (Zlib License)
- mpmt (Apache-2.0 License)
- VulkanMemoryAllocator (MIT License)
You can find usage examples in source code of the Uran library.