johnfn / ts2gd

💥 Compile TypeScript to GDScript for Godot
210 stars 14 forks source link

Comparison to GodotExplorer/ECMAScript #95

Open lostfictions opened 2 years ago

lostfictions commented 2 years ago

Hey there, thanks for writing this! I'm giving it a shot -- attempting to rewrite one of the Godot sample games -- and I'm impressed with how well it works already.

In the interests of documentation, one thing I think might be interesting is a comparison as to how it stacks up against GodotExplorer/ECMAScript (henceforth GE-ES). Here's a few things I'm noticing:

johnfn commented 2 years ago

holy moly, what a great write up!

as you may have noticed im on a bit of a hiatus on this project because of work, but i'm really thankful for such an in-depth analysis! hopefully i'll find some more time to work on it soon :)

BTW, i do know off the top of my head that getting import type to work is like a 2 line change, so if you ever have some spare time... 😉