FrameworkNative
FrameworkNative is a cross-platform native application framework designed to enable developers to write a single codebase that compiles to native binaries for mobile, desktop, and embedded platforms. It provides a runtime and a set of platform adapters that bridge a unified API to platform SDKs, with emphasis on native rendering and performance.
The project originated from an open-source initiative by a community-led team in the late 2010s, with initial
Core features include a native UI rendering layer, a language-agnostic API surface, and a modular plugin system.
Development uses a main language called FrameScript (a declarative UI language) and bindings for popular languages
Adoption stays modest but growing in hobbyist and enterprise teams seeking native performance with cross-platform reach.
As of the latest release, FrameworkNative continues active development, with roadmap items including improved Web support,
---