Skip to content

TriedAngle/nimwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NimWin

Platform Agnostic Windowing Library for Nim

Goal

Event based windowing library similar to Rust's winit library

Currently only GLFW is supported and web is planned. Using native libraries like XLib and WinAPI are considered but not planned yet as GLFW implements almost everything needed. Once the abstraction over GLFW and Web is done, native libraries can be reconsidered

Todo

  • example with OpenGL
  • vulkan integration and vulkan Example

current missing features from glfw

  • web / browser support -> fix: abstract over glfw and web
  • hovering files over the window, currently only dropping is supported

About

Platform Agnostic Windowing Library for Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages