Tagged articles
11 articles
Page 1 of 1
21CTO
21CTO
Mar 11, 2025 · Game Development

Godot 4.4 Released: New Jolt Physics Integration and Enhanced Editor Features

Godot’s open‑source 4.4 update introduces native Jolt Physics support, 3D physics interpolation, an embedded game window for Linux, Windows and Android, upgraded C# to .NET 8, typed dictionaries in GDScript, and numerous QoL and performance enhancements that boost developer workflow.

.NET 8GDScriptGame Development
0 likes · 4 min read
Godot 4.4 Released: New Jolt Physics Integration and Enhanced Editor Features
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.

Dora SSRGame DevelopmentGame Engine
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
Programmer DD
Programmer DD
Mar 5, 2023 · Game Development

Godot 4.0 Release: Major 3D, 2D, and Rendering Overhauls Unveiled

Godot 4.0, the biggest and longest‑developed version of the open‑source game engine, introduces new Vulkan back‑ends, an OpenGL compatibility renderer, advanced global illumination, enhanced 2D tilemap tools, sophisticated shader and post‑processing features, plus extensive updates across scripting, physics, UI, XR, networking, audio and animation.

2D3DGame Engine
0 likes · 10 min read
Godot 4.0 Release: Major 3D, 2D, and Rendering Overhauls Unveiled
Taobao Frontend Technology
Taobao Frontend Technology
Apr 26, 2021 · Game Development

How Eva.js Empowers Front‑End Engineers to Build Interactive Games with Minimal Code

Eva.js, an open‑source interactive game engine developed by Alibaba, combines a lightweight ECS architecture, PixiJS rendering, and performance‑focused loading strategies to let front‑end developers create engaging web games with just a few lines of code, while supporting accessibility and state management.

ECSGame EngineJavaScript
0 likes · 9 min read
How Eva.js Empowers Front‑End Engineers to Build Interactive Games with Minimal Code
Alibaba Terminal Technology
Alibaba Terminal Technology
Apr 26, 2021 · Game Development

How Eva.js Empowers Front‑End Engineers to Build Interactive Games at Low Cost

Eva.js, an open‑source interactive game engine developed by Alibaba for two years, lets front‑end engineers create low‑cost, high‑performance web games using familiar HTML/CSS and PixiJS rendering, with ECS architecture, performance‑focused loading, accessibility support, and a lightweight state‑management system.

ECSEva.jsGame Engine
0 likes · 10 min read
How Eva.js Empowers Front‑End Engineers to Build Interactive Games at Low Cost
Taobao Frontend Technology
Taobao Frontend Technology
Sep 11, 2020 · Game Development

Building a Scalable Interactive Game Engine with ECS: Alibaba’s EVA Experience

This article explains how Alibaba’s EVA interactive engine uses an Entity‑Component‑System architecture, editor integration, performance and accessibility optimizations, and Rax‑based components to create a highly extensible, developer‑friendly solution for building engaging game‑like experiences across its ecosystem.

ECSGame Engineaccessibility
0 likes · 13 min read
Building a Scalable Interactive Game Engine with ECS: Alibaba’s EVA Experience
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 EngineTweenSequence
0 likes · 11 min read
Bone Animation Implementation in the Candy Game Engine
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 7, 2020 · Game Development

Designing Candy: A Lightweight Flutter Game Engine for In‑App Mini‑Games

This article explains why Alibaba’s Xianyu team created the Candy interactive engine, outlines the challenges of embedding mini‑games in apps, and details the engine’s architecture—including framework, game system, lifecycle, rendering, GUI, event, animation, and resource subsystems—along with sample Flutter code.

Event SystemFlutterGUI
0 likes · 12 min read
Designing Candy: A Lightweight Flutter Game Engine for In‑App Mini‑Games