Essays about: "JavaScript libraries"

Showing result 16 - 20 of 34 essays containing the words JavaScript libraries.

  1. 16. A closer look at WebAssembly

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Denis Eleskovic; [2020]
    Keywords : WebAssembly; Javascript; JITC; AOT;

    Abstract : WebAssembly is a new emerging technology for the web which offers a low-level bytecode format for other languages to compile to. The aim of the technology is to effectively speed up the performance of the web, as well as to offer a way for developers to port existing libraries and code that were written in static languages such as C/C++ or Rust. READ MORE

  2. 17. Investigation of Reason as a substitute for JavaScript

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

    Author : Axel Pettersson; [2020]
    Keywords : Programming languages; Computer Science; JavaScript; Comparative Study; Reason; Programmeringsspråk; datavetenskap; JavaScript; jämförande studie; Reason;

    Abstract : JavaScript has in recent years become one of the most utilized programming languages for developing different kinds of applications. However, even though it has received a lot of praise for its simplicity, versatility and highly active community, it lacks some functionalities and features that a lot of programmers highly value, like static and strict typing, compile-time debugging, and to not be required to make use of third-party libraries to integrate crucial functionality. READ MORE

  3. 18. User experience design and front end development of an online auction website

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

    Author : Mar Vidal Segura; [2019]
    Keywords : Website; User Experience; Design; React; Font end; Double Diamond; Auction; Webbplats; Användarupplevelsen; Design; React; Font end; Double Diamond; Auktion;

    Abstract : Art_Value is a startup whose purpose is to create an innovative marketplace where new artworks, based on numbers, are created, distributed through auctions and traded. Online auctions have added new advantages of new technologies and trigger more emotions than online shopping. READ MORE

  4. 19. Applicability of modern graphics libraries in web development : How may current graphics APIs that allow GPU-rendered web content be better inorporated for use in modern web application production?

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Daniel Nordström; [2019]
    Keywords : graphics javascript browser api web development webgl threejs ux ui;

    Abstract : This thesis presents an exploration into current web browser technologies for graphicsdevelopment, and offers a framework-like solution to integrate WebGL basedgraphical features into any web application based on those findings. It is builtlargely of the 2017 investigative graduate work done at Explizit Solutions (an ITfirm based in Skellefteå, Sweden), where the goal was to discover how 3D graphicstechnology in web browsers could be incorporated into and improve the front-endof their booking system services. READ MORE

  5. 20. 3D Visualization in booking systems

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Erik Okfors; [2019]
    Keywords : 3D Visualization; UX; JavaScript; AngularJS; ThreeJS;

    Abstract : The use of 3D in web applications became available in the mid 1990's with the release of VRML. Today the use of 3D is very common even with web application, and three.js and Babylon.js has become some of the most popular 3D libraries to support the creation of 3D within web services. READ MORE