Giter Club home page Giter Club logo

eva-web's Introduction

Web interface for Eva Build Status

Let algorithms decide your life.

Disclaimer: work in progress

This project hasn't reached an alpha state yet. At the moment, it is just a tiny web interface around a simple scheduling algorithm. Some people already find this useful however, so maybe you do too!

Live

You can freely use the version available on procrat.github.io/eva-web.

If you enjoy it so far and want to say thanks, you can buy me a coffee โ˜•.

Build your own Eva web UI

This project is made up of two parts:

  • a small wrapper in Rust around the eva crate that interfaces with non-Rust languages using JSON messages. The root of this part is in backend.
  • a Vue.js front-end that interacts with a WebAssembly build of the Rust wrapper.

Prerequisites

If you haven't built a Rust project before, install rustup, and run rustup install nightly to install the latest nightly version of Rust.

If you haven't run a JavaScript project before, install npm.

Install wasm-bindgen-cli of the same version as wasm-bindgen in the Cargo.lock file. This program is used to generate JavaScript wrapper functions for our wasm build:

cargo install --version <same-version-as-wasm-bindgen> wasm-bindgen-cli

Build

# Install the Rust and JavaScript dependencies once
make dependencies

# Make the wasm build with JavaScript wrapper and start a development server
# with hot reloading at localhost:8080
make

eva-web's People

Contributors

dependabot[bot] avatar procrat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

coopshop

eva-web's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.