wasm-astar
Pathfinding Demo
A WebAssembly-based A* pathfinding implementation for a maze demo
👾 Rust WebAssembly A* Pathfinding Demo
427 stars
7 watching
27 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
extraymond/rust-async-wasm-demo | A Rust-based web application demonstrating async/await and WebAssembly interop with JavaScript. | 49 |
ashleygwilliams/wasm-pack | A tool for building and working with Rust-generated WebAssembly packages | 1 |
bzar/wasm-intro | A collection of simple examples demonstrating various aspects of WebAssembly development. | 43 |
euhmeuh/wasm-adventure | Exploring the feasibility and usability of WebAssembly's text format for game development using Racket as a domain-specific language | 63 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
ianjsikes/rust-wasm-loader | A Webpack loader for building Rust projects targeting WebAssembly | 82 |
rustwasm/book | Documentation and tutorials for building web applications with Rust and WebAssembly | 1,747 |
easbar/fast_paths | Efficient shortest path calculation algorithm | 271 |
prettymuchbryce/easystarjs | An asynchronous A* pathfinding API written in Javascript. | 1,893 |
shamadee/wasm-init | Tools and template generator for setting up and compiling WebAssembly projects | 171 |
bytecodealliance/spidermonkey-wasm-rs | Experimental Rust bindings for SpiderMonkey WASM engine | 89 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 475 |
rustwasm/twiggy | Analyzes and optimizes the size of WebAssembly binaries by examining their call graphs | 1,288 |
malcolmstill/zware | A runtime engine for executing WebAssembly programs within Zig language | 293 |
dev-family/wasm-2048 | An implementation of the popular 2048 game in Rust using Yew and compiled to WASM. | 152 |