Skip to content

Instantly share code, notes, and snippets.

View elenakrittik's full-sized avatar

lena elenakrittik

View GitHub Profile
@elenakrittik
elenakrittik / CRATES_MIRROR.md
Last active April 14, 2025 17:27
crates.io mirror using ROMT as of 12 April, 2022

This gist is intended to loosely describe what to expect when you want to mirror crates.io (in particulair, using romt)

This was written on April 12, 2022

  • crates.io has 80,843 crates
  • Download size is ~70GB
  • Download lasted for about 6 hours

The command i used is as follows:

@elenakrittik
elenakrittik / snippet.rs
Last active November 19, 2023 13:33
Snippet
// Dependencies: `versions` (for the `Versioning` struct), `ahash` (for `AHashMap`).
// A mapping of "major.minor" to a struct representing "major.minor[.patch]"
let mut latest_versions: AHashMap<&str, Versioning> = AHashMap::new();
// Not the code i am proud of, i must admit, but at least it works.
// For each Godot version fetched from tuxfamily
for godot_version in VERSIONS {
for stable_godot_version in &STABLES {
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
@elenakrittik
elenakrittik / xxmi_renodx_guide.md
Created June 12, 2026 15:07
[Convenient HDR in Arknights: Endfield, Wuthering Waves, etc.] Using RenoDX with the XXMI Launcher

RenoDX is a modding toolkit that, among other things, allows reconfiguring (certain) games to output true HDR. XXMI is a modding platform focused specifically on efficiently replacing game visuals. ReShade is a modding toolkit for developing post-processing graphics effects as well as an injector for said effects.

RenoDX relies on ReShade to work, and XXMI helps inject ReShade as well as uniformly manage modded games.

To achieve true HDR in any given game you will need a ReShade add-on that uses RenoDX's capabilities to do just that, designed specifically for that game: