Skip to content

用纯wast实现a*算法,纯粹的浪费时间。效率应该非常高,但是极大地牺牲了开发体验和可维护性

Notifications You must be signed in to change notification settings

9-2-1/a-star-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a-star-wasm

用纯wast实现a*算法,纯粹的浪费时间。效率应该非常高,但是极大地牺牲了开发体验和可维护性

体验方法:

git clone https://github.com/9-2-1/a-star-wasm
cd a-star-wasm
npm install (或者 yarn,或者其他你喜欢的……)
node main.js (把main.wast编译成main.wasm)
yarn global add five-server (或者换成任何你喜欢的本地服务器)
five-server

About

用纯wast实现a*算法,纯粹的浪费时间。效率应该非常高,但是极大地牺牲了开发体验和可维护性

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published