Standard Library
Nyx includes native modules. String arguments to these functions that contain literal escape sequences (e.g., \\n
, \\e
) are generally processed into actual control characters by the C++ native code.
std:io
: Console I/O, file operations.std:list
: List manipulation utilities.std:string
: String manipulation functions.std:time
: Time-related utilities.std:sdl
: SDL2/SDL_ttf bindings for graphics, events, text.