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
- Host: GitHub
- URL: https://github.com/anarchyloader/anarchyloader
- Owner: AnarchyLoader
- License: gpl-3.0
- Created: 2024-10-27T11:38:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T15:07:31.000Z (over 1 year ago)
- Last Synced: 2025-03-19T04:14:20.766Z (about 1 year 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](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.