mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
input: Add multidimensional inputs to replace pointer special case, improve documentation
This commit is contained in:
parent
7ad5c2d641
commit
8b994608a2
18 changed files with 1490 additions and 264 deletions
|
|
@ -5,7 +5,7 @@ Set of various libraries I use for game development, mainly with LÖVE. Most of
|
|||
This provides, sorting the one with the fewest existing alterative as far as I know first:
|
||||
|
||||
* `ldtk` provides a [LDtk](https://ldtk.io/) level importer
|
||||
* `gltf` provides a [glTF](https://www.khronos.org/gltf/) model loader
|
||||
* `gltf` provides a [glTF](https://www.khronos.org/gltf/) model loader (documentation WIP)
|
||||
* `ecs` provides [ECS](https://en.wikipedia.org/wiki/Entity_component_system) facilities
|
||||
* `input` provides input management facilities
|
||||
* `timer` provides time management facilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue