Skip to main content

2 posts tagged with "TSX"

View All Tags

DoraX: Writing Game UI in TSX

· 6 min read
Li Jin
Dora SSR developer

In the ancient age of UI development, general-purpose code created controls one by one, assigned properties, attached children, and connected events.

The industry gradually extracted interface structure into XML-shaped domain languages. Data synchronization moved through MVC and MVVM. Later, JSX and React made a different compromise mainstream: keep a declarative tree, but place it back inside a programming language with components and data-driven rendering.

Dora carries a small record of the same cultural journey.

An Introduction to Cross-Platform Game Development for Frontend Developers

· 10 min read
Li Jin
Dora SSR developer

Hello everyone! I’m a game engine enthusiast and a programmer with a solid background in frontend development. If you’ve ever wondered how to transition from crafting websites to developing games, you’re in the right place!

Today, let’s talk about using Dora SSR—a game engine that supports TSX and runs cross-platform natively. It’s a seamless way to step into the world of game development. Don’t worry, game engines aren’t as inaccessible as they might seem; in fact, they have surprising similarities to the frontend tools we’re used to.