Skip to content

WinD v1.0.0 — First Release

Latest

Choose a tag to compare

@PogSmok PogSmok released this 11 Jul 17:07
· 5 commits to main since this release
b84eb17

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.