Skip to content

Tauri-based portable version of SVGEdit, a fast, web-based, JavaScript-driven SVG drawing editor.

License

Notifications You must be signed in to change notification settings

brenoepics/svgedit-portable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVGEdit Portable

This is a Tauri-based portable version of SVGEdit, a fast, web-based, JavaScript-driven SVG drawing editor.

Overview

SVGEdit Portable allows you to run SVGEdit as a standalone desktop application without needing to install additional software or rely on a web browser. It combines the power of Tauri for lightweight, secure, and performant desktop applications with the rich feature set of SVGEdit for creating and editing SVG files.

Features

  • Portable: Run SVGEdit as a standalone application on Windows, macOS, and Linux.
  • Lightweight: Built with Tauri, ensuring minimal resource usage and fast performance.
  • Full SVGEdit Functionality: Enjoy all features of SVGEdit, including drawing, editing, and exporting SVG files.

Installation

You can find an executable version at releases

Building Locally

Prerequisites

  • Node.js (for building the project)
  • Rust (for building the Tauri backend)

Building the Application

  1. Clone the Repository

    git clone https://github.com/brenoepics/svgedit-portable.git
    cd svgedit-portable
  2. Install Dependencies

    npm install
  3. Build the Application

    npm run tauri build
  4. Run the Application

    npm run tauri dev

Usage

After building and running the application, the SVGEdit interface will appear in a standalone window. You can start creating and editing SVG files just as you would in the web-based version of SVGEdit.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch with your feature or bugfix.
  3. Make your changes and commit them with descriptive messages.
  4. Push your changes to your fork.
  5. Open a pull request to the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This project is based on the SVGEdit project. Full credit goes to the original authors and contributors of SVGEdit.

Links

About

Tauri-based portable version of SVGEdit, a fast, web-based, JavaScript-driven SVG drawing editor.

Topics

Resources

License

Stars

Watchers

Forks

Languages