https://github.com/pplmx/infinity
A Cpp Application(Much more info is in thinking)
https://github.com/pplmx/infinity
Last synced: 6 months ago
JSON representation
A Cpp Application(Much more info is in thinking)
- Host: GitHub
- URL: https://github.com/pplmx/infinity
- Owner: pplmx
- License: apache-2.0
- Created: 2022-09-25T06:55:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T08:09:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-24T09:26:18.256Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# infinity
[](https://github.com/your-org-or-username/infinity/actions)
[](https://coveralls.io/github/your-org-or-username/infinity?branch=main)
## Installation
### Build
- Ensure you have a C++ compiler installed (e.g., `g++`, `clang++`).
- Install [XMake](https://xmake.io/#/guide/installation) and any necessary dependencies.
- Clone the repository:
```sh
git clone https://github.com/your-org-or-username/infinity.git
cd infinity
make build
./build/bin/infinity
```
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
See [CONTRIBUTING.md](CONTRIBUTING.md).