1 repositorio
Compilers that transform JSX and TypeScript markup into low-level native code for direct interface rendering.
Distinct from JSX Compilers: Distinct from JSX Compilers: targets native C code output rather than JavaScript function calls.
Explore 1 awesome GitHub repository matching web development · Native Code Compilers. Refine with filters or upvote what's useful.
LCUI is a component-based, cross-platform UI toolkit for building desktop applications using C, TypeScript, and JSX. It provides a declarative UI compiler that transforms JSX and TypeScript markup into native C code, enabling developers to construct interfaces without a browser runtime. The library includes a CSS styling engine that applies standard CSS rules to layout and style native desktop components, and supports component composition with state management and event binding. The toolkit distinguishes itself by combining web development patterns with native desktop rendering, allowing dev
Transforms JSX and TypeScript markup into native C code for direct interface rendering without a browser runtime.