Skip to content
#

dlang

d logo

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.

Here are 914 public repositories matching this topic...

aduros
aduros commented Dec 13, 2021

The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.

We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.

Games can then use hex string literals to easily display these:

text("Press \x80 to jump!", 0, 0);
benoit-dubreuil
benoit-dubreuil commented Aug 24, 2021

Desktop (please provide environment info):

  • OS: Windows 10
  • IDE: Intellij 2021.2.1 (Ultimate Edition)
  • Plugin Version: 1.26.1

D compiler and tools (please provide version numbers):

  • dmd: 2.097.2
  • dub: 1.26.1
  • dcd: 0.13.4
  • dscanner: 0.11.1-1

Describe the problem
When I try to rename a D code file through the project view and the "search for references" checkb

Drill

Created by Walter Bright

Released December 2001

Organization
dlang
Website
dlang.org
Wikipedia
Wikipedia

Related Topics

dmd dub gdc language ldc phobos