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 929 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);
SingingBush
SingingBush commented Jan 23, 2022

as per https://plugins.jetbrains.com/docs/intellij/notifications.html

there are numerous places in the codebase which do code like this:

Notifications.Bus.notify(
  new Notification("Group ID", "Some Title",
    "Here is the content",
    NotificationType.INFORMATION
  ),
  project);

The equivalent to use (since 2020.3) should be:

NotificationGroupManager.ge
Drill

Created by Walter Bright

Released December 2001

Organization
dlang
Website
dlang.org
Wikipedia
Wikipedia

Related Topics

dmd dub gdc language ldc phobos