Skip to content

Releases: levovix0/siwin

v0.7.2

21 May 12:19
Compare
Choose a tag to compare
  • fix #5: compilation error with --mm:orc

Full Changelog: 0.7.1...0.7.2

v0.7.1

17 Oct 17:31
Compare
Choose a tag to compare
  • removed deprecated code
  • added ability to run windows step by step
  • added ability to run multiple windows at once
  • added window to event args

Full Changelog: 0.7...0.7.1

v0.7

07 Aug 08:57
Compare
Choose a tag to compare

changes:

  • removed Image type (now image are taken by openarray of pixels and size)
  • drawImage now requires size of image, requires bgra colors (use toBgra to convert), can draw image at concreate position in window
  • added custom cursors
  • window.mouse.pressed is now a set
  • added ability to enable vsync
  • some fixes

v0.6.5

10 Jun 10:42
Compare
Choose a tag to compare

Full Changelog: 0.6.4...0.6.5

v0.6.4

29 May 20:03
Compare
Choose a tag to compare

Full Changelog: 0.6.3...0.6.4

v0.6.3

29 May 16:42
Compare
Choose a tag to compare

Full Changelog: 0.6.2...0.6.3

v0.6.2

28 May 09:23
Compare
Choose a tag to compare

Full Changelog: 0.6.1...0.6.2

v.0.6.1

24 May 10:01
Compare
Choose a tag to compare

fix: destructors

v0.6

24 May 09:38
Compare
Choose a tag to compare

changed: window now is ref object
+some fixes

v0.5.3

10 May 18:36
Compare
Choose a tag to compare
  • add: direct draw bgrx images
  • add: maximized and minimized
  • add: start interactive move/resize
  • add: some size cursors