Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add auto-lang and auto-ui #1857

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
* [tauri-apps/tauri](https://github.com/tauri-apps/tauri) - Build smaller, faster, and more secure desktop applications with a web frontend, powered by [WRY](https://github.com/tauri-apps/wry). [![test library](https://img.shields.io/github/workflow/status/tauri-apps/tauri/test%20library?label=test%20library)](https://github.com/tauri-apps/tauri/actions?query=workflow%3A%22test+library%22)
* [tauri-apps/wry](https://github.com/tauri-apps/wry) - Webview Rendering librarY.
* [xilem](https://github.com/linebender/xilem) - Successor of the data-first UI design toolkit [druid](https://github.com/linebender/druid).
* [auto-ui](https://github.com/auto-stack/auto-ui) - A UI framework based on [GPUI](https://www.gpui.rs/) from [Zed editor](https://zed.dev), using [auto-lang](https://github.com/auto-stack/auto-lang) as the UI description language.

### Image processing

Expand Down Expand Up @@ -1771,6 +1772,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
* [rhaiscript/rhai](https://github.com/rhaiscript/rhai) - A tiny and fast embedded scripting language resembling a combination of JavaScript and Rust [![build badge](https://github.com/rhaiscript/rhai/workflows/Build/badge.svg)](https://github.com/rhaiscript/rhai/actions)
* [rune-rs/rune](https://github.com/rune-rs/rune) - An embeddable dynamic programming language
* [trynova/nova](https://github.com/trynova/nova) - JavaScript engine written entirely in Rust
* [auto-lang](https://github.com/auto-stack/auto-lang) - A scenario oriented language that adapts to multiple use cases with different syntaxes, features and libraries. Can be used as a scripting language for Rust, also transpiles to C and Rust.

### Simulation

Expand Down
Loading