Skip to content

Runtime files for c++ backend for haxe

License

Notifications You must be signed in to change notification settings

cortex-engine/hxcpp

This branch is 35 commits ahead of, 26 commits behind HaxeFoundation/hxcpp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfce756 · Feb 19, 2025
Oct 12, 2024
Aug 13, 2015
Jun 5, 2023
Jun 26, 2024
Sep 28, 2024
Jul 25, 2010
Sep 14, 2024
Feb 19, 2025
Sep 17, 2024
Feb 19, 2025
Oct 12, 2024
Mar 30, 2023
Jun 25, 2024
Apr 7, 2023
Jul 26, 2009
Jul 7, 2019
Apr 7, 2023
Jan 20, 2014
Mar 6, 2023

Repository files navigation

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

Runtime files for c++ backend for haxe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.7%
  • C 36.5%
  • Haxe 9.2%
  • Objective-C 0.8%
  • Smarty 0.4%
  • Batchfile 0.2%
  • Other 0.2%