Skip to content

C# DLL -> Haxe externs (PLUS automatic Haxe compile-time definitions)

License

Notifications You must be signed in to change notification settings

SomeRanDev/cs2hx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs2hx

Given a C# DLL, generates Haxe externs OR automatic Haxe compile-time definitions

Building

To build the dll_reader/ executable, open the .csproj with Visual Studio, and build for release!

Alternatively, you can build from the command-line using .Net (Run this command in the dll_reader/ folder):

dotnet build --configuration Release

Test

This project is currently in development. To test what I'm testing:

cd test
haxe Test.hxml

About

C# DLL -> Haxe externs (PLUS automatic Haxe compile-time definitions)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published