All Projects → akavel → Rsrc

akavel / Rsrc

Licence: mit
Tool for embedding .ico & manifest resources in Go programs for Windows.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Rsrc

elephicon
A GUI wrapper for png2icons.
Stars: ✭ 90 (-88.27%)
Mutual labels:  icon, ico
Pwa Asset Generator
Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
Stars: ✭ 1,787 (+132.99%)
Mutual labels:  manifest, icon
Vue Pwa Asset Generator
PWA asset generator perfect with VueJS framework (but useful for all PWA!)
Stars: ✭ 97 (-87.35%)
Mutual labels:  manifest, icon
Getfavicon
获取网站的Favicon图标并显示在你的网页上.
Stars: ✭ 45 (-94.13%)
Mutual labels:  ico, icon
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (-96.74%)
Mutual labels:  icon, ico
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-91.66%)
Mutual labels:  ico, icon
Webapp Webpack Plugin
[DEPRECATED] use favicons-webpack-plugin instead
Stars: ✭ 127 (-83.44%)
Mutual labels:  manifest, icon
ICNS2ICO
ICNS2ICO lets you easily convert icons from the Apple's ICNS format to the Windows ICO format.
Stars: ✭ 17 (-97.78%)
Mutual labels:  icon, ico
icoextract
Extract icons from Windows PE files (.exe/.dll)
Stars: ✭ 56 (-92.7%)
Mutual labels:  icon, ico
Sdk
Make any URL embeddable. Turn any URL into a beautiful link preview.
Stars: ✭ 446 (-41.85%)
Mutual labels:  embed
Elegantrl
Lightweight, efficient and stable implementations of deep reinforcement learning algorithms using PyTorch.
Stars: ✭ 575 (-25.03%)
Mutual labels:  stable
Preact Habitat
Zero configuration Preact widgets renderer in any host DOM
Stars: ✭ 444 (-42.11%)
Mutual labels:  embed
Webpack Pwa Manifest
Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
Stars: ✭ 447 (-41.72%)
Mutual labels:  manifest
React Native Make
A collection of everyday React Native CLI tools
Stars: ✭ 606 (-20.99%)
Mutual labels:  icon
Pwa Bugs
🚔 List of PWA Bugs and workarounds
Stars: ✭ 444 (-42.11%)
Mutual labels:  manifest
Leanify
lightweight lossless file minifier/optimizer
Stars: ✭ 694 (-9.52%)
Mutual labels:  ico
Fontisto
The iconic font and CSS toolkit. Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
Stars: ✭ 413 (-46.15%)
Mutual labels:  icon
Greyprint
Templates with pre-made styles to assist icon, symbol, and glyph design.
Stars: ✭ 403 (-47.46%)
Mutual labels:  icon
Essence
Extracts information about web pages, like youtube videos, twitter statuses or blog articles.
Stars: ✭ 734 (-4.3%)
Mutual labels:  embed
Sakurakit
🤡SakuraKit, a lightweight and powerful library for application to switching themes or skins.
Stars: ✭ 682 (-11.08%)
Mutual labels:  icon

rsrc - Tool for embedding binary resources in Go programs.

INSTALL: go get github.com/akavel/rsrc

USAGE:

rsrc.exe [-manifest FILE.exe.manifest] [-ico FILE.ico[,FILE2.ico...]] [OPTIONS...] Generates a .syso file with specified resources embedded in .rsrc section, aimed for consumption by Go linker when building Win32 excecutables.

The generated *.syso files should get automatically recognized by 'go build' command and linked into an executable/library, as long as there are any *.go files in the same directory.

OPTIONS: -arch string architecture of output file - one of: 386, amd64, [EXPERIMENTAL: arm, arm64] (default "amd64") -ico string comma-separated list of paths to .ico files to embed -manifest string path to a Windows manifest file to embed -o string name of output COFF (.res or .syso) file; if set to empty, will default to 'rsrc_windows_{arch}.syso'

Based on ideas presented by Minux.

In case anything does not work, it'd be nice if you could report (either via Github issues, or via email to [email protected]), and please attach the input file(s) which resulted in a problem, plus error message & symptoms, and/or any other details.

TODO MAYBE/LATER:

  • fix or remove FIXMEs

LICENSE: MIT Copyright 2013-2020 The rsrc Authors.

http://github.com/akavel/rsrc

(NOTE: This project is currently in low-priority maintenance mode. I welcome bug reports and sometimes try to address them, but this happens very randomly. If it works for you, that's great and I'm happy! Still, and especially if not, you might like to check the following more featureful alternative from @tc-hib who is a very nice guy: https://github.com/tc-hib/go-winres)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].