Skip to content

Commit d6704e2

Browse files
committed
Add download badge for vidl.py to README
1 parent 2b47b3f commit d6704e2

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
@@ -1,5 +1,7 @@
11
# Vidl - Simple IDL generator for C++
22

3+
[![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)
4+
35
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.
46

57
> 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)