@slint@fosstodon.org
@slint@fosstodon.org avatar

slint

@slint@fosstodon.org

Slint | Declarative GUI for Rust, C++, and JavaScript to build Embedded, Desktop and Web applications.

https://slint.dev

This profile is from a federated server and may be incomplete. Browse more on the original instance.

slint, to random
@slint@fosstodon.org avatar

Meet at Embedded Computing Conference (ECC) 2024 in Winterthur on 28th May 2024.
Registration link - https://www.swisst.net/swisstevents/eventdetails/?eventid=1&scrollsingleexecution=145#!/?eventid=1&scrollsingleexecution=145

slint, to rust
@slint@fosstodon.org avatar

We're pleased to "spring" a new release, v1.6: Improved design mode, new Python packages, and enhanced accessibility. 🥳🐣

https://slint.dev/blog/slint-1.6-released

slint, to rust
@slint@fosstodon.org avatar

We're soon releasing Version 1.6 of Slint, full of new features and improvements. We need your help to test it out. For details how to try out the pre-release check out our discussion forum. Thanks for making Slint better!
https://github.com/slint-ui/slint/discussions/5165

slint, to random
@slint@fosstodon.org avatar

Here's a sneak preview of the improvements we're working on to build UIs with just via Drag'n'Drop in the live preview.

video/mp4

slint, to rust
@slint@fosstodon.org avatar

Register now for a hands-on workshop on how to Build cross-platform GUIs in at @oxidize in Berlin on 28th May, 2024.
Program overview - https://oxidizeconf.com/sessions/cross-plattform-guis/
Registration link - https://ti.to/asquera-event-ug/oxidize-2024/with/conference-workshop-ticket-28-30th-may
Sponsored by Espressif &
@slint

slint, to rust
@slint@fosstodon.org avatar

📽️ A couple of months ago, travis.media surprised us with an awesome video titled "you need to build a RUST desktop app!!" https://www.youtube.com/watch?v=7aFgeUG9TK4 🦀 Since then, we've noticed a surge in GitHub projects using Slint to create small tax calculators! 💼Coincidence? 🤔

slint, to random
@slint@fosstodon.org avatar

📣 Oxidize Conference EMBEDDED15 discount code

https://oxidizeconf.com - The Rust conference for the industry. Use the link to avail the discount -- https://ti.to/asquera-event-ug/oxidize-2024/discount/EMBEDDED15 or enter the discount code in the discount field.

slint, to random
@slint@fosstodon.org avatar

Slint for Python (alpha) is now available on PyPI:

https://pypi.org/project/slint/

Would you like to try it out?

> pipenv install slint
> Create appwindow.slint
> Create http://main.py
> pipenv run python http://main.py

We'd love to get your feedback 😀

image/png

slint, to ai
@slint@fosstodon.org avatar

Thank you, cloudflight.io for being our coffee savior at last week. ☕️ Enjoyed every cup at your booth from your coffee machine powered with and a based user interface.

slint,
@slint@fosstodon.org avatar

@svuorela @hunger

The machine detected automatically what kind of coffee to serve based on the cup you insert.

slint, to esp32
@slint@fosstodon.org avatar

At we proudly showcased how our customer is using Slint to create a modern, stylish control panel on an -S3 MCU for their fermentation control system. 🍺

Their previous UI with TouchGfx had them locked in to STM32 devices, but choosing helped them to be flexible in their choice of silicon vendors.

slint, to rust
@slint@fosstodon.org avatar

Yay! 🎂🥳 Its been a year since we released 1.0! 🎉🎇 In the past year, we grew at an amazing pace: crossed 14.7K 🌟 with 116 contributors and 920 projects using Slint. Thank you for your love and support.
https://github.com/slint-ui/slint

slint, to android
@slint@fosstodon.org avatar

Here's a sneak peek at an upcoming feature in on . 📱 We've added selection handles and the edit popup menu in the text input fields.

slint, to random
@slint@fosstodon.org avatar

🚀 We released 1.5.1, a small update which fixes a regression in border radius handling, and a few other bugs. Release & ChangeLog: https://github.com/slint-ui/slint/releases/tag/v1.5.1

slint, to github
@slint@fosstodon.org avatar

🚀 The latest release of Linguist, the library powering 's language detection, now supports . This means that, on GitHub, .slint files and code snippets within markdown, including those in issues will be syntax highlighted! 🎨⭐ https://github.com/github-linguist/linguist/releases/tag/v7.29.0

