A 2D tile-based sandbox game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitmodules 876B

123456789101112131415161718192021222324
  1. [submodule "third-party/cpptoml"]
  2. path = third-party/cpptoml
  3. url = https://github.com/skystrife/cpptoml.git
  4. [submodule "third-party/msgpack-c"]
  5. path = third-party/msgpack-c
  6. url = https://github.com/msgpack/msgpack-c.git
  7. [submodule "third-party/imgui"]
  8. path = third-party/imgui
  9. url = https://github.com/ocornut/imgui.git
  10. [submodule "third-party/PerlinNoise"]
  11. path = third-party/PerlinNoise
  12. url = https://github.com/Reputeless/PerlinNoise.git
  13. [submodule "third-party/imgui_sdl"]
  14. path = third-party/imgui_sdl
  15. url = https://github.com/mortie/imgui_sdl
  16. [submodule "third-party/imgui-plot"]
  17. path = third-party/imgui-plot
  18. url = https://github.com/soulthreads/imgui-plot.git
  19. [submodule "third-party/fmt"]
  20. path = third-party/fmt
  21. url = https://github.com/fmtlib/fmt.git
  22. [submodule "third-party/tracy"]
  23. path = third-party/tracy
  24. url = https://github.com/wolfpld/tracy.git