Skip to content

Instantly share code, notes, and snippets.

View SysOverdrive's full-sized avatar
♟️
Making Moves

SysOverdrive

♟️
Making Moves
View GitHub Profile
// ClientForZmq.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <zmq.hpp>
#include <string.h>
#include <stdio.h>
#include "stdlib.h"
#include "string.h"
#include <msgpack.hpp>

Gsoc 2018

The final pull request submitted for evaluation : https://github.com/robcog-iai/UPupilLabsVR/pull/1

Brief Objectives.

  1. Create a GUI for the research institute that can confortobly edit object tags and visualize their properties.-
  2. Have the eye-tracking plugin work with Pupil Head Mounted Eyetracker.

What has been done.

  1. Integration of an editor gui with the existing tags modules and their capabilities.
  2. Integration of the Pupil Eye-tracker in Unreal with limited functionality.