3 مستودعات
Adapters that translate standard library calls into the specific environment and runtime requirements of mobile mini-programs.
Distinct from Environment Runtime Adapters: Specifically for mini-program runtimes rather than generic HTTP or server-side environment adapters
Explore 3 awesome GitHub repositories matching web development · Mini-Program Runtime Adapters. Refine with filters or upvote what's useful.
This is a chart library for rendering interactive data visualizations within WeChat Mini Programs using the Apache ECharts engine. It provides a set of visual components that use 2D canvas interfaces to render line, bar, pie, and scatter plots. The library utilizes a 2D canvas interface to increase drawing speed and resolve visual layering issues. It implements an interactive charting component that supports touch-based data interaction, allowing users to see detailed contextual information through formatted tooltips when tapping or hovering over data points. The project covers mobile data v
Implements adapter-based API mapping to make the ECharts engine compatible with the WeChat mini-program runtime.
kbone is a cross-platform frontend bridge and web-to-mini-program adapter. It functions as a mini-program web runtime that allows web-based frontend frameworks to execute within a mini-program container by simulating browser interfaces. The project provides a native feature integration layer that enables the calling of native mini-program components and system functionalities from within a web-based execution context. It uses an adapter layer to simulate Document Object Model and Browser Object Model interfaces, allowing existing web applications to be migrated to mini-programs with minimal m
Provides an adapter layer that translates standard web framework calls into the requirements of mini-program runtimes.
kbone is an isomorphic frontend framework and web-to-mini-program adapter. It serves as a cross-platform UI bridge and DOM simulation library that allows web applications to run inside WeChat Mini Programs by simulating a browser environment for JavaScript code. The project enables the migration of web UI frameworks into restricted environments by providing simulated browser interfaces and APIs. It translates standard web components and routing into native mini program elements and page transitions, allowing a single codebase to function as both a standard website and a mini program. The fra
Adapts standard web library calls to meet the specific runtime requirements of WeChat Mini Programs.