armory3d / khacpp

Fork of hxcpp with slight modifications for Kha/Kinc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hxcpp

Build Status

hxcpp is the runtime support for the c++ backend of the haxe compiler. This contains the headers, libraries and support code required to generate a fully compiled executable from haxe code.

building the tools

REPO=$(pwd)
cd ${REPO}/tools/run
haxe compile.hxml
cd ${REPO}/tools/hxcpp
haxe compile.hxml
cd $REPO

cppia

You first need to build the cppia host.

REPO=$(pwd)
cd ${REPO}/project
haxe compile-cppia.hxml
cd $REPO

Then you can do haxelib run hxcpp file.cppia.

About

Fork of hxcpp with slight modifications for Kha/Kinc.

License:Other


Languages

Language:C++ 52.7%Language:C 36.1%Language:Haxe 9.6%Language:Objective-C 0.8%Language:Smarty 0.4%Language:Batchfile 0.2%Language:Objective-C++ 0.2%Language:Shell 0.0%Language:Java 0.0%