Skip to content

Commit dd123c1

Browse files
committed
Initial Commit
0 parents  commit dd123c1

3 files changed

Lines changed: 216 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.vscode
2+
.vs

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Dayron Mustelier
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
# Markdown Badge Catalog
2+
3+
This **README.md** serves as a **basic badge catalog** for your projects.
4+
Copy and paste them wherever you need.
5+
6+
## ⭐ Recommended Resource
7+
8+
If you are looking for a **more complete, and extensive collection of Markdown badges**, I highly recommend checking out the following repository:
9+
10+
[Visit markdown-badges repository](https://github.com/Ileriayo/markdown-badges)
11+
12+
## 🤝 Contributing
13+
14+
![Contributions](https://img.shields.io/badge/Contributions-Welcome-brightgreen?style=flat)
15+
16+
Contributions, issues and feature requests are welcome.
17+
Feel free to check the issues page.
18+
19+
## 📜 License
20+
21+
[![License](https://img.shields.io/badge/License-MIT-green?style=flat)](LICENSE)
22+
23+
## Badges
24+
25+
### 🧑‍💻 Languages
26+
27+
| Name | Badge | Markdown |
28+
|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
29+
| Go | [![Go](https://img.shields.io/badge/Language-Go-00ADD8?style=flat&logo=go&logoColor=white)](https://go.dev/) | `[![Go](https://img.shields.io/badge/Language-Go-00ADD8?style=flat&logo=go&logoColor=white)](https://go.dev/)` |
30+
| C | [![C](https://img.shields.io/badge/Language-C-A8B9CC?style=flat&logo=c)](https://en.wikipedia.org/wiki/C_(programming_language)) | `[![C](https://img.shields.io/badge/Language-C-A8B9CC?style=flat&logo=c)](https://en.wikipedia.org/wiki/C_(programming_language))` |
31+
| C++ | [![C++](https://img.shields.io/badge/Language-C%2B%2B-00599C?style=flat&logo=cplusplus&logoColor=white)](https://isocpp.org/) | `[![C++](https://img.shields.io/badge/Language-C%2B%2B-00599C?style=flat&logo=cplusplus&logoColor=white)](https://isocpp.org/)` |
32+
| Python | [![Python](https://img.shields.io/badge/Language-Python-3776AB?style=flat&logo=python&logoColor=white)](https://www.python.org/) | `[![Python](https://img.shields.io/badge/Language-Python-3776AB?style=flat&logo=python&logoColor=white)](https://www.python.org/)` |
33+
| JavaScript | [![JavaScript](https://img.shields.io/badge/Language-JavaScript-F7DF1E?style=flat&logo=javascript)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | `[![JavaScript](https://img.shields.io/badge/Language-JavaScript-F7DF1E?style=flat&logo=javascript)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)` |
34+
| TypeScript | [![TypeScript](https://img.shields.io/badge/Language-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/) | `[![TypeScript](https://img.shields.io/badge/Language-TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)` |
35+
| Rust | [![Rust](https://img.shields.io/badge/Language-Rust-000000?style=flat&logo=rust&logoColor=white)](https://www.rust-lang.org/) | `[![Rust](https://img.shields.io/badge/Language-Rust-000000?style=flat&logo=rust&logoColor=white)](https://www.rust-lang.org/)` |
36+
| Java | [![Java](https://img.shields.io/badge/Language-Java-007396?style=flat&logo=java&logoColor=white)](https://www.java.com/) | `[![Java](https://img.shields.io/badge/Language-Java-007396?style=flat&logo=java&logoColor=white)](https://www.java.com/)` |
37+
| PHP | [![PHP](https://img.shields.io/badge/Language-PHP-777BB4?style=flat&logo=php&logoColor=white)](https://www.php.net/) | `[![PHP](https://img.shields.io/badge/Language-PHP-777BB4?style=flat&logo=php&logoColor=white)](https://www.php.net/)` |
38+
| Ruby | [![Ruby](https://img.shields.io/badge/Language-Ruby-CC342D?style=flat&logo=ruby&logoColor=white)](https://www.ruby-lang.org/) | `[![Ruby](https://img.shields.io/badge/Language-Ruby-CC342D?style=flat&logo=ruby&logoColor=white)](https://www.ruby-lang.org/)` |
39+
| Swift | [![Swift](https://img.shields.io/badge/Language-Swift-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org/) | `[![Swift](https://img.shields.io/badge/Language-Swift-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org/)` |
40+
41+
[(Back to top)](#markdown-badge-catalog)
42+
43+
### 🛠️ Compilers
44+
45+
| Name | Badge | Markdown |
46+
|------|-------|----------|
47+
| MSVC | [![MSVC](https://img.shields.io/badge/Build-MSVC-5C2D91?style=flat)](https://learn.microsoft.com/en-us/cpp/) | `[![MSVC](https://img.shields.io/badge/Build-MSVC-5C2D91?style=flat)](https://learn.microsoft.com/en-us/cpp/)` |
48+
| GCC | [![GCC](https://img.shields.io/badge/Build-GCC-000000?style=flat&logo=gnu&logoColor=white)](https://gcc.gnu.org/) | `[![GCC](https://img.shields.io/badge/Build-GCC-000000?style=flat&logo=gnu&logoColor=white)](https://gcc.gnu.org/)` |
49+
| Clang | [![Clang](https://img.shields.io/badge/Build-Clang-262D3A?style=flat&logo=llvm&logoColor=white)](https://clang.llvm.org/) | `[![Clang](https://img.shields.io/badge/Build-Clang-262D3A?style=flat&logo=llvm&logoColor=white)](https://clang.llvm.org/)` |
50+
51+
[(Back to top)](#markdown-badge-catalog)
52+
53+
### 🛠️ Build Tools
54+
55+
| Name | Badge | Markdown |
56+
|------|-------|----------|
57+
| Make | [![Make](https://img.shields.io/badge/Build-Make-6D00CC?style=flat&logo=cmake&logoColor=white)](https://www.gnu.org/software/make/) | `[![Make](https://img.shields.io/badge/Build-Make-6D00CC?style=flat&logo=cmake&logoColor=white)](https://www.gnu.org/software/make/)` |
58+
| CMake | [![CMake](https://img.shields.io/badge/Build-CMake-064F8C?style=flat&logo=cmake&logoColor=white)](https://cmake.org/) | `[![CMake](https://img.shields.io/badge/Build-CMake-064F8C?style=flat&logo=cmake&logoColor=white)](https://cmake.org/)` |
59+
| Gradle | [![Gradle](https://img.shields.io/badge/Build-Gradle-02303A?style=flat&logo=gradle&logoColor=white)](https://gradle.org/) | `[![Gradle](https://img.shields.io/badge/Build-Gradle-02303A?style=flat&logo=gradle&logoColor=white)](https://gradle.org/)` |
60+
| Maven | [![Maven](https://img.shields.io/badge/Build-Maven-C71A36?style=flat&logo=apachemaven&logoColor=white)](https://maven.apache.org/) | `[![Maven](https://img.shields.io/badge/Build-Maven-C71A36?style=flat&logo=apachemaven&logoColor=white)](https://maven.apache.org/)` |
61+
62+
[(Back to top)](#markdown-badge-catalog)
63+
64+
### 📦 Runtime & Package Managers
65+
66+
| Name | Badge | Markdown |
67+
|------|-------|----------|
68+
| Node.js | [![Node.js](https://img.shields.io/badge/Runtime-Node.js-339933?style=flat&logo=node.js&logoColor=white)](https://nodejs.org/) | `[![Node.js](https://img.shields.io/badge/Runtime-Node.js-339933?style=flat&logo=node.js&logoColor=white)](https://nodejs.org/)` |
69+
| npm | [![npm](https://img.shields.io/badge/Package-npm-CB3837?style=flat&logo=npm&logoColor=white)](https://www.npmjs.com/) | `[![npm](https://img.shields.io/badge/Package-npm-CB3837?style=flat&logo=npm&logoColor=white)](https://www.npmjs.com/)` |
70+
| PyPI | [![PyPI](https://img.shields.io/pypi/v/pip?style=flat&logo=python&logoColor=white)](https://pypi.org/) | `[![PyPI](https://img.shields.io/pypi/v/pip?style=flat&logo=python&logoColor=white)](https://pypi.org/)` |
71+
| Cargo | [![Cargo](https://img.shields.io/crates/v/cargo?style=flat&logo=rust&logoColor=white)](https://crates.io/) | `[![Cargo](https://img.shields.io/crates/v/cargo?style=flat&logo=rust&logoColor=white)](https://crates.io/)` |
72+
73+
[(Back to top)](#markdown-badge-catalog)
74+
75+
### 🎮 Engines & Frameworks
76+
77+
| Name | Badge | Markdown |
78+
|------|-------|----------|
79+
| Unity | ![Unity](https://img.shields.io/badge/Engine-Unity-000000?style=flat&logo=unity&logoColor=white) | `[![Unity](https://img.shields.io/badge/Engine-Unity-000000?style=flat&logo=unity&logoColor=white)](https://unity.com/)` |
80+
| Unreal Engine | ![Unreal](https://img.shields.io/badge/Engine-Unreal-0E1128?style=flat&logo=unrealengine&logoColor=white) | `[![Unreal Engine](https://img.shields.io/badge/Engine-Unreal-0E1128?style=flat&logo=unrealengine&logoColor=white)](https://www.unrealengine.com/)` |
81+
| Godot | ![Godot](https://img.shields.io/badge/Engine-Godot-478CBF?style=flat&logo=godot&logoColor=white) | `[![Godot](https://img.shields.io/badge/Engine-Godot-478CBF?style=flat&logo=godot&logoColor=white)](https://godotengine.org/)` |
82+
| Blender | ![Blender](https://img.shields.io/badge/Tool-Blender-F5792A?style=flat&logo=blender&logoColor=white) | `[![Blender](https://img.shields.io/badge/Tool-Blender-F5792A?style=flat&logo=blender&logoColor=white)](https://www.blender.org/)` |
83+
| React | ![React](https://img.shields.io/badge/Framework-React-61DAFB?style=flat&logo=react&logoColor=white) | `[![React](https://img.shields.io/badge/Framework-React-61DAFB?style=flat&logo=react&logoColor=white)](https://reactjs.org/)` |
84+
| Angular | ![Angular](https://img.shields.io/badge/Framework-Angular-DD0031?style=flat&logo=angular&logoColor=white) | `[![Angular](https://img.shields.io/badge/Framework-Angular-DD0031?style=flat&logo=angular&logoColor=white)](https://angular.io/)` |
85+
| Vue.js | ![Vue](https://img.shields.io/badge/Framework-Vue-4FC08D?style=flat&logo=vue.js&logoColor=white) | `[![Vue.js](https://img.shields.io/badge/Framework-Vue-4FC08D?style=flat&logo=vue.js&logoColor=white)](https://vuejs.org/)` |
86+
87+
[(Back to top)](#markdown-badge-catalog)
88+
89+
### 🧑‍💻 IDEs & Editors
90+
91+
| Name | Badge | Markdown |
92+
|------|-------|----------|
93+
| VS Code | ![VSCode](https://img.shields.io/badge/Editor-VS%20Code-007ACC?style=flat) | `[![VSCode](https://img.shields.io/badge/Editor-VS%20Code-007ACC?style=flat)](https://code.visualstudio.com/)` |
94+
| Visual Studio | ![Visual Studio](https://img.shields.io/badge/IDE-Visual%20Studio-5C2D91?style=flat&logo=visualstudio&logoColor=white) | `[![Visual Studio](https://img.shields.io/badge/IDE-Visual%20Studio-5C2D91?style=flat&logo=visualstudio&logoColor=white)](https://visualstudio.microsoft.com/)` |
95+
| JetBrains | ![JetBrains](https://img.shields.io/badge/IDE-JetBrains-000000?style=flat&logo=jetbrains&logoColor=white) | `[![JetBrains](https://img.shields.io/badge/IDE-JetBrains-000000?style=flat&logo=jetbrains&logoColor=white)](https://www.jetbrains.com/)` |
96+
| Sublime Text | ![Sublime](https://img.shields.io/badge/Editor-Sublime%20Text-FF9800?style=flat&logo=sublimetext&logoColor=white) | `[![Sublime Text](https://img.shields.io/badge/Editor-Sublime%20Text-FF9800?style=flat&logo=sublimetext&logoColor=white)](https://www.sublimetext.com/)` |
97+
98+
[(Back to top)](#markdown-badge-catalog)
99+
100+
### 🎨 Graphics APIs
101+
102+
| Name | Badge | Markdown |
103+
|------|-------|----------|
104+
| OpenGL | ![OpenGL](https://img.shields.io/badge/Graphics-OpenGL-5586A4?style=flat&logo=opengl&logoColor=white) | `[![OpenGL](https://img.shields.io/badge/Graphics-OpenGL-5586A4?style=flat&logo=opengl&logoColor=white)](https://www.opengl.org/)` |
105+
| Vulkan | ![Vulkan](https://img.shields.io/badge/Graphics-Vulkan-AC162C?style=flat&logo=vulkan&logoColor=white) | `[![Vulkan](https://img.shields.io/badge/Graphics-Vulkan-AC162C?style=flat&logo=vulkan&logoColor=white)](https://www.khronos.org/vulkan/)` |
106+
| DirectX | ![DirectX](https://img.shields.io/badge/Graphics-DirectX-107C10?style=flat) | `[![DirectX](https://img.shields.io/badge/Graphics-DirectX-107C10?style=flat)](https://learn.microsoft.com/en-us/windows/win32/directx)` |
107+
108+
[(Back to top)](#markdown-badge-catalog)
109+
110+
### 🧰 Version Control / GitHub
111+
112+
| Name | Badge | Markdown |
113+
|------|-------|----------|
114+
| Git | ![Git](https://img.shields.io/badge/VCS-Git-F05032?style=flat&logo=git&logoColor=white) | `[![Git](https://img.shields.io/badge/VCS-Git-F05032?style=flat&logo=git&logoColor=white)](https://git-scm.com/)` |
115+
| GitHub | ![GitHub](https://img.shields.io/badge/Platform-GitHub-181717?style=flat&logo=github&logoColor=white) | `[![GitHub](https://img.shields.io/badge/Platform-GitHub-181717?style=flat&logo=github&logoColor=white)](https://github.com/)` |
116+
117+
[(Back to top)](#markdown-badge-catalog)
118+
119+
### 🟢 Status / Development
120+
121+
| Name | Badge | Markdown |
122+
|------|-------|----------|
123+
| Early Development | ![Status](https://img.shields.io/badge/Status-Early%20Development-yellow?style=flat) | `![Status](https://img.shields.io/badge/Status-Early%20Development-yellow?style=flat)` |
124+
| In Development | ![Status](https://img.shields.io/badge/Status-In%20Development-orange?style=flat) | `![Status](https://img.shields.io/badge/Status-In%20Development-orange?style=flat)` |
125+
| Stable | ![Status](https://img.shields.io/badge/Status-Stable-success?style=flat) | `![Status](https://img.shields.io/badge/Status-Stable-success?style=flat)` |
126+
| Deprecated | ![Status](https://img.shields.io/badge/Status-Deprecated-lightgrey?style=flat) | `![Status](https://img.shields.io/badge/Status-Deprecated-lightgrey?style=flat)` |
127+
| Experimental | ![Status](https://img.shields.io/badge/Status-Experimental-blueviolet?style=flat) | `![Status](https://img.shields.io/badge/Status-Experimental-blueviolet?style=flat)` |
128+
129+
[(Back to top)](#markdown-badge-catalog)
130+
131+
### 🖥️ Platforms
132+
133+
| Name | Badge | Markdown |
134+
|------|-------|----------|
135+
| Windows | ![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey?style=flat) | `![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey?style=flat)` |
136+
| Linux | ![Platform](https://img.shields.io/badge/Platform-Linux-lightgrey?style=flat) | `![Platform](https://img.shields.io/badge/Platform-Linux-lightgrey?style=flat)` |
137+
| macOS | ![Platform](https://img.shields.io/badge/Platform-macOS-lightgrey?style=flat) | `![Platform](https://img.shields.io/badge/Platform-macOS-lightgrey?style=flat)` |
138+
| Windows \| Linux | ![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-lightgrey?style=flat) | `![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-lightgrey?style=flat)` |
139+
| Windows \| Linux \| macOS | ![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey?style=flat) | `![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey?style=flat)` |
140+
141+
[(Back to top)](#markdown-badge-catalog)
142+
143+
### 📜 Licenses
144+
145+
| Name | Badge | Markdown |
146+
|------|-------|----------|
147+
| MIT | [![License](https://img.shields.io/badge/License-MIT-green?style=flat)](LICENSE) | `[![License](https://img.shields.io/badge/License-MIT-green?style=flat)](LICENSE)` |
148+
| GPLv3 | [![License](https://img.shields.io/badge/License-GPLv3-blue?style=flat)](https://www.gnu.org/licenses/gpl-3.0) | `[![License](https://img.shields.io/badge/License-GPLv3-blue?style=flat)](https://www.gnu.org/licenses/gpl-3.0)` |
149+
| Apache 2.0 | [![License](https://img.shields.io/badge/License-Apache%202.0-red?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) | `[![License](https://img.shields.io/badge/License-Apache%202.0-red?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)` |
150+
151+
[(Back to top)](#markdown-badge-catalog)
152+
153+
### ⚙️ Project Type
154+
155+
| Name | Badge | Markdown |
156+
|------|-------|----------|
157+
| Game | ![Type](https://img.shields.io/badge/Project-Game-FF3D00?style=flat&logo=unity&logoColor=white) | `![Type](https://img.shields.io/badge/Project-Game-FF3D00?style=flat&logo=unity&logoColor=white)` |
158+
| Engine | ![Type](https://img.shields.io/badge/Project-Engine-purple?style=flat) | `![Type](https://img.shields.io/badge/Project-Engine-purple?style=flat)` |
159+
| Library | ![Type](https://img.shields.io/badge/Project-Library-blue?style=flat) | `![Type](https://img.shields.io/badge/Project-Library-blue?style=flat)` |
160+
| Framework | ![Type](https://img.shields.io/badge/Project-Framework-2E7D32?style=flat&logo=code&logoColor=white) | `![Type](https://img.shields.io/badge/Project-Framework-2E7D32?style=flat&logo=code&logoColor=white)` |
161+
| Web | ![Type](https://img.shields.io/badge/Project-Web-blueviolet?style=flat) | `![Type](https://img.shields.io/badge/Project-Web-blueviolet?style=flat)` |
162+
| CLI | ![Type](https://img.shields.io/badge/Project-CLI-424242?style=flat&logo=terminal&logoColor=white) | `![Type](https://img.shields.io/badge/Project-CLI-424242?style=flat&logo=terminal&logoColor=white)` |
163+
164+
[(Back to top)](#markdown-badge-catalog)
165+
166+
## 📌 Dynamic Badges Overview
167+
168+
Dynamic badges are small visual indicators generated in real time using services like **Shields.io**.
169+
They automatically reflect the current status of a project, such as package versions, build status, or release information.
170+
171+
### 🔧 How to Use Them
172+
173+
1. Choose the badge type you need (npm, PyPI, Crates.io, CI status, etc.).
174+
2. Replace the placeholder values (e.g. `your-package-name`, `your-user`, `your-repo`) with your actual project data.
175+
3. Copy the Markdown snippet and paste it directly into your `README.md`.
176+
4. The badge will update automatically whenever the source data changes.
177+
178+
### 📦 Common Use Cases
179+
180+
- Show the latest published version of a package
181+
- Display CI / build status
182+
- Indicate project activity or stability
183+
- Provide quick visual metadata for repositories
184+
185+
### 🧩 Example Dynamic-Version Badges
186+
187+
| Name | Badge | Markdown |
188+
|------|-------|----------|
189+
| npm | ![npm version](https://img.shields.io/npm/v/your-package-name?logo=nodedotjs) | `[![npm version](https://img.shields.io/npm/v/your-package-name?logo=nodedotjs)](https://www.npmjs.com/)` |
190+
| PyPI | ![PyPI version](https://img.shields.io/pypi/v/your-package-name?logo=python) | `[![PyPI version](https://img.shields.io/pypi/v/your-package-name?logo=python)](https://pypi.org/)` |
191+
| Crates.io | ![Crates.io](https://img.shields.io/crates/v/your-crate-name?logo=rust&logoColor=white) | `[![Crates.io](https://img.shields.io/crates/v/your-crate-name?logo=rust&logoColor=white)](https://crates.io/)` |
192+
193+
[(Back to top)](#markdown-badge-catalog)

0 commit comments

Comments
 (0)