Skip to content

Releases: zaafar/ClickableTransparentOverlay

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

ImGui Demo

26 Jan 18:13
4cfe1f5
Compare
Choose a tag to compare

Improved CPU usage.

ImGui Demo

20 Jan 19:13
Compare
Choose a tag to compare
1.0.1

minor QOL change

ImGui Demo

20 Jan 18:45
0c540bc
Compare
Choose a tag to compare
Merge pull request #1 from zaafar/f/remove-dependencies

Remove Libs/Shaders