creator.core

Undocumented in source.

Modules

actionstack
module creator.core.actionstack
Undocumented in source.
colorbleed
module creator.core.colorbleed

re-implementation of the GermSerk ColorBleedingEffect texture padding algorithm https://github.com/gemserk/imageprocessing/blob/master/src/main/java/com/gemserk/utils/imageprocessing/ColorBleedingEffect.java

dpi
module creator.core.dpi
Undocumented in source.
egg
module creator.core.egg
Undocumented in source.
fmt
module creator.core.fmt
Undocumented in source.
font
module creator.core.font
Undocumented in source.
i18n
module creator.core.i18n
Undocumented in source.
input
module creator.core.input
Undocumented in source.
path
module creator.core.path
Undocumented in source.
settings
module creator.core.settings
Undocumented in source.
tasks
module creator.core.tasks
Undocumented in source.

Public Imports

bindbc.imgui
public import bindbc.imgui;
Undocumented in source.
bindbc.imgui.ogl
public import bindbc.imgui.ogl;
Undocumented in source.
creator.core.settings
public import creator.core.settings;
Undocumented in source.
creator.core.actionstack
public import creator.core.actionstack;
Undocumented in source.
creator.core.tasks
public import creator.core.tasks;
Undocumented in source.
creator.core.path
public import creator.core.path;
Undocumented in source.
creator.core.font
public import creator.core.font;
Undocumented in source.
creator.core.dpi
public import creator.core.dpi;
Undocumented in source.

Members

Enums

DPIAwarenessContext
enum DPIAwarenessContext
Undocumented in source.
ProcessDPIAwareness
enum ProcessDPIAwareness
Undocumented in source.

Functions

incBeginLoop
void incBeginLoop()

Begins the Inochi Creator rendering loop

incBeginLoopNoEv
void incBeginLoopNoEv()
Undocumented in source. Be warned that the author may not have intended to support it.
incCreateContext
void incCreateContext()
Undocumented in source. Be warned that the author may not have intended to support it.
incDebugImGuiState
void incDebugImGuiState(string msg, int indent)

Prints ImGui debug info

incEndLoop
void incEndLoop()

Ends the Inochi Creator rendering loop

incExit
void incExit()

Exit Inochi Creator

incFinalize
void incFinalize()

Finalizes everything by freeing imgui resources, etc.

incFinishFileDrag
void incFinishFileDrag()
Undocumented in source. Be warned that the author may not have intended to support it.
incGetAda
Texture incGetAda()

Gets the Ada texture

incGetDarkMode
bool incGetDarkMode()
Undocumented in source. Be warned that the author may not have intended to support it.
incGetGrid
Texture incGetGrid()

Gets the grid texture

incGetLogo
Texture incGetLogo()

Gets the Inochi2D Logo

incGetLogoI2D
Texture incGetLogoI2D()
Undocumented in source. Be warned that the author may not have intended to support it.
incGetViewportDockSpace
ImGuiID incGetViewportDockSpace()

Gets dockspace of the viewport

incGetWindowPtr
SDL_Window* incGetWindowPtr()

Gets SDL Window Pointer

incHandleShortcuts
void incHandleShortcuts()
Undocumented in source. Be warned that the author may not have intended to support it.
incInitStyling
void incInitStyling()

Initialize styling

incIsCloseRequested
bool incIsCloseRequested()

Gets whether Inochi Creator has requested the app to close

incIsTilingWM
bool incIsTilingWM()
Undocumented in source. Be warned that the author may not have intended to support it.
incIsWayland
bool incIsWayland()
Undocumented in source. Be warned that the author may not have intended to support it.
incMainFont
ImFont* incMainFont()

Main font

incOpenWindow
void incOpenWindow()

Opens Window

incPopColorScheme
void incPopColorScheme()
Undocumented in source. Be warned that the author may not have intended to support it.
incPushDarkColorScheme
void incPushDarkColorScheme()
Undocumented in source. Be warned that the author may not have intended to support it.
incPushLightColorScheme
void incPushLightColorScheme()
Undocumented in source. Be warned that the author may not have intended to support it.
incSetDarkMode
void incSetDarkMode(bool darkMode)
Undocumented in source. Be warned that the author may not have intended to support it.
incSetDefaultLayout
void incSetDefaultLayout()
Undocumented in source. Be warned that the author may not have intended to support it.
incSetWin32DPIAwareness
void incSetWin32DPIAwareness()
Undocumented in source. Be warned that the author may not have intended to support it.
incShouldProcess
bool incShouldProcess()

Gets whether a frame should be processed

Variables

incShouldPostProcess
bool incShouldPostProcess;
Undocumented in source.
incShowStatsForNerds
bool incShowStatsForNerds;
Undocumented in source.

Meta