init
commitf84cc48182ca94a4f481dfd930d395afbefd0dbd
authorfgsfds <pvt.fgsfds@gmail.com>
Sat, 15 Jan 2022 20:13:30 +0000 (15 23:13 +0300)
committerfgsfds <pvt.fgsfds@gmail.com>
Sat, 15 Jan 2022 20:13:30 +0000 (15 23:13 +0300)
tree507b8e6bd3586d542cf1833fc15dd593ae1d341e
init
57 files changed:
COPYING [new file with mode: 0644]
maped.nimble [new file with mode: 0644]
nim.cfg [new file with mode: 0644]
src/config.nim [new file with mode: 0644]
src/gfx.nim [new file with mode: 0644]
src/gui.nim [new file with mode: 0644]
src/gui/common.nim [new file with mode: 0644]
src/gui/controls.nim [new file with mode: 0644]
src/gui/file_dialog.nim [new file with mode: 0644]
src/gui/map_dialog.nim [new file with mode: 0644]
src/gui/message_box.nim [new file with mode: 0644]
src/gui/wad_dialog.nim [new file with mode: 0644]
src/map.nim [new file with mode: 0644]
src/map/def.nim [new file with mode: 0644]
src/map/entities.nim [new file with mode: 0644]
src/map/helpers.nim [new file with mode: 0644]
src/maped.nim [new file with mode: 0644]
src/serialization.nim [new file with mode: 0644]
src/serialization/binary.nim [new file with mode: 0644]
src/serialization/common.nim [new file with mode: 0644]
src/serialization/text.nim [new file with mode: 0644]
src/thirdparty/imgui.nim [new file with mode: 0644]
src/thirdparty/imgui/backend_gl2.nim [new file with mode: 0644]
src/thirdparty/imgui/backend_sdl2.nim [new file with mode: 0644]
src/thirdparty/imgui/base.nim [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/LICENSE [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/Makefile [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/README.md [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/cimgui.cpp [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/cimgui.h [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/LICENSE.txt [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imconfig.h [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imgui.cpp [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imgui.h [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imgui_demo.cpp [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imgui_draw.cpp [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imgui_internal.h [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imgui_tables.cpp [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imgui_widgets.cpp [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imstb_rectpack.h [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imstb_textedit.h [new file with mode: 0644]
src/thirdparty/imgui/private/cimgui/imgui/imstb_truetype.h [new file with mode: 0644]
src/thirdparty/imgui/private/ncimgui.h [new file with mode: 0644]
src/thirdparty/stb_image.nim [new file with mode: 0644]
src/thirdparty/stb_image/components.nim [new file with mode: 0644]
src/thirdparty/stb_image/private/read.c [new file with mode: 0644]
src/thirdparty/stb_image/private/stb_image.h [new file with mode: 0644]
src/thirdparty/stb_image/private/stb_image_write.h [new file with mode: 0644]
src/thirdparty/stb_image/private/write.c [new file with mode: 0644]
src/thirdparty/stb_image/read.nim [new file with mode: 0644]
src/thirdparty/stb_image/write.nim [new file with mode: 0644]
src/utils.nim [new file with mode: 0644]
src/vfs.nim [new file with mode: 0644]
src/vfs/common.nim [new file with mode: 0644]
src/vfs/dfwad.nim [new file with mode: 0644]
src/vfs/zip.nim [new file with mode: 0644]
src/view.nim [new file with mode: 0644]