😀
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 UnknownFunction = (input: unknown) => unknown;
23export class Chain<Input, Output = Input> {
4private readonly _functions: Array<UnknownFunction> = [];
5private readonly _initialState: Input;
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.