d-idioms icon indicating copy to clipboard operation
d-idioms copied to clipboard

The Do It In D series

Open p0nce opened this issue 4 years ago • 2 comments

  • [ ] load a JPEG or PNG image, resize it, and save as PNG
  • [x] parse XML file
  • [x] put text in a PDF
  • [x] generate HTML from markdown
  • [x] I like my vertical stack blur, it's quite short actually = >no
  • [x] serialize as MessagePack => meh
  • [x] play an MP3
  • [x] draw a triangle
  • [x] download a file
  • [x] minigui example => honestly, not many examples build at all
  • [x] simple argument parsing with std.getopt
  • [x] console colors

p0nce avatar Dec 09 '21 15:12 p0nce

Adam: "also btw on xml parsing, you can just do new XmlDocument(); to simplify that a lil, which sets case sensitive and strict to true automatically it also sets the <?xml prelude for printing back out as string "

p0nce avatar Dec 09 '21 17:12 p0nce

http://dpldocs.info/this-week-in-d/Blog.Posted_2020_12_21.html#audio-player-in-d

p0nce avatar Dec 09 '21 17:12 p0nce