Skip to content

Dynamic binding of the Mono Runtime C API to the D Programming Language

License

Notifications You must be signed in to change notification settings

eigenraven/derelict-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DerelictMono

Dub version

Dynamic and static bindings to version 5.0 of the Mono Runtime for the D Programming Language. It can be used for embedding a Common Language Runtime in D.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictMono and load Mono at run time. Please also look at DerelictGLFW3 documentation to see how to use the static bindings, the subconfiguration is named derelict-mono-static. In the meantime, here's some sample code.

import derelict.mono.mono;

void main()
{
    // Load the Mono library.
    DerelictMono.load();

    // Now Mono functions can be called.
    ...
}

About

Dynamic binding of the Mono Runtime C API to the D Programming Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages