Skip to content

Commit ea9f9aa

Browse files
authored
Add build badge
1 parent 73dd970 commit ea9f9aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Download vidl.py](https://img.shields.io/badge/Download-vidl.py-blue?style=for-the-badge&logo=python)](https://raw.githubusercontent.com/hypernewbie/vidl/refs/heads/main/vidl.py)
44

5+
[![CI](https://github.com/hypernewbie/vidl/actions/workflows/ci.yml/badge.svg)](https://github.com/hypernewbie/vidl/actions/workflows/ci.yml)
6+
57
Vidl is a lightweight Python script that parses C++ header files for `// VIDL_GENERATE` comments and generates corresponding C++ structs and a command handler. It is useful for creating type-safe command buffers or RPC mechanisms.
68

79
> NOTE: Vidl is vide coded, without too much code oversight. Intended as a throwaway tool of sorts. Use at your own risk.

0 commit comments

Comments
 (0)