Tag

Game Engine

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Jul 2, 2024 · Game Development

How to Develop a Game Using Dora SSR Engine

The article shows front‑end developers how to build a simple “Angry Birds” style game with the Dora SSR engine—using TSX, TypeScript, and React‑like components—by setting up the environment, creating scenes, handling physics and input, and leveraging its Lua/WASM backend.

Angry BirdsDora SSRFront-End Development
0 likes · 11 min read
How to Develop a Game Using Dora SSR Engine
ByteFE
ByteFE
Jul 19, 2023 · Frontend Development

Using WebAssembly to Optimize Particle System Performance in Game Engine

This article explores how WebAssembly can be used to optimize the performance of particle system calculations in a game engine, reducing CPU load and improving frame rates by offloading computations to WebAssembly modules.

Game EngineJavaScriptParticle System
0 likes · 14 min read
Using WebAssembly to Optimize Particle System Performance in Game Engine
Xianyu Technology
Xianyu Technology
Feb 26, 2020 · Game Development

Bone Animation Implementation in the Candy Game Engine

To add robust bone animation to the Candy game engine, the team selected DragonBone assets, built a custom Flutter runtime that parses editor data into a unified skeletal format, flattens the bone hierarchy into Z‑ordered slots, uses TweenSequence for transform tweens, achieves smooth performance up to about one thousand bones, and plans future Lottie support and interactive animation orchestration.

FlutterGame EnginePerformance
0 likes · 11 min read
Bone Animation Implementation in the Candy Game Engine
Xianyu Technology
Xianyu Technology
Dec 26, 2019 · Game Development

Design of the Candy Flutter Interactive Game Engine

Candy Engine is a lightweight, Flutter‑integrated interactive game engine that mirrors Unity’s component model, offering a four‑layer architecture, an eight‑stage lifecycle, seamless rendering of GameObjects as Widgets, direct reuse of Flutter’s UI for GUIs, gesture‑aware components, skeletal and particle animation support, and resource management leveraging Flutter’s ImageCache.

FlutterGUIGame Engine
0 likes · 11 min read
Design of the Candy Flutter Interactive Game Engine