novelate.external

Copyright © Novelate 2020

Modules

core
module novelate.external.core

Copyright © Novelate 2020

Public Imports

novelate.external.core
public import novelate.external.core;
novelate.dsfmlbinding
public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;
novelate.sdlbinding
public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

Meta

Authors

Jacob Jensen (bausshf) Website: https://novelate.com/

Novelate is a free and open-source visual novel engine and framework written in the D programming language.
It can be used freely for both personal and commercial projects.

Module Description: This module is used for interacing with external bindings. This allows novelate to be used with a various libraries ex. sfml, sdl etc.