Skip to content

Releases: zaafar/ClickableTransparentOverlay

11.1.0

06 Jan 04:53
Compare
Choose a tag to compare
version 11.1.0

Release 11.0.1 with Demo

22 Jul 20:35
Compare
Choose a tag to compare

What's Changed

  • Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /ClickableTransparentOverlay by @dependabot in #79

Full Changelog: 11.0.0...11.0.1

Release 11.0.0 with Demo

21 Jul 15:45
96dca4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.2.0...11.0.0

Overlay Demo

23 Sep 14:04
Compare
Choose a tag to compare

Fix the bug where overlay crashes on closing
Updated Image uploading API

Overlay Demo

12 Sep 18:11
Compare
Choose a tag to compare
  • Updated to latest ImGUI/Veldrid
  • Making some function internal so lib users don't use them
  • Add functionality to get multiple monitor bounds, this will allow overlay to easily move to different monitor
  • Fix a rare bug where overlay gets non-clickable

Overlay Demo

10 Jun 15:09
0ff6b0d
Compare
Choose a tag to compare

This is backward incompatible release.

-> Internal Changes
Remove dependency from https://github.com/gmamaladze/globalmousekeyhook
Re-implemented in .NET CORE 2.0

-> API Changes
The render function is now using co-routines (https://github.com/Ellpeck/Coroutine) rather than delegates for better thread management. An OnRender co-routine event is added, that will be called on every frame. Any rendering work should be done by using this co-routine event (as shown in the demo).

Added ability to read keyboard key state

Overlay Demo

14 Mar 21:26
Compare
Choose a tag to compare

Updating ImGui to 1.75
Updating Veldrid to 4.7.0

Overlay Demo

27 Jan 19:06
Compare
Choose a tag to compare
1.1.1

minor fixup

Overlay Demo

27 Jan 18:39
Compare
Choose a tag to compare
1.1.0

rename demo exe

ImGui Demo

27 Jan 18:17
Compare
Choose a tag to compare
Added Debug Mode. In this mode overlay will not Hide the Console

Added API to change the FPS
new and improved sample demo