Git Product home page Git Product logo

wit's Introduction

Repository dependencies and recommended software

Build dependencies

  • just command runner, inspired by make, convienient automation of mundane tasks.
  • typst a LaTeX alternative, the free CLI application can be used to render the documents with .typ extension to PDF files.
  • d2 simple diagram scripting language and a compiler.
  • Rust the programming language used in the implementation, as a result of proper instalation multiple binaries should be available including: rustup, cargo.

Recommended software

  • watchexec
    # Example. Run in the root of the repository.
    watchexec just render-design
  • Sioyek a minimalistic PDF viewer which reloads content on changes. When used in combination with watchexec and proper just command it allows for "hot-reloading" the PDFs as they get edited.

Repository structure

.
├── docs      # thesis paper and any related to project documents
├── src       # source code of the implementation
├── (target)  # __generated__ by cargo, contains compilation artifacts
└── tests     # test files
.gitignore
justfile      # defines commands available through just
(Cargo.lock)  # __generated__ by cargo, lists resolved dependencies
Cargo.toml    # Rust project manifest

wit's People

Contributors

adhalianna avatar

Watchers

Krzysztof Kluza avatar  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.