https://github.com/kbrddestroyer/axonengine
Simple multipurpose networking library
https://github.com/kbrddestroyer/axonengine
c c-plus-plus cmake contributions-welcome cpp17 engine game-development help-wanted looking-for-contributors network seeking-collaborators
Last synced: about 2 months ago
JSON representation
Simple multipurpose networking library
- Host: GitHub
- URL: https://github.com/kbrddestroyer/axonengine
- Owner: kbrddestroyer
- License: agpl-3.0
- Created: 2024-10-21T21:25:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T14:38:25.000Z (about 1 year ago)
- Last Synced: 2025-04-18T22:33:29.067Z (about 1 year ago)
- Topics: c, c-plus-plus, cmake, contributions-welcome, cpp17, engine, game-development, help-wanted, looking-for-contributors, network, seeking-collaborators
- Language: C++
- Homepage:
- Size: 364 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# AxonEngine
Advanced eXchange Over Network
Work in progress, there's no stable version yet
## Repository health status
[](https://github.com/kbrddestroyer/AxonEngine/actions/workflows/linux-build.yml)
[](https://github.com/kbrddestroyer/AxonEngine/actions/workflows/windows-build.yml)
[](https://github.com/kbrddestroyer/AxonEngine/actions/workflows/macos-build.yml)
## Before you start
- [Discord server](https://discord.gg/FQvZhSeHrr)
- [CONTRIBUTING.md](CONTRIBUTING.md)
- [Wiki](https://github.com/kbrddestroyer/AxonEngine/wiki)
## Overview
## Requirements
### Conan
```bash
cd conan/
./install-deps.sh Debug
./install-deps.sh Release
```
## Building
1. Manual build from command prompt
```bash
mkdir cmake-build && cd cmake-build
cmake .. -DCMAKE-TOOLCHAIN-FILE=../conan/build/Debug/conan_toolchain.cmake -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON
```