mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-13 03:31:18 +07:00
23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
# Enduro2D-bootstrap (work in progress)
|
|
|
|
[![linux][badge.linux]][linux]
|
|
[![darwin][badge.darwin]][darwin]
|
|
[![windows][badge.windows]][windows]
|
|
[![language][badge.language]][language]
|
|
[![license][badge.license]][license]
|
|
|
|
## [Build Instructions](./BUILD_INSTRUCTIONS.md)
|
|
|
|
## [License (MIT)](./LICENSE.md)
|
|
|
|
[badge.darwin]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d-bootstrap/.github/workflows/darwin.yml?label=Xcode&logo=xcode
|
|
[badge.linux]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d-bootstrap/.github/workflows/linux.yml?label=GCC%2FClang&logo=linux
|
|
[badge.windows]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d-bootstrap/.github/workflows/windows.yml?label=Visual%20Studio&logo=visual-studio
|
|
[badge.language]: https://img.shields.io/badge/language-C%2B%2B17-yellow
|
|
[badge.license]: https://img.shields.io/badge/license-MIT-blue
|
|
|
|
[darwin]: https://github.com/enduro2d/enduro2d-bootstrap/actions?query=workflow%3Adarwin
|
|
[linux]: https://github.com/enduro2d/enduro2d-bootstrap/actions?query=workflow%3Alinux
|
|
[windows]: https://github.com/enduro2d/enduro2d-bootstrap/actions?query=workflow%3Awindows
|
|
[language]: https://en.wikipedia.org/wiki/C%2B%2B17
|
|
[license]: https://en.wikipedia.org/wiki/MIT_License |