obastemur / jxcore_uwp

Sample UWP project for JXcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample UWP project for JXcore

This repository has everything included in order to show basic usage of JXcore under a UWP application.

This project contains JXcore 0.3.1.2 binaries pre-built under App1/jxcore/Release folder.

DO NOT FORGET! putting jx.dll (App1/jxcore/Release/) file under the AppX folder prior to running the application!

You will need VS 2015+ to use the solution file.

Compiling JXcore for UWP (JXcore UWP Visual Studio Solution?)

Although you don't need to... In case you want to build jxcore for UWP;

(bonus: script below will generate JXcore UWP Visual Studio project)

> git clone https://github.com/jxcore/jxcore

> vcbuild.bat --win-onecore --shared-library --engine-chakra x64

!! replace x64 to arm or ia32 for other targets

LICENSE

MIT

About

Sample UWP project for JXcore

License:MIT License


Languages

Language:C 54.2%Language:C++ 43.4%Language:JavaScript 2.3%