hex-engine icon indicating copy to clipboard operation
hex-engine copied to clipboard

A modern 2D game engine for the browser.

Results 27 hex-engine issues
Sort by recently updated
recently updated
newest added

The documentation for `@hex-engine/core` and `@hex-engine/2d` is written by hand right now, and as we continue to work on things it'll be easy for it to get out of sync...

documentation
build

Right now there's some audio stuff in the 2d package, but it's not 2d-specific; we could move it to its own audio package.

2d

Right now, when using indexed color in Aseprite, we only support the color at index zero being the transparent color. That's the default, but it's user-configurable. Technically, this fix needs...

2d
aseprite

We don't currently support rendering orthogonal Tiled maps. We should support them.

tiled
feature
2d

We don't currently support hexagonal Tiled maps. We should support them.

tiled
feature
2d

Right now we draw everything even if it's off-canvas. It'd be nice if we used Geometry shape, canvas bounds, and entity transforms to determine when something is entirely non-visible, and...

optimization
2d

repro: create a new game following the [first-time-setup](https://hex-engine.dev/docs/first-time-setup) with node v18. log: ``` npm start > [email protected] start > hex-engine-scripts dev Starting type checking service... ℹ 「wds」: Project is running...