- added imgui
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 27 Nov 2017 05:14:05 +0000 (07:14 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 27 Nov 2017 05:14:05 +0000 (07:14 +0200)
commitd29eba477666f0753170d9ad549a4715ce071d04
tree4f11477b9109fa62baed8c4a1796f442c572481c
parent8512530474f0e0827447b6c81302120592f0e297
- added imgui
- feeble attempt at code documentation
19 files changed:
.gitignore
Makefile
src/app.cc
src/dbg_gui.cc [new file with mode: 0644]
src/dbg_gui.h [new file with mode: 0644]
src/imgui/imconfig.h [new file with mode: 0644]
src/imgui/imgui.cc [new file with mode: 0644]
src/imgui/imgui.h [new file with mode: 0644]
src/imgui/imgui_demo.cc [new file with mode: 0644]
src/imgui/imgui_draw.cc [new file with mode: 0644]
src/imgui/imgui_internal.h [new file with mode: 0644]
src/imgui/imgui_user.h [new file with mode: 0644]
src/imgui/imgui_user.inl [new file with mode: 0644]
src/imgui/piss_on_imgui [new file with mode: 0755]
src/imgui/stb_rect_pack.h [new file with mode: 0644]
src/imgui/stb_textedit.h [new file with mode: 0644]
src/imgui/stb_truetype.h [new file with mode: 0644]
src/metascene.cc
src/scene.h