You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(landing): the site's front page still said web + WeChat only
estellaengine.com's root is the first thing a visitor reads, and it was the
stalest surface of all -- the lead, the cross-platform card, and both the SEO
and og:description meta tags stopped at "web browsers and WeChat MiniGames",
which is two releases behind. Search results and link previews were repeating it.
<title>Estella — A fast 2D game engine powered by WebAssembly and ECS</title>
7
-
<metaname="description" content="Estella is a 2D game engine with a TypeScript SDK and a C++/WebAssembly backend. Build games for the web and WeChat MiniGames, with a visual editor." />
7
+
<metaname="description" content="Estella is a 2D game engine with a TypeScript SDK and a C++/WebAssembly backend. Build games for the web, desktop, WeChat MiniGames, playable ads and native Android / iOS, with a visual editor." />
<metaproperty="og:title" content="Estella — A fast 2D game engine" />
11
-
<metaproperty="og:description" content="A TypeScript SDK on a C++/WebAssembly backend. Web + WeChat MiniGames, with a visual editor." />
11
+
<metaproperty="og:description" content="A TypeScript SDK on a C++/WebAssembly backend. Web, desktop, WeChat MiniGames, playable ads and native Android / iOS, with a visual editor." />
<divclass="card"><h3>Data-oriented</h3><p>An ECS core with a single cache-friendly component storage layer.</p></div>
145
-
<divclass="card"><h3>Cross-platform</h3><p>One codebase, deployed to web browsers and WeChat MiniGames.</p></div>
146
+
<divclass="card"><h3>Cross-platform</h3><p>One codebase, deployed to the web, the desktop, WeChat MiniGames, playable ads, and native Android / iOS.</p></div>
146
147
<divclass="card"><h3>Visual editor</h3><p>Scene hierarchy, inspector, and asset browser — no JSON editing.</p></div>
147
148
<divclass="card"><h3>Spine & Physics</h3><p>Built-in Spine skeletal animation and physics support.</p></div>
0 commit comments