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: 7 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 or submit a pull request 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
```

## Credits

- [egui](https://github.com/emilk/egui)
- [egui-notify](https://github.com/ItsEthra/egui-notify)
- [egui_alignments](https://github.com/a-littlebit/egui_alignments)
- [egui-modal](https://github.com/n00kii/egui-modal)
- [egui-material-icons](https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_material_icons)
- [egui-theme-switch](https://github.com/bash/egui-theme-switch)
- [egui_transition_animation](https://github.com/dest4590/egui_transition_animation)
- [vdf_reader](https://github.com/icewind1991/vdf-reader)
- [discord-rich-presence](https://github.com/vionya/discord-rich-presence)
- [pelite](https://github.com/CasualX/pelite)

# 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.