Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored May 3, 2023
1 parent 420bc49 commit 0321ec1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ now they are available via kproject in these repositories:

## I18N

* <https://github.com/korlibs/korge-services/tree/main/korge-i18n> (I18N support)
* <https://github.com/korlibs/korge-ext/tree/main/korge-i18n> (I18N support)

## Algorithms

* <https://github.com/korlibs/korge-services/tree/main/korma-astar> (AStar (A*) for finding paths in 2D grids)
* <https://github.com/korlibs/korge-ext/tree/main/korma-astar> (AStar (A*) for finding paths in 2D grids)

## 3D

Expand All @@ -159,4 +159,5 @@ now they are available via kproject in these repositories:
* <https://github.com/korlibs/korge-ext/tree/main/korge-bus> (Bus / SyncBus)
* <https://github.com/korlibs/korge-ext/tree/main/korge-frameblock> (`frameBlock(60.fps) { while (true) frame() }` utility function)
* <https://github.com/korlibs/korge-ext/tree/main/korge-length> (Support physical-based units: cm, inches, percentages, etc.)
* <https://github.com/korlibs/korge-ext/tree/main/korge-shape-ext> (Support triangulation, spatial pathfinding & shape2d operations)
* <https://github.com/korlibs/korge-ext/tree/main/korge-shape-ext> (Support triangulation, spatial pathfinding, TRA* & shape2d operations)
* <https://github.com/korlibs/korge-ext/tree/main/korge-bus> (A Message Bus implementation)

0 comments on commit 0321ec1

Please sign in to comment.