Skip to content

somedevfox/rcxp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

somedevfox/rcxp

rcxp is a rewrite of mkxp by Ancurio from the ground up in Rust with the intent of being faster and more efficient.

mkxp is an amazing project as is, but it falls short because it uses C++, leading to a spot of frustration when attempting to expand upon its codebase.

rcxp seeks to avoid this problem entirely by using Rust, rather than C++.

License

rcxp Project is licensed under GPLv3 license. (see LICENSE)

Authors and contributors

Authors of Software:

Building

To build rcxp, you will need these dependencies:

After downloading dependencies above, please, move all .lib/.a files to:

Windows:

C:/Users/[USERNAME]/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/x86_64-pc-windows-msvc/lib

Linux:

[TODO]

Then, to BUILD rcxp, execute:

cargo build

To RUN rcxp, execute:

cargo run

About

RPG Maker XP Engine rewrite in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages