Skip to content

andykswong/muds

Repository files navigation

〰ᗰᑌᗪᔕ〰

[Work in Progress] modular library for data-oriented design

license: MIT build

Overview

muds is a modular library for building applications in a data-oriented design. It is mainly written in Rust with JavaScript/WebAssembly bindings for creating high-performance web applications.

Crates

Crate Version Docs Description
adts Crates.io docs.rs Abstract Data Types Library
genindex Crates.io docs.rs Generational Index Library
muds Crates.io docs.rs Data Structures and Entity-Component-System Library

NPM Packages

Documentation: http://andykswong.github.io/muds

Package NPM Description
generational-index npm Generational index library

License

This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.