Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmmych authored Apr 21, 2024
1 parent db42e1a commit 2acd599
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Optimade

Optimade is a modern rebuild of a C# WinForms application that utilizes CefSharp to load an HTML site. The main goal of Optimade was to create a rounded rectangle window even before Windows 11 was announced. Today, it serves as a modernized version of the original application, maintained for safekeeping.

![Screenshot 2024-04-21 150905](https://github.com/alexmmych/OptimadeWinforms/assets/54857786/d9049eac-061a-4b9e-80d3-90e28a59acfa)


## Features

- Rounded rectangle window design.
- Integration of CefSharp for loading an HTML site.
- JavaScript and C# listeners for controlling the window behavior.
- Custom window painting to replace the default Windows window appearance.

## Technologies Used

- C#
- .NET Framework
- WinForms
- CefSharp (Chromium Embedded Framework for .NET)

0 comments on commit 2acd599

Please sign in to comment.