1
0
Fork
You've already forked skydraw-cpp
0
SkyDraw but in C++
  • C 76.5%
  • C++ 23.5%
2025年07月14日 15:53:00 +07:00
atproto-cpp @9375704f68 build: update atproto version for nicer looking post creation 2025年07月14日 15:53:00 +07:00
imgui @336d9212fc 2025年07月13日 00:04:35 +07:00
inipp feat: add ini parsing 2025年07月13日 01:44:13 +07:00
raylib @20a07a65d7 2025年07月13日 00:04:35 +07:00
raylib-cpp @8e01c1dd8f 2025年07月13日 00:04:35 +07:00
rlImGui @0105acf1bf 2025年07月13日 00:04:35 +07:00
src build: update atproto version for nicer looking post creation 2025年07月14日 15:53:00 +07:00
.gitignore 2025年07月13日 00:04:35 +07:00
.gitmodules build: switch to atproto fork with image embeds support 2025年07月13日 15:56:02 +07:00
config.ini feat: add ini parsing 2025年07月13日 01:44:13 +07:00
LICENSE docs: add LICENSE 2025年07月13日 17:34:17 +07:00
nob.c build: update atproto version for nicer looking post creation 2025年07月14日 15:53:00 +07:00
nob.h 2025年07月13日 00:04:35 +07:00
README docs: slightly expand README 2025年07月13日 17:46:48 +07:00

SkyDraw but in C++
because why not!!
to build:
1. make sure your gitmodules are properly initialized
2. run `cc -o nob nob.c`
3. run `./nob`
how to auth:
open config.ini and paste your handle alongside app password in appropriate fields
usage:
LMB to draw
RMB to erase (brush only)
ctrl+s to save image
ctrl+p to save image and post it to bluesky
TODO
dedicated button to post and save image
confirmation before saving, posting and deleting image
language change support
better brush smoothing