bitECS icon indicating copy to clipboard operation
bitECS copied to clipboard

TypeScript port

Open dannyfritz opened this issue 4 years ago • 4 comments

Is this a real intention? https://github.com/NateTheGreatt/bitECS/blob/04f1faa/src/index.ts#L2

// Typescript port is coming soon.

dannyfritz avatar Oct 04 '21 16:10 dannyfritz

yes but i have a lot of internal changes i'm working on right now that may shift the internal architecture a bit, so i'm holding off for the moment.

changes include archetypes, any/all/none query modifiers, and automatic resizing of data stores with workers so that the main thread isn't locked up when data stores need to grow

NateTheGreatt avatar Oct 04 '21 18:10 NateTheGreatt

@NateTheGreatt it's realy needed. Hard to use in TS project now.

Fi1osof avatar Oct 15 '22 16:10 Fi1osof

This repo looks awesome! I can't decide whether I'm silly for not trying it out because it isn't TS. 😅

jorgenbuilder avatar Oct 21 '22 14:10 jorgenbuilder

@jorgenbuilder It has typedefs and a typescript rewrite is definitely on the roadmap 🙂

SupremeTechnopriest avatar Oct 21 '22 20:10 SupremeTechnopriest

closing this as the rewrite is now on the next branch and being prepared for main :)

NateTheGreatt avatar May 06 '24 18:05 NateTheGreatt