Coder Social home page Coder Social logo

haxeplatformergame's Introduction

HaxePlatformerGame

This is a port of Unreal's PlatformerGame demo to use Unreal.hx. It is a 1:1 port, and you can check the history to see how easy it is to port an existing C++ codebase to Haxe, and how C++ features map into Haxe.

In order to test this example, please do the following:

git clone https://github.com/waneck/HaxePlatformerGame.git
cd HaxePlatformerGame
git submodule init
git submodule update # this is important, as the Unreal.hx plugin is defined as a git submodule

After the project is cloned and the submodules are initialized, you can either run:

cd PlatformerGame/Plugins/UnrealHx
haxe init-plugin.hxml

And start the Unreal editor, which will compile the needed files when you open them for the first time

You can alternatively do:

cd PlatformerGame
export UE4=/path/to/your/UnrealEngine/directory # if on windows, use SET instead of export
ant build

This requires ant to be installed, and will build your project entirely through the command-line

In order to compile and run this, you will need Haxe 3.3 and Unreal 4.11. If you're on Windows, and not using an engine compiled from sources, Visual Studio 2015 is required.

haxeplatformergame's People

Contributors

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