Tag

mini-game

1 views collected around this technical thread.

AntTech
AntTech
May 7, 2025 · Game Development

Performance Optimization Techniques for Alipay Mini‑Games Runtime

This article details the architectural analysis and a series of six optimization strategies—including multithreading, independent audio, file‑system improvements, text rendering, dedicated render thread, and iOS high‑performance mode—that collectively boost frame rates, reduce latency, and enhance the overall user experience of Alipay mini‑games.

AlipayOptimizationRendering
0 likes · 15 min read
Performance Optimization Techniques for Alipay Mini‑Games Runtime
Tencent Cloud Developer
Tencent Cloud Developer
Mar 11, 2019 · Game Development

Solving Mini‑Game Server Dependency with Cloud Development: A Case Study of "LeXiang Garden"

By adopting Tencent Cloud Serverless functions, the developers of the mini‑game “LeXiang Garden” eliminated the need for a dedicated backend, directly accessed WeChat authentication, stored tokens, and implemented global leaderboards with just two cloud functions, dramatically lowering the barrier to mini‑game creation.

Cloud FunctionsWeChatcloud development
0 likes · 8 min read
Solving Mini‑Game Server Dependency with Cloud Development: A Case Study of "LeXiang Garden"
Tencent Cloud Developer
Tencent Cloud Developer
Feb 1, 2019 · Backend Development

Eliminating Backend Dependency in Mini‑Games with Cloud Development

By replacing a traditional server with just two Tencent Cloud functions that handle WeChat API calls, token refresh, data storage, and leaderboard queries, the mini‑game “LeXiang Garden” was built in three days, eliminating backend dependency and dramatically lowering development complexity for mini‑games.

Cloud FunctionsGame developmentbackend
0 likes · 8 min read
Eliminating Backend Dependency in Mini‑Games with Cloud Development