Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 775 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 775 Bytes

GPUI Notes is an open-source note-taking app written in Rust using the GPUI library for fast and responsive UI performance. It draws inspiration from popular note-taking apps such as Obsidian and Tritium.

Features

  • Fast and responsive user interface powered by GPUI

Installation

To install GPUI Notes, follow these steps:

  1. Ensure you have Rust and GPUI installed.
  2. Clone the GPUI Notes repository:

 git clone https://github.com/TheMysticLynx/gpui-notes.git

  1. Navigate to the project directory:

 cd gpui-notes

  1. Build the application:

 cargo build --release

  1. Run the application:

 ./target/release/gpui-notes

Usage

Contributing

Contributions are welcome!

License

GPUI Notes is licensed under the MIT License.