Skip to content

Commit

Permalink
WIP - matrix system (grid)
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanghita committed Jun 27, 2024
1 parent 005c3a5 commit a3914a1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ glhf

## Packages

* [glhf-assets](./packages/assets) - Helper to load assets files (JSON, Images).
* [glhf-bitmask](./packages/bitmask) - Bitmask library for fast bitwise operations.
* [glfh-component](./packages/component) - Generic opinionated ECS Components.
* [glhf-ecs](./packages/ecs) - ECS Library that implements the following classes Entity, Component, System, Query, World
* [glhf-fsm](./packages/fsm) - Finite State Machine implementation.
* [glhf-input](./packages/input) - Implementation of inputs like Keyboard, Mouse and Controller.
* [glhf-renderer](./packages/renderer) - Rendering UI and Canvas utilities.
* [assets](./packages/assets) - Helper to load assets files (JSON, Images).
* [bitmask](./packages/bitmask) - Bitmask library for fast bitwise operations.
* [component](./packages/component) - Generic opinionated ECS Components.
* [ecs](./packages/ecs) - ECS Library that implements the following classes Entity, Component, System, Query, World
* [fsm](./packages/fsm) - Finite State Machine implementation.
* [input](./packages/input) - Implementation of inputs like Keyboard, Mouse and Controller.
* [renderer](./packages/renderer) - Rendering UI and Canvas utilities.
* [matrix](./packages/matrix) - Matrix system for binary grid.

## Demo

* [glhf-demo](./packages/demo) - A demo of a 2d game implementation using glhf.js library
* [demo](./packages/demo) - A demo of a 2d game implementation using glhf.js library

## Development

Expand Down

0 comments on commit a3914a1

Please sign in to comment.