An open API service indexing awesome lists of open source software.

https://github.com/anarchyloader/anarchyloader

experimental solution for hvh
https://github.com/anarchyloader/anarchyloader

counter-strike loader rust

Last synced: 4 months ago
JSON representation

experimental solution for hvh

Awesome Lists containing this project

README

          


Logo

AnarchyLoader


AnarchyLoader is a simple loader for games using the egui library, written entirely in Rust.

## Showcase


Showcase

(Youtube video)

## Installation

To install AnarchyLoader, you can download [release](https://github.com/AnarchyLoader/AnarchyLoader/releases/latest), or
build it by yourself!

## Contributing

Contributions are welcome! Please open an [issue](https://github.com/AnarchyLoader/AnarchyLoader/issues/new) or submit
a [pull request](https://github.com/AnarchyLoader/AnarchyLoader/pulls) on GitHub.

### Build Instructions:

1. Clone the repository:

```sh
git clone https://github.com/AnarchyLoader/AnarchyLoader.git
cd AnarchyLoader
```

2. Setup nightly toolchain

```sh
rustup toolchain install nightly
rustup default nightly
```

3. Build the project:

```sh
cargo build --release
```

# License

This project is licensed under the GPL 3.0 License. See
the [LICENSE](https://github.com/AnarchyLoader/AnarchyLoader/blob/main/LICENSE) file for details.