-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |