Giter Site home page Giter Site logo

rustpresentation's Introduction

rustPresentation

Game of fill in the blank stories. Choose a story and fill in the blanks when prompted.

Deployment

  1. Build docker image
    • Navigate to ./client/storiesclient and run docker build -t rust-example .

Development

You will need to either have Docker or Rust installed.

  • Docker to build an image and application.

    1. Navigate to ./client/storiesclient and run docker build -t rust-example .
    2. Run docker run -i rust-example to build a container using the newly created image.
    3. Within the container, navigate to the storiesclient directory.
    4. Run cargo build
    5. You will likely need to copy the data directory from the root directory to the target/debug directory.
    6. Navigate to the target/debug directory and run the application using ./storiesclient
  • Rust if you want to run and edit the application locally.

    1. Start the client cli by navigating to the client/storiesclient/ directory and running cargo run.

Architecture

  • I was going to use a server and client model for this, but currently all logic just lives in the client.
    • At some point it would be great to create an http server and have the client make http requests to the server. Then the server would handle all the logic, store the templates, and even log all stories that were told. Future me's problem!

Presentation

  • Utilizes Slidev to run a presentation from a Vue.js web app. See the README.md file in the ./presentation/rust directory to see more information and how to run.

rustpresentation's People

Contributors

tlarnold10 avatar bryanburgers avatar

Stargazers

Marshall Pierce avatar

Watchers

 avatar

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.