https://github.com/ashifolfi/propertyeditor
A Lua/Love2D based JSON property editor
https://github.com/ashifolfi/propertyeditor
imgui json json-editor love2d lua utilities
Last synced: about 1 month ago
JSON representation
A Lua/Love2D based JSON property editor
- Host: GitHub
- URL: https://github.com/ashifolfi/propertyeditor
- Owner: ashifolfi
- Created: 2022-12-29T05:48:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T15:19:26.000Z (over 2 years ago)
- Last Synced: 2025-02-08T16:42:17.658Z (3 months ago)
- Topics: imgui, json, json-editor, love2d, lua, utilities
- Language: Lua
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Property Editor
A Lua/Love2D based JSON Property editor# libraries used
- [json.lua](https://github.com/rxi/json.lua)
- [cimgui-love](https://github.com/apicici/cimgui-love)