Vital Fadeev
Vital Fadeev
Is possible to triangulate polygon with holes ? ( attached image )  _This is the 'B' letter from Arial font, for using in the text rendering via OpenGL._
size_t for readlink()
How to place xmenu in the center of screen ?
Installation on Debian 12, dependencies
Hi. Create, please, program for take template from "~/.config/dub/template/" and put into new project. Example: ``` .config/ dub/ template/ source main.d dub.json ``` on dub init: `cp .config/dub/template/* .` then...
I want this customized `main.d` after `dub init`. ```D import std.stdio; void main () { // } ``` Give me solution, please.