😀
Pinned Loading
-
Forge-Game-Engine/Forge
Forge-Game-Engine/Forge PublicForge is a browser-based, code only game engine. It has everything you'd expect from an engine, including rendering, audio, input, animations, ECS, etc.
TypeScript 2
-
-
-
-
-
Chainable
Chainable 1type SyncOrAsync<T> = T | Promise<T>;
23class Chain<Input, Output> {
4private functions: ((input: any) => SyncOrAsync<any>)[] = [];
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.