The Wayback Machine - https://web.archive.org/web/20220425063355/https://github.com/topics/assets
Here are
1,071 public repositories
matching this topic...
The zero configuration build tool for the web. 📦 🚀
Updated
Apr 24, 2022
JavaScript
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
An innovative Blockchain Protocol Platform, which everyone can deploy their own applications quickly and easily, such as Dapp, DeFi, DAO, Cross-Blockchain transactions, etc.
A Xcode plugin to automatically generate 2x, 1x image from 3x image for you, or upscale to 3x from 2x
Updated
Dec 22, 2018
Objective-C
Transparently use webpack with django
Updated
Apr 22, 2022
Python
🎨 Asset pipelines for Jekyll.
🚉 - friendly web compiler
Updated
Dec 23, 2020
JavaScript
A guide for hacking unity games
The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
Updated
Apr 24, 2022
Dart
NPM/Bower Dependency Manager for Composer
CC0-licensed asset packs for your games
Updated
Sep 21, 2019
GLSL
Create Xcode asset catalogs swift and painless. Generate images for macOS and iOS app icons, launch images and image sets.
Updated
Oct 1, 2021
Swift
Handbook of information collection for penetration testing and src
Software for exploring UE4-5 games' files
『Assets提取工具』是一款OSX平台上用于将Assets.car或xxx.app中打包的png图片、pdf等资源重新提取出来的开发者工具。Assets.car常见于iOS/Mac/Unity等开发中的资源打包。
Updated
Apr 28, 2019
Objective-C
A collaborative list of resources for developers
Updated
Apr 11, 2022
JavaScript
Mac上解压Assets.car文件的小工具(支持右键解压)
Updated
Jan 14, 2019
Swift
Free libGDX Scene2D GUI themes
Django Template Blocks with extra functionality
Updated
Apr 23, 2022
Python
[DEPRECATED] This was the recommended way to manage web assets in Symfony 2 applications. Newer Symfony applications should use Webpack Encore.
Powerfully Customizable - Multiple Photo & Video Picker Controller
Updated
Mar 11, 2022
Swift
A webpack plugin that use externals of CDN urls for production and local node_modules for development
Updated
Apr 10, 2022
JavaScript
Theme and asset management for laravel
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
一个便捷的程序可以修改游戏内资源包括:Unity游戏资源,Wwise音频资源。
Framework (inspired by Ren'Py) for story driven games in Godot.
Updated
Nov 13, 2020
GDScript
An ultra-simple-to-use assets management library for PHP
a list of curated opensource Unity packages for future proof Game Developers
Infinite Scroll is a script extension that allows you to use ScrollRect control as an infinite spinner. It is fast, simple and mobile-friendly way to make lists with thousands of rows.
Improve this page
Add a description, image, and links to the
assets
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
assets
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hey folks! Thanks for creating such a useful project. I've been using this for a little while and I just ran into my first paper cut.
I'm currently using git submodules to vendor out some font files. Unfortunately, the file is named
MplusCodeLatin[wdth,wght].ttf, which fails HTML5 validation because it contains square braces, which are considered illegal characters.No problem, I thought,