GithubHelp home page GithubHelp logo

jonike / opencl.uplugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kwonoh/opencl.uplugin

0.0 3.0 0.0 389 KB

OpenCL Plugin for Unreal Engine 4

License: MIT License

C# 0.36% C++ 66.79% C 32.85%

opencl.uplugin's Introduction

OpenCL Plugin for Unreal Engine 4

This plugin helps you to link OpenCL with your UE projects. It is easy to link with OpenCL on OS X because it's already installed as a global framework. But on windows it is not trivial. If you want to add/replace for other version or platform, you can replace the header files from the Khronos OpenCL Registry and add/replace the OpenCL.lib files in ThirdParty/OpenCL/Lib from OpenCL SDKs of the SDK providers (Intel/ATI/NVIDIA). The OpenCL.lib files help you to link with OpenCL.dll which installed on system with the drivers. (It is not recommended to link with OpenCL.dll directly.)

Supported Platform

Tested on Unreal Engine 4.7.6 in OS X, Windows on Intel CPU/GPU, NVIDIA GPU. I've tested on OS X 10.10.3 (Intel Ivy Bridge, GT 650M, GTX 980) and Windows 8.1. All suggestions for other platforms are welcome.

Known Issues

  • On windows, It's failed to run editor on Debug mode. (Development mode works well)

Installation

Windows

  1. Install NVIDIA Graphics Driver and Intel OpenCL runtime.
  2. Copy "OpenCL" folder to "Plugins" folder under your project directory.
  3. Add "OpenCL" under "PublicDependencyModuleNames" in your *.Build.cs file to include header files from your project.
  4. Include "OpenCL.h" in your source code.

OS X

  1. Copy "OpenCL" folder to "Plugins" folder under your project directory.
  2. Add "OpenCL" under "PublicDependencyModuleNames" in your *.Build.cs file to include header files from your project.
  3. Include "OpenCL.h" in your source code.

Screenshots

Windows

Log Screenshots on Windows

OS X

Log Screenshots on OS X

Legal info

Unreal® is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere. Unreal® Engine, Copyright 1998 – 2014, Epic Games, Inc. All rights reserved.

Plugin is completely free and available under MIT open-source license.

opencl.uplugin's People

Contributors

kwonoh avatar

Watchers

 avatar  avatar  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.