1
0
mirror of https://github.com/slendidev/smath.git synced 2026-03-17 02:26:50 +02:00

Update README with logo

Add logo
This commit is contained in:
2026-03-11 20:15:23 +02:00
committed by GitHub
parent 889a42f9b5
commit 3b9adb0ddc

View File

@@ -1,10 +1,16 @@
# smath <p align="center">
<img alt="smath logo" src="https://github.com/user-attachments/assets/d6f2ef4b-eca0-4004-9099-37423528bcba" />
Single-file, header-only linear algebra math library for C++23. <br><br>
<a href="https://github.com/slendidev/smath/actions/workflows/build.yml">
[![Build](https://github.com/slendidev/smath/actions/workflows/build.yml/badge.svg)](https://github.com/slendidev/smath/actions/workflows/build.yml) <img src="https://github.com/slendidev/smath/actions/workflows/build.yml/badge.svg" alt="Build">
[![License: Apache-2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE.txt) </a>
[![C++23](https://img.shields.io/badge/C%2B%2B-23-00599C.svg)](https://en.cppreference.com/w/cpp/23) <a href="LICENSE.txt">
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License: Apache-2.0">
</a>
<a href="https://en.cppreference.com/w/cpp/23">
<img src="https://img.shields.io/badge/C%2B%2B-23-00599C.svg" alt="C++23">
</a>
</p>
## Quick Start ## Quick Start