Essays about: "rust"

Showing result 1 - 5 of 100 essays containing the word rust.

  1. 1. Procedural generation and weathering of building facades : Replicating shape and distribution of wear-and-tear on real-world building facades

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Love Wessman; [2023]
    Keywords : procedural modeling; building facades; wear and tear; procedurell modellering; byggnadsfasader; slitage;

    Abstract : Manual modeling of building facades can be a cumbersome process. Instead, procedurally modeling building facades is a practical and quick way to achieve impressive visual results. This paper presents a method for prototyping 2D facades existing in a 3d environment, with the inclusion of shading-based procedural wear-and-tear. READ MORE

  2. 2. A quantitative comparison between C, C++ and Rust : Loading data in the context of a game engine

    University essay from Högskolan i Skövde/Institutionen för informationsteknologi

    Author : Jan Wilhelm Pontus Johansson; [2023]
    Keywords : Rust; c; c ; loading; asynchronous; synchronous;

    Abstract : Comparisons of programming languages within a game engine context are rare, and the data that exists usually only compare the most prominent languages of their time. C, C++ and Rust are three comparable languages, with C and C++ being two of the older, but very high performing, languages. READ MORE

  3. 3. Evaluation of Rust Codebases Using Public Information

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Emil Eriksson; [2023]
    Keywords : Rust; Code Evaluation; Open Source; Crates.io; Cargo; GraphQL; Query; Dependencies; Technology and Engineering;

    Abstract : Understanding the content of a software project is a complex endeavour. While the Rust programming language promises developers a safer programming language, a program may still include vulnerable code through its dependencies. READ MORE

  4. 4. A look into stem rust resistance breeding

    University essay from SLU/Dept. of Plant Breeding (from 130101)

    Author : Lucas Sydh Sjögren; [2023]
    Keywords : Stem rust; Black rust; Puccinia graminis f. sp. tritici; Plant breeding; Ug99; TKTTF; Plant resistance; Social challenges; Political challenges; Practical challenges;

    Abstract : Wheat is one of the largest food commodities globally, but the cultivation of wheat faces many challenges. Among these is the stem rust disease, which historically has caused mass starvation and misery. This thesis explores the stem rust disease in wheat, and the plant breeding for the potential of resistance to stem rust in the future. READ MORE

  5. 5. Rust async for thread-per-core packet processing

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Josef Olsson; Isak Stenström; [2023]
    Keywords : ;

    Abstract : When building a packet processing system, it is common to use frameworks that are written in C and built upon DPDK Eventdev, which is what Ericsson AB currently uses. However, using Rust async for this task could improve the developer experience and efficiency. READ MORE