isodi.future

This package holds modules to be included in later versions of Isodi as a part of the main package, replacing the old display system. See #21 for more details.

Note: Display cellSize is ignored and assumed to be 100. If you're using this package, it's preferred not to rely on this value at all, as it will likely change in the future.

Modules

model
module isodi.future.model
Undocumented in source.
render_bundle
module isodi.future.render_bundle

Implements RenderBundle. This module is exclusive to raylib-d, see #20 and #21.

resource
module isodi.future.resource
Undocumented in source.

Public Imports

isodi.future.model
public import isodi.future.model;
Undocumented in source.
isodi.future.render_bundle
public import isodi.future.render_bundle;
Undocumented in source.
isodi.future.resource
public import isodi.future.resource;
Undocumented in source.

Meta