Kaltinril
-
- 156,515 total downloads
- last updated 7/19/2026
- Latest version: 0.17.0
Generate BMFont-compatible bitmap font atlases from TTF/OTF/WOFF files. Reads and writes BMFont .bmfc and Hiero .hiero (libGDX) configuration formats. Features layered effects (outline, fill color, gradient,... More information -
- 18,641 total downloads
- last updated 7/19/2026
- Latest version: 0.17.0
FreeType rasterizer backend for KernSmith. Cross-platform. Supports color fonts, variable fonts, SDF, and outline effects. -
- 11,927 total downloads
- last updated 7/9/2026
- Latest version: 2026.7.9.1-preview.1 (prerelease)
Bridges KernSmith bitmap font generation with Gum's BmfcSave font descriptor. Provides shared mapping logic used by platform-specific packages (KernSmith.MonoGameGum, KernSmith.KniGum, etc.) to generate fonts... More information -
- 8,551 total downloads
- last updated 7/9/2026
- Latest version: 2026.7.9.1-preview.1 (prerelease)
Runtime bitmap font generation for MonoGame + Gum games using KernSmith. Generates BitmapFont instances entirely in memory — no disk I/O required. Wire up with one line:... More information -
- 7,826 total downloads
- last updated 7/9/2026
- Latest version: 2026.7.9.1-preview.1 (prerelease)
Runtime bitmap font generation for KNI + Gum games using KernSmith. Generates BitmapFont instances entirely in memory — no disk I/O required. -
- 5,306 total downloads
- last updated 7/19/2026
- Latest version: 0.12.0
ShadowDusk core types (IShaderCompiler, Result, ShaderError, CompilerOptions, IR, SPIR-V reflection). Part of the ShadowDusk.Compiler cross-platform MonoGame/KNI shader compiler. -
- 4,973 total downloads
- last updated 7/19/2026
- Latest version: 0.12.0
ShadowDusk GLSL back-end: SPIR-V to GLSL transpilation via SPIRV-Cross and the MonoGame/MojoShader GLSL dialect rewriter. Part of the ShadowDusk.Compiler cross-platform MonoGame/KNI shader compiler. -
- 4,849 total downloads
- last updated 7/19/2026
- Latest version: 0.12.0
ShadowDusk HLSL front-end: FX9 pre-parse, preprocessor, DXC integration (HLSL to SPIR-V/DXIL via Vortice.Dxc), and the vkd3d-shader DXBC backend (HLSL to SM1–5 D3D bytecode for the DirectX and FNA targets;... More information -
- 4,608 total downloads
- last updated 7/19/2026
- Latest version: 0.12.0
Cross-platform, self-contained HLSL Effect compiler for MonoGame, KNI, and FNA. Compiles .fx shaders to .mgfx binaries (MonoGame/KNI) or D3D9 fx_2_0 .fxb binaries (FNA) in memory at runtime — on Linux, macOS,... More information -
- 1,893 total downloads
- last updated 7/19/2026
- Latest version: 0.17.0
DirectWrite rasterizer backend for KernSmith using TerraFX.Interop.Windows. Windows-only. Loads system fonts and renders with ClearType-hinted grayscale antialiasing. Color and variable fonts are not yet... More information -
- 1,889 total downloads
- last updated 7/19/2026
- Latest version: 0.17.0
GDI rasterizer backend for KernSmith. Windows-only. Matches BMFont output for pixel-perfect parity. -
- 1,678 total downloads
- last updated 7/19/2026
- Latest version: 0.17.0
StbTrueType rasterizer backend for KernSmith. Pure C#, cross-platform. No native dependencies. Ideal for Blazor WASM, iOS AOT, and serverless. -
- 1,588 total downloads
- last updated 7/19/2026
- Latest version: 0.12.0
In-browser (WebAssembly / Blazor net8.0-browser) HLSL Effect compiler for MonoGame, KNI, and FNA. Add the package to a net8.0-browser app, call WasmShaderCompiler.CompileAsync, and feed the .mgfx bytes to new... More information -
- 1,499 total downloads
- last updated 7/19/2026
- Latest version: 0.12.0
Cross-platform drop-in replacement for MonoGame's mgfxc shader compiler — compiles .fx to .mgfx (MonoGame/KNI) and D3D9 fx_2_0 .fxb (FNA), self-contained on Linux, macOS, and Windows. -
- 353 total downloads
- last updated 7/19/2026
- Latest version: 0.12.0
ShadowDusk ShaderToy front-end: a pure-managed, zero-native converter that translates a ShaderToy / plain-GLSL fragment shader into a self-contained HLSL .fx source (ShaderToyConverter.Convert). The .fx then... More information -
- 37 total downloads
- last updated 7/19/2026
- Latest version: 0.17.0
Web font source for KernSmith. Fetches WOFF fonts from CSS-based font CDNs (Bunny Fonts, Google Fonts) by parsing @font-face responses. Ideal for browser/WASM scenarios where there is no filesystem.