Here are
1,013 public repositories
matching this topic...
The zero configuration build tool for the web. 📦 🚀
Updated
Dec 18, 2021
JavaScript
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
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
Dec 1, 2021
Python
🎨 Asset pipelines for Jekyll.
Updated
Jun 16, 2021
Ruby
🚉 - friendly web compiler
Updated
Dec 23, 2020
JavaScript
A guide for hacking unity games
NPM/Bower Dependency Manager for Composer
CC0-licensed asset packs for your games
Updated
Sep 21, 2019
GLSL
The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
Updated
Dec 14, 2021
Dart
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
『Assets提取工具』是一款OSX平台上用于将Assets.car或xxx.app中打包的png图片、pdf等资源重新提取出来的开发者工具。Assets.car常见于iOS/Mac/Unity等开发中的资源打包。
Updated
Apr 28, 2019
Objective-C
Software for exploring UE4-5 games' files
A collaborative list of resources for developers
Updated
Dec 14, 2021
JavaScript
Mac上解压Assets.car文件的小工具(支持右键解压)
Updated
Jan 14, 2019
Swift
Free libGDX Scene2D GUI themes
Django Template Blocks with extra functionality
Updated
Nov 2, 2021
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
Jun 30, 2021
Swift
A webpack plugin that use externals of CDN urls for production and local node_modules for development
Updated
Dec 5, 2021
JavaScript
Theme and asset management for laravel
一个便捷的程序可以修改游戏内资源包括: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
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.
Communication server of OCS Inventory
Updated
Dec 15, 2021
Perl
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Updated
Sep 10, 2021
HTML
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.
Hello all!
When building using
trunk serve, it is noted that the server is listening at0.0.0.0:8080by default. This is hard-coded at src/serve.rs on line 99.There are two issues with this:
A) Users should be able to configure where the server is listening.
B) Most importantly: Anyone on the same network can open your server page if you don't have a firewall for it
A v