Skip to content

Commit b3b8dd7

Browse files
authored
Update README.md
1 parent c0227b1 commit b3b8dd7

1 file changed

Lines changed: 31 additions & 25 deletions

File tree

README.md

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
1-
<img width="180" height="180" align="left" style="float: left; margin: 0 20px 0 0;" alt="SimConnect.NET Logo" src="logo.png" />
2-
3-
<br>
4-
5-
**stopbars/SimConnect.NET**
6-
7-
[![Github Issues](https://img.shields.io/github/issues/stopbars/SimConnect.NET)](https://github.com/stopbars/SimConnect.NET/repo)
8-
![GitHub License](https://img.shields.io/github/license/stopbars/SimConnect.NET)
9-
[![Discord](https://img.shields.io/discord/1323993176318414889.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://stopbars.com/discord)
10-
11-
A modern, high-performance C# wrapper for Microsoft Flight Simulator's SimConnect SDK. It simplifies flight simulation development by providing async/await patterns and high-level abstractions, enabling real-time aircraft data monitoring, AI object management, and seamless integration with the simulator through a clean, type-safe API.
1+
<p align="center">
2+
<p align="center">
3+
<img width="150" height="150" src="logo.png" alt="Logo">
4+
</p>
5+
<h1 align="center"><b>stopbars/SimConnect.NET</b></h1>
6+
<p align="center">
7+
<br />
8+
A modern, high-performance C# wrapper for Microsoft Flight Simulator's SimConnect SDK. It simplifies flight simulation development by providing async/await patterns and high-level abstractions, enabling real-time aircraft data monitoring, AI object management, and seamless integration with the simulator through a clean, type-safe API.
9+
<br />
10+
<br />
11+
<a href="https://stopbars.com"><strong>stopbars.com »</strong></a>
12+
<br />
13+
</p>
14+
</p>
15+
16+
<p align="center">
17+
<br />
18+
<a href="https://stopbars.com/discord" target="_blank" rel="noopener noreferrer">
19+
<img src="https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white" alt="Discord">
20+
</a>
21+
<a href="https://opencollective.com/stopbars">
22+
<img src="https://img.shields.io/static/v1?label=&message=Open%20Collective&color=297EF2&logo=opencollective&logoColor=white" />
23+
</a>
24+
<a href="https://opensource.org/license/mit">
25+
<img src="https://img.shields.io/static/v1?label=Licence&message=MIT&color=000" />
26+
</a>
27+
<br />
28+
</p>
1229

1330
> **⚠️ Beta Software Notice**
1431
> SimConnect.NET is currently in beta development. APIs may change, features may be added or removed, and breaking changes are expected between releases. Use in production environments at your own discretion and always test thoroughly before deploying.
1532
16-
<br>
17-
1833
## Contributing
1934

20-
We encourage and appreciate contributions from the community! To get started, please review our [CONTRIBUTING.md](CONTRIBUTING.md) guide, which covers the following:
21-
22-
- How to set up your development environment
23-
- Code style guidelines and best practices
24-
- Instructions for submitting pull requests
25-
- Testing and verification procedures
26-
27-
Your contributions directly support the ongoing development and improvement of BARS. By getting involved, you help us build a more robust, and feature-rich product that benefits the entire flight sim community.
28-
29-
## Bug Reports and Feature Requests
35+
We encourage and appreciate contributions from the community! To get started, please review our [CONTRIBUTING.md](CONTRIBUTING.md) guide, which covers how to set up your development environment, code style guidelines and best practices, instructions for submitting pull requests, and testing and verification procedures.
3036

31-
If you find a bug or have a feature suggestion, please submit an issue [on our GitHub repository](https://github.com/stopbars/repo/issues/new). Please follow and fill in the issue template to the best of your ability to help us address your feedback efficiently.
37+
Your contributions directly support the ongoing development and improvement of BARS. By getting involved, you help us build a more robust, and feature-rich product that benefits the entire flight sim community. All contributors are acknowledged on our [credits page](https://stopbars.com/credits).
3238

3339
## Disclaimer
3440

35-
BARS is an **independent third-party** software project. **We are not affiliated** with, endorsed by, or connected to VATSIM, vatSys, Microsoft Flight Simulator, or any other simulation, controller client supported by our software.
41+
BARS is an **independent third-party** software project. **We are not affiliated** with, **endorsed by**, or **connected to** VATSIM, vatSys, EuroScope, Microsoft Flight Simulator, or any other simulation, controller client supported by our software.

0 commit comments

Comments
 (0)