MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp

github.com/HaxeFoundation/hxcpp @v4.3.145

Chat with this repo
repository ↗ · DeepWiki ↗ · release v4.3.145 ↗ · + Follow
5,630 symbols 12,726 edges 208 files 268 documented · 5% updated 6d agov4.3.146 · 2026-07-08★ 328195 open issues

Browse by type

Functions 4,863 Types & classes 767
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Core symbols most depended-on inside this repo

Shape

Method 2,465
Function 2,398
Class 726
Enum 41

Languages

C++88%
C12%
Java1%

Modules by API surface

src/hx/cppia/Cppia.cpp589 symbols
src/hx/gc/Immix.cpp271 symbols
include/Array.h184 symbols
include/hx/DynamicImpl.h144 symbols
include/hx/LessThanEq.h126 symbols
src/hx/CFFI.cpp121 symbols
src/hx/cppia/sljit_src/sljitNativeTILEGX-encoder.c120 symbols
include/cpp/Pointer.h106 symbols
src/String.cpp93 symbols
src/hx/cppia/CppiaClasses.cpp92 symbols
src/hx/cppia/CppiaCompiler.cpp91 symbols
src/hx/cppia/Cppia.h90 symbols

For agents

$ claude mcp add hxcpp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page