Tech News
← Home  ·  All topics

Cross-Platform

4 GoKawiil briefs on this topic

Sublime Text updates internal Python engine to version 3.14

Sublime Text, the cross-platform code editor, has upgraded its embedded Python runtime to version 3.14, keeping the plugin API current with the latest language release. The editor remains a lightweight alternative to full IDEs, offering a single license for use across Windows, Mac, and Linux systems.

Cubacadabra to unify iOS, Android and web apps around a shared Rust core

Cubacadabra's developers plan to rebuild the product's iOS, Android, and web clients as thin native shells that delegate application logic to shared Rust crates rather than reimplementing features separately in Swift, Kotlin, and JavaScript. The goal is to move business rules like form validation, save logic, and error handling into one Rust codebase that all three platforms call into, citing Litter's Rust-core approach with UniFFI bindings as a precedent.

Epic Games launches cross-platform voice chat feature called Epic Parties

Epic Games introduced Epic Parties, a voice chat system that works across Fortnite, the Epic Games Store, and the Epic Games app, regardless of the hardware players use. Users can start a call in one app and carry it seamlessly into another, and the chat can keep running in the background while playing other titles or using mobile devices. Accepting an Epic Party invite also automatically groups friends into the same Fortnite lobby.

Long-form guide revisits Tcl/Tk for building cross-platform CLI and GUI apps

A developer has published an extensive personal account of using Tcl/Tk, a decades-old scripting language and GUI toolkit, to build console and graphical applications that run natively on Windows, Linux and macOS. The piece walks through the toolkit's threading model, small footprint, ability to produce compact single-file executables, and its BSD licensing, based on the author's hands-on experience after moving past initial enthusiasm.