Hikari Editor is built using the .NET framework as the base language, Edge WebView2 for text preview, and WinUI 3 for icons, text, and the user interface.
This project is inspired by the UI design of Himeyama on GitHub.
Before you begin, make sure you have installed the following:
-
Windows App Runtime
- Download and install from Windows App Runtime.
-
Edge WebView2
- Install Edge WebView2 from Microsoft Edge WebView2.
-
.NET 7.0 SDK
- Download the .NET 7.0 SDK from Download .NET 7.0.
-
Segoe Fluent Fonts
- If you are using Windows 10, you need to install the Segoe Fluent font. If you are using Windows 11, this font is already available in the system.
-
Visual Studio 2022/2019
- Ensure that you have installed the Windows Application Development and .NET Desktop Development workloads.
-
Developer Options
- Ensure that Developer mode is enabled before compiling the appx package.
Clone the repository: git clone https://github.com/Tristanputra2119/Hikari
Navigate to the project directory: cd Hikari
Open HikariEditor.sln in Visual Studio. Click the "Push HikariEditor (Package)" button to compile the project. And you're done!