Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yomotsu/meshwalk
for your TPS game development with three.js.
https://github.com/yomotsu/meshwalk
Last synced: 2 days ago
JSON representation
for your TPS game development with three.js.
- Host: GitHub
- URL: https://github.com/yomotsu/meshwalk
- Owner: yomotsu
- Created: 2014-06-25T21:25:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T06:07:15.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:34:23.562Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.37 MB
- Stars: 230
- Watchers: 12
- Forks: 43
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webxr-development - MeshWalk.js - badge] - A JS library which helps your TPS game development with three.js (Interaction / Mobile Interaction)
README
## MeshWalk.js
MeshWalk.js is a JS library which helps your TPS game development with three.js.
examples
- [walkthrough: since it's done with previous version, the APIs are a little bit different](https://yomotsu.github.io/walkthrough/)
- [xmas walkthrough](https://yomotsu.github.io/xmas2014/)## Usage and Learning
See following demos and check the source code with some comments.
(You need three.js via peerDependencies or importmap)1. [get started](http://yomotsu.github.io/meshwalk/examples/1_get-started.html)
2. [keyboard Input](http://yomotsu.github.io/meshwalk/examples/2_keyboard-input.html)
3. [the CameraControl](http://yomotsu.github.io/meshwalk/examples/3_camera-control.html)
4. [objects](http://yomotsu.github.io/meshwalk/examples/4_objects.html)
5. [terrain](http://yomotsu.github.io/meshwalk/examples/5_terrain.html)
6. [AnimationController](http://yomotsu.github.io/meshwalk/examples/6_animation-controller.html)
7. [all together](http://yomotsu.github.io/meshwalk/examples/7_all-together.html)
8. [remove collider](http://yomotsu.github.io/meshwalk/examples/8_mesh-remove.html)examples with [recast-navigation-js](https://github.com/isaac-mason/recast-navigation-js):
9. [with recast nav-mesh: followers](http://yomotsu.github.io/meshwalk/examples/9_with-recast-nav-mesh-followers.html)
10. [with recast nav-mesh: auto navigation](http://yomotsu.github.io/meshwalk/examples/10_with-recast-nav-mesh-navigation.html)