dear-imgui: Haskell bindings for Dear ImGui.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'cc-options: -O[n]' is generally not needed. When building with optimisations Cabal automatically adds '-O2' for C code. Setting it yourself interferes with the --disable-optimization flag.
- 'cxx-options: -O[n]' is generally not needed. When building with optimisations Cabal automatically adds '-O2' for C++ code. Setting it yourself interferes with the --disable-optimization flag.
- These packages miss upper bounds: - StateVar - inline-c-cpp - managed - sdl2 - unliftio - vector Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
The package supports multiple rendering backends. Set package flags according to your needs.
[Skip to Readme]
Properties
Versions | 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.2.1, 2.3.0, 2.3.0, 2.3.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.12 && <4.20), containers (>=0.6.2.1 && <0.8), dear-imgui, directory (>=1.3 && <1.4), filepath (>=1.4 && <1.6), gl, inline-c (>=0.9.0.0 && <0.10), inline-c-cpp, managed, megaparsec (>=9.0 && <9.7), parser-combinators (>=1.2.0 && <1.4), scientific (>=0.3.6.2 && <0.3.8), sdl2 (>=2), StateVar, system-cxx-std-lib, template-haskell (>=2.15 && <2.22), text (>=1.2.4 && <2.2), th-lift (>=0.7 && <0.9), transformers (>=0.5.6 && <0.7), unliftio, unordered-containers (>=0.2.11 && <0.3), vector [details] |
License | BSD-3-Clause |
Author | Oliver Charles |
Maintainer | ollie@ocharles.org.uk, aenor.realm@gmail.com |
Category | Graphics |
Source repo | head: git clone https://github.com/haskell-game/dear-imgui.hs |
Uploaded | by AlexanderBondarenko at 2024-07-19T16:56:22Z |
library dear-imgui
Modules
[Index] [Quick Jump]
library dear-imgui:dear-imgui-generator
Modules
[Index] [Quick Jump]
- DearImGui
- DearImGui.Generator
- DearImGui.Generator.Parser
- DearImGui.Generator.Tokeniser
- DearImGui.Generator.Types
- DearImGui.Generator
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debug | Enable debug mode. | Disabled |
opengl2 | Enable OpenGL 2 backend. | Disabled |
opengl3 | Enable OpenGL 3 backend. | Enabled |
vulkan | Enable Vulkan backend. | Disabled |
sdl | Enable SDL backend. | Enabled |
sdl-renderer | Enable SDL Renderer backend (requires the SDL_RenderGeometry function available in SDL 2.0.18+). The sdl configuration flag must also be enabled when using this flag. | Disabled |
glfw | Enable GLFW backend. | Disabled |
examples | Build executable examples. | Disabled |
disable-obsolete | Don't define obsolete functionsenumsbehaviors. Consider enabling from time to time after updating to avoid using soon-to-be obsolete function/names. | Disabled |
use-wchar32 | Use 32-bit for ImWchar (default is 16-bit) to support unicode planes 1-16. (e.g. point beyond 0xFFFF like emoticons, dingbats, symbols, shapes, ancient languages, etc...) | Enabled |
use-imdrawidx32 | Use 32-bit vertex indices (default is 16-bit) is one way to allow large meshes with more than 64K vertices. Your renderer backend will need to support it (most example renderer backends support both 16/32-bit indices). Another way to allow large meshes while keeping 16-bit indices is to handle ImDrawCmd::VtxOffset in your renderer. Read about ImGuiBackendFlags_RendererHasVtxOffset for details. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- dear-imgui-2.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees