Skip to content

Commit 17a6bc9

Browse files
committed
Moved packages to shorter folders.
Published ecs and bitmask repos. Fixed component repo.
1 parent 3658c4b commit 17a6bc9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+491
-624
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.tmp
33
node_modules
44
.nx/cache
5-
packages/glhf-demo/assets/*
6-
packages/glhf-demo/build
5+
packages/demo/assets/*
6+
packages/demo/build
77
packages/*/src/*.js
88
packages/*/src/*.js.map

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ glhf
99

1010
## Packages
1111

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

2020
## Demo
2121

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

2424
## Development
2525

0 commit comments

Comments
 (0)