Skip to content

kth-cdate-courses/DA150X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Getting started

Install submodules:

  1. Goto projects/emsdk
  2. Run git submodule update --init --recursive
  3. Run ./emsdk install latest
  4. Run ./emsdk activate latest
  5. Source emscc by following instructions in the console

Running

  1. Once per session run just source, copy the command and run it in your shell. This will link the emsdk to your shell.
  2. Build system just build
  3. Run just start

Credits

Algorithms used in this project are derived from https://github.com/Sable/Ostrich