SWAG

This is the list of all modules that come with the compiler. As they are always in sync, they are considered as standard. They are all part of the same workspace std.

You can find that workspace locally in bin/std, or here on GitHub.

Modules

std.core Main core module, the base of everything else
std.pixel An image and a 2D painting module
std.gui A user interface module (windows, widgets...)
std.audio An audio module to decode and play sounds
std.libc Libc wrapper

Wrappers

Those other modules are just wrappers to external libraries.

std.ogl Opengl wrapper
std.freetype Freetype wrapper
std.win32 Windows win32 wrapper (kernel32, user32...)
std.gdi32 Windows gdi32 wrapper
std.xinput Windows 'direct X input' wrapper
std.xaudio2 xaudio2 wrapper
Generated on 08-09-2024 with swag 0.40.0