MicromachinesTaller

Trabajo practico final para Taller de Programacion I

Links utiles

SDL:
https://www.willusher.io/pages/sdl2/
http://lazyfoo.net/tutorials/SDL/

JSON:
https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp
Ejemplo uso:

    #include "../Common/json.hpp"  
    using json = nlohmann::json;

Instalaciones

Lua: sudo apt install lua5.3 liblua5.3-dev

FFMPEG: sudo apt install ffmpeg

Compilacion

  • mkdir build
  • cd build
  • cmake ..
  • make && make install

Tp viejo (:c)

https://github.com/sberoch/PortalTaller

Link al informe en Overleaf

https://www.overleaf.com/2631233934cvftzgtzdygb