Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

TheFJS14/windy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windy

This library is still in development and is not ready to be used.

Windy is a windowing library in pure Nim that uses OS native APIs. Windy is similar to GLFW or SDL.

You would use windy to:

  • Open and manage windows.
  • Get mouse events.
  • Get keyboard events.
  • Open openGL context to do graphics.

Supported OS:

  • Windows via win32 API.
  • MacOS via Cocoa API.
  • Linux via X11 protocol.

About

Windowing library for Nim using OS native APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nim 95.5%
  • Objective-C 4.5%