• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1
  • 1
  • Tagged with
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Digital Konferenslösning : Ett mediadistribueringsverktyg och presentationssystem för digital skyltning. / Digital Conference Solution : A media distribution system and presentation system for digital signage.

Olle, Pejstrup, Anton, Odén January 2016 (has links)
Gustaf Fröding hotell behöver en smidigare lösning för att uppdatera och visa information om konferensbokning. De använder sig idag papperskyltar för att informera och vägleda kunder till konferensrummen. Pappersskyltarna ska ersättas med surfplattor för att bland annat ge bättre intryck på deras kunder. Surfplattorna behöver en applikation för att ta emot och visa materialet. Vi utvecklade en prototyp för detta ändamål som sedan ska användas för vidareutveckling av systemet. Denna uppsats beskriver vår utveckling av denna applikation. Resultatet blev en webbapplikation skriven i ASP.NET MVC som är baserad på Gustaf Fröding hotells behov. Webbapplikationen har administrativa funktioner för sammansättning av media, vilket skapar presentationer. Surfplattor kopplar upp sig till webbapplikationen via en unik URL som visar tilldelad presentation. Applikationen levererades och beslutet om vidareutveckling är ännu inte bestämt. / Gustaf Fröding hotel needs a smother agile solution for updating and displaying the information on conference booking. They currently use paper signs to inform and guide customers to the conference rooms. These paper signs are going to be replaced by tablets to create a better impression for their customers. The tablets need an application for receiving and displaying material and we developed a prototype for this purpose. This prototype will be used for further development of the system. This dissertation describes our development of this application. The result of the project is a web application written in ASP.NET MVC based on Gustaf Fröding hotels requirements. The web application has administrative functions for the composition of media, creating presentations. Tablets connect to the web application via a unique URL that displays the assigned presentation. The application was delivered but the decision of further development has not yet been made.
2

Compiling SDL Multiplayer Games to WebAssembly with Emscripten for use in Web Browsers / Kompilera SDL multiplayer spel till WebAssembly med Emscripten för användning i webbläsare

Falkmer, Oscar, Norrman, Martin January 2022 (has links)
Collecting and deploying online games made by inexperienced developers can behard. This is something KTH (Royal Institute of Technology) has a problem withpertaining to a course involving SDL and SDL_Net programming. A good solutionto this problem is to host these games on a website. An easy-to-use way of compilingand deploying multiplayer games and game-servers written in C as web applicationsand web servers was needed. Specifically for games written in C using SDL andSDL_net libraries. The compiler toolchain Emscripten was used to compile gameand server code from C to WebAssembly, that could then be used through the generated JavaScript functions. Communication between the client and the server washandled by WebSockets. As much of the Emscripten specific functions were to behidden behind C libraries, emulating the format of SDL_Net. The finished solutionsthat emulated the format of SDL_Net, consisted of two new libraries, one for theserver and the other for the client. The libraries successfully emulated the TCP partsof SDL_Net library. The browsers event scheduler necessitates applications to beable to return control back to it. This meant that the game codes endlessly loopingfunctions had to be rewritten to enable rendering in the browser. / Det kan vara svårt att samla in och distribuera onlinespel gjorda av oerfarnautvecklare. Detta är något som KTH (Kungliga Tekniska Högskolan) har problemmed i en kurs som involverar SDL och SDL_Net programmering. En bra lösning pådetta problem är att köra dessa spel på en webbsida. Ett lättanvänt sätt att kompileraoch distribuera multiplayer-spel och spelservrar skrivna i C till webbapplikationeroch webbservrar behövdes. Specifikt för spel skrivna i C med SDL och SDL_netbiblioteken. Kompileringsverktyget Emscripten användes för att kompilera spel- ochserverkod från C till WebAssembly, som sedan kunde användas genom degenererade JavaScript-funktionerna. Kommunikationen mellan klienten ochservern sköttes av WebSockets. I största möjliga mån skulle Emscripten specifikafunktioner döljas bakom C-bibliotek som emulerade formatet av SDL_Net. Defärdiga lösningarna som emulerar formatet av SDL_Net bestod av två nya bibliotek,ett för servern och det andra för klienten. De emulerade framgångsrikt TCP-delarnaav SDL_Net biblioteket. Webbläsarens händelseschemaläggare kräver attapplikationer har möjligheten att återge kontroll till den. Detta gjorde att spelkodensoändligt loopande funktioner behövdes skrivas om för att kunna rendera i webbläsaren.

Page generated in 0.1502 seconds