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
- Host: GitHub
- URL: https://github.com/anarchyloader/anarchyloader
- Owner: AnarchyLoader
- License: gpl-3.0
- Created: 2024-10-27T11:38:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T15:07:31.000Z (7 months ago)
- Last Synced: 2025-03-19T04:14:20.766Z (7 months ago)
- Topics: counter-strike, loader, rust
- Language: Rust
- Homepage: https://anarchy.my
- Size: 3.32 MB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
AnarchyLoader
AnarchyLoader is a simple loader for games using the egui library, written entirely in Rust.## 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.