Giter VIP home page Giter VIP logo

renom's Introduction

Renom

Renom is a simple program that allows you to rename your Unreal Engine 4 projects. It handles both Blueprint-only and C++ projects, in accordance with the guidelines set forth here.

Screenshot

Among other things, Renom:

  • Automatically detects original project name
  • Updates target, build, config, and source files
  • Creates backups of all affected files to prevent data loss
  • Accommodates consecutive renames
  • Optionally cleans up outdated directories (e.g. /Intermediate)

Usage

You can use Renom either via the binary release or by building from source.

Binary

Simply download the latest release and start the program (.exe).

Building from Source

Renom is written in Rust. To build it from source, you will first need the Rust toolchain. Don't be scared, there is copious documentation every step of the way.

Once you have Rust installed...

  1. Clone the repo
git clone https://github.com/UnrealisticDev/Renom.git
  1. Navigate into the repo
cd Renom
  1. Build and run
cargo run

Alternatively, you can use the install subcommand, which will pull and build Renom directly from crates.io. If the build is successful, you should be able to find the installed executable at C:/Users/{User}/.cargo/bin/renom.exe.

cargo install renom

renom's People

Contributors

msmoiz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.