Skip to content

AltronMaxX/HaxeRustIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4cc1c7 · Nov 28, 2023

History

4 Commits
Nov 28, 2023
Nov 28, 2023
Nov 28, 2023
Nov 28, 2023
Nov 28, 2023
Nov 28, 2023

Repository files navigation

Usage of Rust native library in Haxe

Meaning of the repository

This is just my experiment aimed at studying the execution of code from a native library generated by Rust. This example works only on cpp target.

How to run it?

First of all, you need to install Rust and Haxe. Then go to rustSrc and run cargo build in it. Then go back and compile Haxe code by using haxe build.hxml. And the last: go to the rustSrc\target\debug and copy rustSrc.dll from it to bin\cpp, then you can run Main.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published