godot_image_replacer

Crates.iogodot_image_replacer
lib.rsgodot_image_replacer
version0.1.1
sourcesrc
created_at2020-11-28 18:45:45.728448
updated_at2020-11-28 18:45:45.728448
descriptionImage replacer, to speedup loading projects
homepagehttps://github.com/qarmin/godot_image_replacer
repositoryhttps://github.com/qarmin/godot_image_replacer
max_upload_size
id317536
size17,726
RafaƂ Mikrut (qarmin)

documentation

README

Godot image replacer

This repository contains app which replace all jpg and png images with another one with 1x1 size and random color.
This for big projects like Tps Demo allows to import project a lot of faster.
It is helpful e.g. in testing project with help of Valgrind or sanitizers because importing images take a lot of time and every second counts.

Usage

godot_image_replacer /home/rafal/Project/tps-demo

or

cd godot_project
godot_image_replacer

Warning

Make sure that you have backup of your images and/or committed changes to git.

License

MIT

Commit count: 5

cargo fmt