Syntax Highlighting of code snippets the README.md
Syntax Highlighting in pull requests

slint,
@slint@fosstodon.org avatar

Also, we've just hit 14,000 GitHub stars on our repository! 🌟

slint, to android
@slint@fosstodon.org avatar

🎉 Slint 1.5 is here! Embrace Android development and enjoy improved Live-Preview with our latest release. 🚀 Check out all the details at https://slint.dev/blog/slint-1.5-released.html

slint, to rust
@slint@fosstodon.org avatar

🚀 Developing Slint's Android port came with some interesting challenges. Accessing Java API without drowning in JNI complexity led us to a unique trick how to include Java in a Rust crate.
Our solution? 1. Compile Java to dalvik bytecode in build.rs 👉 https://github.com/slint-ui/slint/blob/f73c08304cf9ef34af987b621f3097a68819f362/internal/backends/android-activity/build.rs#L43. 2. Bundle it with include_bytes! in the binary. 3 At runtime, work the magic with InMemoryDexClassLoader 👉 https://github.com/slint-ui/slint/blob/f73c08304cf9ef34af987b621f3097a68819f362/internal/backends/android-activity/javahelper.rs#L29 .

slint,
@slint@fosstodon.org avatar

@sergii We use a bit of JNI to call our own .java code instead of using pages of JNI to call native Java APIs. The challenge is to include .java code in a Rust crate, in a way that work regardless of the build tool used by the final application.

slint, (edited ) to random
@slint@fosstodon.org avatar

Thanks to @Waqar144 from KDAB for their contributing our experimental code formatter into slint-lsp! https://github.com/slint-ui/slint/pull/4548 Try it by installing our nightly VS code extension and selecting "Format Document" Remember, it's experimental, so expect a few bugs...or features, depending on how you look at it! 😉

carlcaulkett, to random

@slint Hello! I’ve just started trying to start a new Slint app with Rust on a Mac Mini M1 (Silicon) running macOS 13.6. I used cargo generate --git <https://github.com/slint-ui/slint-rust-template> --name spiderland to create a new project template. I did a cd spiderland followed by a cargo build. It went through all 308 dependencies, but ended up with this error…

Any idea what’s the matter?

The first error that came up was…
error: linking with cc failed: exit status: 1 then the text shown in the image…

slint,
@slint@fosstodon.org avatar

@carlcaulkett

Define SLINT_NO_QT=1, so Slint won't try to link against Qt.

Next version will no longer try to use Qt by default on mac : https://github.com/slint-ui/slint/pull/4566

slint, to random
@slint@fosstodon.org avatar

Ooops 🙈. We just released Slint 1.4.1, which fixes a few little regressions that snuck into gradient rendering and SlintPad. ChangeLog: https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#141---2024-02-02

slint, to random
@slint@fosstodon.org avatar

It's still January, right? 🤣 We've released Slint 1.4.0, featuring the brand new Cosmic style and many quality of life improvements. Check out the screenshots and summary at https://slint.dev/blog/slint-1.4-released or https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#140---2024-01-31

slint, to rust
@slint@fosstodon.org avatar

📣 Up for new challenges? Otiv is looking for a Full Stack Developer for Rust and Slint at their 🇧🇪 Ghent office - https://jobs.workable.com/view/nbb5m1tJSJXXvu5vGiqu9Q/hybrid-full-stack-developer-rust-qt%2Fslint-in-ghent-at-otiv

slint, to rust
@slint@fosstodon.org avatar

This week, @flovanmd implemented the Cosmic style from Pop!_OS by @system76 in Slint. Try out this new look in our widget gallery: https://slint.dev/snapshots/master/demos/gallery/?style=cosmic We think it's gorgeous. @pop_os_official

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • mdbf
  • magazineikmin
  • Youngstown
  • thenastyranch
  • rosin
  • slotface
  • Durango
  • ngwrru68w68
  • PowerRangers
  • kavyap
  • osvaldo12
  • tsrsr
  • DreamBathrooms
  • Leos
  • tester
  • GTA5RPClips
  • khanakhh
  • tacticalgear
  • vwfavf
  • InstantRegret
  • ethstaker
  • everett
  • normalnudes
  • cisconetworking
  • modclub
  • cubers
  • provamag3
  • All magazines