{"id":13590130,"url":"https://github.com/PintaProject/Pinta","last_synced_at":"2025-04-08T12:32:52.472Z","repository":{"id":1634517,"uuid":"2358713","full_name":"PintaProject/Pinta","owner":"PintaProject","description":"Simple GTK# Paint Program","archived":false,"fork":false,"pushed_at":"2025-04-03T04:07:42.000Z","size":45493,"stargazers_count":2044,"open_issues_count":72,"forks_count":285,"subscribers_count":67,"default_branch":"master","last_synced_at":"2025-04-03T11:45:07.846Z","etag":null,"topics":["csharp","drawing","gtk-sharp","image-editor","painting","pinta"],"latest_commit_sha":null,"homepage":"http://www.pinta-project.com/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PintaProject.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license-mit.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-09-09T23:24:17.000Z","updated_at":"2025-04-03T07:43:43.000Z","dependencies_parsed_at":"2024-01-04T05:28:16.910Z","dependency_job_id":"ae22f565-76b0-4398-9e6e-482283789888","html_url":"https://github.com/PintaProject/Pinta","commit_stats":{"total_commits":3497,"total_committers":121,"mean_commits":28.90082644628099,"dds":0.5999428081212468,"last_synced_commit":"c739b238c05416dbbcf071d1a755aafec0c3591f"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PintaProject","download_url":"https://codeload.github.com/PintaProject/Pinta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247843027,"owners_count":21005390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","drawing","gtk-sharp","image-editor","painting","pinta"],"created_at":"2024-08-01T16:00:39.800Z","updated_at":"2025-04-08T12:32:47.460Z","avatar_url":"https://github.com/PintaProject.png","language":"C#","funding_links":[],"categories":["C# #","C#","Image Editors","Creative"],"sub_categories":["Other"],"readme":"# Pinta - [Simple Gtk# Paint Program](http://pinta-project.com/)\n\n[![Translation status](https://hosted.weblate.org/widget/pinta/pinta/287x66-grey.png)](https://hosted.weblate.org/engage/pinta/)\n[![Build Status](https://github.com/PintaProject/Pinta/workflows/Build/badge.svg)](https://github.com/PintaProject/Pinta/actions)\n\nCopyright (C) 2010 Jonathan Pobst \u003cmonkey AT jpobst DOT com\u003e\n\nPinta is a GTK clone of [Paint.Net 3.0](http://www.getpaint.net/)\n\nOriginal Pinta code is licensed under the MIT License:\nSee `license-mit.txt` for the MIT License\n\nCode from Paint.Net 3.36 is used under the MIT License and retains the\noriginal headers on source files.\n\nSee `license-pdn.txt` for Paint.Net's original license.\n\n\n## Icons are from:\n\n- [Paint.Net 3.0](http://www.getpaint.net/)\nUsed under [MIT License](http://www.opensource.org/licenses/mit-license.php)\n\n- [Silk icon set](http://www.famfamfam.com/lab/icons/silk/)\nUsed under [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.0/)\n\n- [Fugue icon set](http://pinvoke.com/)\nUsed under [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.0/)\n\n- Pinta contributors, under the same license as the project itself\n(see `Pinta.Resources/icons/pinta-icons.md` for the list of such icons)\n\n## Building on Windows\n\nFirst, install the required GTK-related dependencies:\n- Install MinGW64 via [MSYS2](https://www.msys2.org)\n- From the MinGW64 terminal, run `pacman -S mingw-w64-x86_64-libadwaita mingw-w64-x86_64-webp-pixbuf-loader`.\n\nPinta can then be built by opening `Pinta.sln` in [Visual Studio](https://visualstudio.microsoft.com/).\nEnsure that .NET 8 is installed via the Visual Studio installer.\n\nFor building on the command line:\n- [Install the .NET 8 SDK](https://dotnet.microsoft.com/).\n- Build:\n  - `dotnet build`\n- Run:\n  - `dotnet run --project Pinta`\n\n## Building on macOS\n\n- Install .NET 8 and GTK4\n  - `brew install dotnet-sdk libadwaita adwaita-icon-theme gettext webp-pixbuf-loader`\n- Build:\n  - `dotnet build`\n- Run:\n  - `dotnet run --project Pinta`\n\nAlternatively, Pinta can be built by opening `Pinta.sln` in [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/).\n\n## Building on Linux\n\n- Install [.NET 8](https://dotnet.microsoft.com/) following the instructions for your Linux distribution.\n- Install other dependencies (instructions are for Ubuntu 22.10, but should be similar for other distros):\n  - `sudo apt install autotools-dev autoconf-archive gettext intltool libadwaita-1-dev`\n  - Minimum library versions: `gtk` \u003e= 4.12 and `libadwaita` \u003e= 1.4\n  - Optional dependencies: `webp-pixbuf-loader`\n- Build (option 1, for development and testing):\n  - `dotnet build`\n  - `dotnet run --project Pinta`\n- Build (option 2, for installation):\n  - `./autogen.sh`\n    - If building from a tarball, run `./configure` instead.\n    - Add the `--prefix=\u003cinstall directory\u003e` argument to install to a directory other than `/usr/local`.\n  - `make install`\n\n## Getting help / contributing:\n\n- You can get technical help on the [Pinta Google Group](https://groups.google.com/group/pinta-project)\n- You can report bugs/issues on [Launchpad bug tracker](https://bugs.launchpad.net/pinta/+filebug)\n- You can make suggestions on [Github](https://github.com/PintaProject/Pinta/discussions/categories/ideas)\n- You can help [translate Pinta to your native language](https://hosted.weblate.org/engage/pinta/)\n- You can fork the project on [Github](https://github.com/PintaProject/Pinta)\n- You can get help in #pinta on irc.gnome.org.\n- For details on patching, take a look at `patch-guidelines.md` in the repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPintaProject%2FPinta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPintaProject%2FPinta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPintaProject%2FPinta/lists"}