GithubHelp home page GithubHelp logo

ehekatl / grtsample Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 86 KB

A sample project for integrating Gesture Recognition Toolkit (GRT) with Unreal Engine

License: MIT License

C++ 99.26% C# 0.63% C 0.12%
grt unreal-engine machine-learning

grtsample's Introduction

GRTSample Unreal Project

A sample project which porting the GRT library into unreal engine module.

Build and test on VS2017 with Unreal Engine 4.18.3.

Notice: this is some old unfinished work, only DTW(Dynamic Time Warping) classifier will work

Why not just use GRT?

You can compile and link GRT with Unreal but there are many reason that they won't work together:

  • Many macros get overwritten when link unreal with GRT header
  • Unreal Engine use it's own data types to replace the ones in standard C++ library
  • Unreal Engine also forbid developer to catch or throw the exception, it turns off unwind semantics by default.
  • Unreal Engine has it’s own run-time type identification system and method like "dynamic_cast" will not work.

grtsample's People

Contributors

ehekatl avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.