Skip to content

Commit 3b071b7

Browse files
authored
Merge pull request #5 from simonedevit/add-badges
Add badges on README.md
2 parents f19ff67 + 085fc28 commit 3b071b7

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Reactylon
1+
<div align="center">
2+
<a href="https://www.reactylon.com">
3+
<picture>
4+
<img alt="Reactylon logo" src="https://www.reactylon.com/logo.svg" height="170">
5+
</picture>
6+
</a>
7+
<h1>Reactylon</h1>
8+
</div>
9+
10+
<div align="center">
11+
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/simonedevit/reactylon">
12+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/simonedevit/reactylon/build.yml?label=test%2Fbuild">
13+
<img alt="Sonar Cloud Quality Gate" src="https://sonarcloud.io/api/project_badges/measure?project=simonedevit_reactylon&metric=alert_status">
14+
<img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fwww.reactylon.com&up_message=online&label=reactylon.com">
15+
<img alt="NPM Version" src="https://img.shields.io/npm/v/reactylon">
16+
<img alt="NPM License" src="https://img.shields.io/npm/l/reactylon">
17+
</div>
18+
19+
<br />
220

321
Welcome to **Reactylon**, a powerful and intuitive rendering library built on top of Babylon.js, designed to simplify 3D development within React. This library allows developers to create full immersive experience in a declarative way, unlocking the full potential of React’s component-based architecture for interactive 3D applications.
422

0 commit comments

Comments
 (0)