From 18e7d964e5974ea29d24a6dd9a07c44d7b9b40cb Mon Sep 17 00:00:00 2001 From: Adam McKellar Date: Tue, 30 Jan 2024 19:04:35 +0100 Subject: [PATCH] Added Makepad Added [Makepad](https://github.com/makepad/makepad) to GUIs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 006eb0d..17d9e43 100644 --- a/README.md +++ b/README.md @@ -1473,6 +1473,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [ivanceras/sauron-native](https://github.com/ivanceras/sauron-native) - A truly native and cross platform GUI library. One unified code can be run as native GUI, Html Web and TUI. * [libui](https://github.com/andlabs/libui) * [rust-native-ui/libui-rs](https://github.com/rust-native-ui/libui-rs) — libui bindings. +* [makepad/makepad](https://github.com/makepad/makepad) [[makepad-widgets](https://crates.io/crates/makepad-widgets)] — Makepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl. * [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) * [nuklear-rust](https://github.com/snuk182/nuklear-rust) — Rust bindings for Nuklear * [OrbTk](https://github.com/redox-os/orbtk) — The Orbital Widget Toolkit is a multi platform (G)UI toolkit using SDL2 [![Build and test](https://github.com/redox-os/orbtk/workflows/build/badge.svg?branch=develop)](https://github.com/redox-os/orbtk/actions)