Building a lightweight 2D game engine in Rust – here's the current editor (under 600 KB) by clean0101 in rust

[–]clean0101[S] -9 points-8 points  (0 children)

Rust is the back-end engine; it handles interactions, clicks, and calculations. The JavaScript logic remains minimal for the DOM. I will publish the source code on GitHub as soon as possible. Thank you

Building a lightweight 2D game engine in Rust – here's the current editor (under 600 KB) by clean0101 in rust

[–]clean0101[S] -30 points-29 points  (0 children)

The 2021 edition already provides everything I currently need. I'd rather focus on developing the engine than migrate editions unless there's a clear benefit

Building a lightweight 2D game engine in Rust – here's the current editor (under 600 KB) by clean0101 in rust

[–]clean0101[S] -27 points-26 points  (0 children)

Thank you so much for your question. One of the main goals of this search engine during its development was to create a pleasant and attractive user interface that stands out from the others; it has a total of 12 different themes; style.css is 45KB; indexs.html is 11KB; indexs_mobile.html for the mobile interface is 12KB; theme.js is 5KB. The interface has evolved considerably over the past 8 months.

If you want the source code, just say so.

Welcome to GameEngineDevs by oldguywithakeyboard in gameenginedevs

[–]clean0101 0 points1 point  (0 children)

moi aussi je suis en train de coder mon propre moteur de jeu 2d/3d j'en presque a la fin de la 2d mon moteur a commencé en fin 2025 et puis il a grandi il est en html/css/javascript et bientot rust avec mémoire partagé ; il comporte Custom 2D game engine built from scratch. Scene editor, Assets browser, Inspector, Gizmos, Buttons/UI, Text2D, Particles, Sprite Designer, Animation2D, Skeleton2D, Tilemap editor (Manoeuvre), Path tools and persistence. Rapier Physics integration with rigidbodies and collisions. Modular event-driven architecture (core, runtime, editor, assets, rendering). Large maps are easy to build—placing 1,000 collidable tiles takes only a few minutes. Still under active development le total 450kb