Simple drawing software https://lmd.vg/pub/astgh/
  • C++ 83.7%
  • C 16.3%
Find a file
2026-05-18 21:32:07 +04:00
docs demonstration 2026-05-18 21:25:35 +04:00
.gitignore Initial commit 2026-05-18 17:14:12 +00:00
astgh.cpp Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00
astgh.h Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00
astgh.ico Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00
astgh.rc removing unnecessary junk 2026-05-18 21:32:07 +04:00
astgh.sln Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00
astgh.vcxproj removing unnecessary junk 2026-05-18 21:32:07 +04:00
astgh.vcxproj.filters removing unnecessary junk 2026-05-18 21:32:07 +04:00
framework.h Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00
LICENSE Initial commit 2026-05-18 17:14:12 +00:00
README.md demonstration 2026-05-18 21:25:35 +04:00
resource.h Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00
small.ico Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00
targetver.h Original source code (Jan 18 2023) 2026-05-18 21:17:28 +04:00

Astgh

This is a simple drawing software. Compatible with Windows 10 & 11. I'll try to make it run in older Windows versions. Source code in this repo is actual at the moment of publication (January 18, 2023).

Demo of the Astgh

Building

To build Astgh, you need Visual Studio 2022 or later, then import the solution and run "Build". That's it.

If you're using more recent version, consider updating the solution and relinking to newer codebase, Astgh is fully compatible.