An open API service indexing awesome lists of open source software.

https://github.com/ashifolfi/astview

A Lua/Love2D based program made to view json format clang ast dumps in a cleaner sorted manner
https://github.com/ashifolfi/astview

ast c clang cpp imgui lua programming utilities

Last synced: 4 months ago
JSON representation

A Lua/Love2D based program made to view json format clang ast dumps in a cleaner sorted manner

Awesome Lists containing this project

README

          

# ASTView
A Lua/Love2D based program made to view json format clang ast dumps in a cleaner sorted manner

## screenshots
![Methods View](https://raw.githubusercontent.com/ashifolfi/ASTView/main/screenshots/chiraentity-methodview.png)

## libraries used
- [json.lua](https://github.com/rxi/json.lua)
- [cimgui-love](https://github.com/apicici/cimgui-love)