Search Criteria
Package Details: shadered 1.5.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/shadered.git (read-only, click to copy) |
---|---|
Package Base: | shadered |
Description: | Lightweight tool for creating and testing HLSL and GLSL shaders. |
Upstream URL: | https://github.com/dfranx/SHADERed |
Licenses: | MIT |
Submitter: | Emeric |
Maintainer: | Emeric |
Last Packager: | 1ace |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-27 19:10 (UTC) |
Last Updated: | 2022-11-03 10:21 (UTC) |
Dependencies (11)
- assimp (assimp-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glm (glm-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- sfml (sfml-gitAUR)
- spirv-headers (spirv-headers-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (13)
- git+https://github.com/dfranx/assimp.git
- git+https://github.com/dfranx/imgui.git
- git+https://github.com/dfranx/ImGuiColorTextEdit
- git+https://github.com/dfranx/SHADERed.git#tag=v1.5.6
- git+https://github.com/dfranx/ShaderExpressionParser
- git+https://github.com/dfranx/SPIRV-VM.git
- git+https://github.com/dfranx/SpvGenTwo
- git+https://github.com/jtilly/inih
- git+https://github.com/KhronosGroup/glslang
- git+https://github.com/KhronosGroup/SPIRV-Headers
- git+https://github.com/KhronosGroup/SPIRV-Tools.git
- git+https://github.com/zeux/pugixml
- SHADERed.sh
Latest Comments
« First ‹ Previous 1 2 3
ooo commented on 2020-02-27 21:42 (UTC)
Oops, sorry I checked shadered-git yesterday, and didn't notice you had already updated the .desktop file for it to avoid conflicts.
Emeric commented on 2020-02-27 21:29 (UTC)
I think if you update shadered-git the desktop files should not conflict anymore. I'll add a script in /usr/bin, it's a good idea. Also yeah I don't remember why the icon is not in /usr/share/pixmaps, I'll have a look!
ooo commented on 2020-02-27 21:05 (UTC)
Thanks for creating the PKGBUILD. Few notes and suggestions:
This needs
conflicts=('shadered-git')
, at least due to the .desktop file.Additionally it would be nice to have launcher script installed in /usr/bin/, so it could be run from PATH.
Also, you could install the icon to
/usr/share/icons/hicolor
or/usr/share/pixmaps
so it could be themed, although it looks like you've already looked into that.« First ‹ Previous 1 2 3