this post was submitted on 27 Apr 2026
47 points (98.0% liked)

Opensource

6087 readers
77 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] JustEnoughDucks@feddit.nl 2 points 2 weeks ago (1 children)

I am a bit confused what this project actually is.

Is it replacing ESPHome as a framework to build code into?

Is it a UI builder?

Is it for all displays eventually? (hence the name, otherwise it would be a very weird name for something that doesn't handle normal displays)

Is it yet another standard library as a "no code solution"?

[–] Bane_Killgrind@lemmy.dbzer0.com 1 points 2 weeks ago

Yes, yes, yes and no?

[–] xav@programming.dev 0 points 2 weeks ago (2 children)

C++ for a new project is a pity.

[–] jimmy90@lemmy.world 1 points 2 weeks ago (1 children)

could be the ecosystem is not supporting other languages yet?

[–] xav@programming.dev 2 points 2 weeks ago

I know for a fact esp32 does support way nicer languages.

[–] xep@discuss.online 0 points 2 weeks ago

https://developer.espressif.com/tags/esp-idf/

This is a C API. Yes, there are bindings for it. But it's easiest to start in C.