./graphics/simp, Fast and simple GPU-accelerated image manipulation program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.5.3nb2, Package name: simp-3.5.3nb2, Maintainer: pin

Simp is a fast and simple GPU-accelerated image manipulation program.

Goals:
- Support of as many image formats as possible.
- 60 Hz. Avoid blocking for more than 16ms.
- Flicker free redrawing.
- Smooth resizing.
- Always use GPU-acceleration where possible.
- Desktop OS support.
- Basic image manipulation.

Non Goals:
- Powerful image manipulation (I am not making the next photoshop)
- Web/Mobile platform support.


Master sites:

Filesize: 142.591 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2024-04-03 22:01:13 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/simp: update to 3.5.3

 - Fix window icon on X11/Wayland
 - Fix crash when loading non srgb image
 - Update dependencies
   2024-03-11 18:06:42 by pin | Files touched by this commit (5) | Package updated
Log message:
graphics/simp: update to 3.5.2

 - Fix deadlock on startup
 - Fix deadlock when closing image
   2024-02-24 14:34:34 by pin | Files touched by this commit (3)
Log message:
graphics/simp: pull backend fix from git-hash

As of version 3.5.0, 'simp' defaults to Vulkan graphics, which NetBSD does not
support. In order to use OpenGL graphics we needed to set the environment
variable WGPU_BACKEND to 'gl', else simp would segfault when launching.

Commit 73500bc954dd8f740df701751a33d7d866f30970, two after the 3.5.1 release,
adds a secondary backend, falling back to OpenGL when Vulkan is not available.

So, we are no longer required to set the WGPU_BACKEND variable.
   2024-02-23 11:09:13 by pin | Files touched by this commit (5) | Package updated
Log message:
graphics/simp: update to 3.5.1

 - Update wgpu to v0.19
 - Update egui to v0.26
 - Update resvg to v0.40
 - Enable mip maps on OpenGL

NOTE: As of version 3.5.0, we need to set the environment variable
WGPU_BACKEND to 'gl', else simp will segfault when launching.
   2024-02-19 09:24:21 by pin | Files touched by this commit (1) | Package updated
Log message:
graphics/simp: add update warning
   2024-01-28 20:37:40 by pin | Files touched by this commit (5) | Package updated
Log message:
graphics/simp: update to 3.5.0

Changes
 - Add xdg-portal support on linux
 - Port to wgpu from glium