Skip to content

Releases: PogSmok/WinD

WinD v1.0.0 — First Release

11 Jul 17:07
b84eb17

Choose a tag to compare

WinD is a minimalistic, high-performance Windows DLL for real-time console rendering and asynchronous .wav audio playback, written entirely in x64 assembly.

What’s New

  • Initial public release of WinD
  • Efficient atomic full-frame console rendering using WriteConsoleOutputW
  • Full Unicode and per-cell color attribute support for vibrant console visuals
  • UTF-16 string output with Virtual Terminal (ANSI escape sequences) for advanced styling
  • Simple asynchronous .wav audio playback via PlaySoundW
  • Sample examples included (Python, C, Go) demonstrating rendering and audio playback
  • Compact, dependency-free x64 assembly DLL for Windows

Getting Started

  • See the README for build instructions and API usage
  • Check out the examples folder for quick start samples
  • Download the prebuilt DLL from the releases section

Known Issues

  • Windows only (x64)
  • No support for older console APIs
  • Audio playback limited to .wav files

Thank you for trying WinD! Please report any bugs or feature requests in the issues.