▲ 22 r/vlang

SimpleGUI (SUI): lightweight and beginner-friendly UI framework for V (Vlang) | codecaine-zz

A cross-platform UI framework that's built on top of the V language's gg graphics module. Simple_gg delivers smooth performance and uniform UI rendering across macOS, Linux, and Windows.

github.com
u/waozen — 7 days ago

U.S. FCC approves giant space mirror to deliver 'sunlight on demand,' but what are the legal implications?

cbc.ca
u/waozen — 21 days ago
▲ 5 r/vlang

RxV: Reactive Extensions for the V language | ulises-jeremias

ReactiveX is an API for programming with Observable streams, that provides a unified model for handling asynchronous data. RxV brings this model to V (Vlang) using:

  • Generic Observables; ObservableImpl[T] works with any type
  • Channel-based pipelines; each operator spawns a thread and connects via chan Item[T]
  • Composable operators; filter, map, merge, reduce, and more
github.com
u/waozen — 21 days ago
▲ 3 r/code

Aixt: Microcontrollers programming framework | fermarsan

>A programming framework for microcontrollers which implements a subset of the V programming language, and is able to be used by low-resource devices.

github.com
u/waozen — 21 days ago
▲ 4 r/code

Fil-C: Garbage In, Memory Safety Out! | Filip Pizlo

>Challenges the conventional wisdom by describing an implementation that achieves the same level of protection against memory safety exploits as even the safest languages. Details of Fil-C's compiler, language runtime, and some of the corpus of software that has been ported to it.

youtube.com
u/waozen — 27 days ago
▲ 10 r/vlang

MongrelDB-V: Pure V (Vlang) client for MongrelDB | Visorcraft

>Embedded + server database with SQL, vector search, full-text search... No external dependencies

github.com
u/waozen — 27 days ago
▲ 15 r/vlang

GUI: Vlang's other official UI framework (immediate mode)

Inspired by Clay, a cross-platform GUI library for the V language. Fast layout algorithm that makes flex-box style layouts simpler. Don't have to think about data binding, observables, and UI thread synchronization. View is a function of your state; change the state anywhere and the UI updates. No wiring. No callbacks to remember. No threading headaches.

Special thanks to: Mike Ward

github.com
u/waozen — 1 month ago