Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasmost/micromassive
a microeconomic simulator on a massive scale
https://github.com/thomasmost/micromassive
Last synced: about 1 month ago
JSON representation
a microeconomic simulator on a massive scale
- Host: GitHub
- URL: https://github.com/thomasmost/micromassive
- Owner: thomasmost
- Created: 2020-01-05T23:55:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:25:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T06:10:37.191Z (over 1 year ago)
- Language: Rust
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/[YOUR_KEY_HERE]/deploy-status)](https://app.netlify.com/sites/yew-micromassive/deploys)
## About
An economy simulator built on Rust, WASM, and Yew
## 🚴 Development
### 🛠️ Build with `npm run build`
```
npm run build
```### 🔬 Serve locally and watch for changes with `npm run start:dev`
```
npm run start:dev
```## Current Notes
- Yew is running, but rendering a Frankenstein of todo components and Hunt-The-Wumpus controls as I learn the ins and outs
- scss files aren't watched yet, probably this can be handled in the webpack config## 🔋 Batteries Included
* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
between WebAssembly and JavaScript.
* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)
for logging panic messages to the developer console.
* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized
for small code size.