-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
WIP. Work is being done on the onejs-v3 branch.
- Direct QuickJS integration
- Mac
- Windows
- iOS
- Android
- JS <-> C# Interop
- Primitives
- Structs
- Events and Delegates
- Arrays, Lists, Dictionary
- Fastpath (zero-alloc)
- Properties
- Methods
- Structs
- Async/await
- Generics
- WebGL
- React Reconciler
- TSDef Generator for .Net types
- Runtime USS
- CSS Modules
- Tailwind
OneJS V3 is a full rewrite.
It plugs into QuickJS directly, no PuerTS, with zero-alloc interop. React is the main UI framework now (not Preact). Styling starts with CSS Modules, not Tailwind.
With direct engine integration, we now own the runtime, APIs, threading, and performance choices.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
In Progress