a little 64bit microkernel based operating system written in c++ with smp support
Stars
771
Forks
23
Watchers
771
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
402
commits
1
commits
feat: add the ability to draw strings, support kerning, line height...
b4700dcView on GitHubfeat: fix shared ptr being maybe incorrectly destroyed when 2 different
2e995f8View on GitHubfeat: add shape and rasterization of line (just line not filled shapes)
f71d70cView on GitHubrefacor: added Vec2 class, use start+end for Rect and add a GfxContext
50dfb62View on GitHubfeat(gfx): add a basic graphic library with support for an SDL backend
794ba56View on GitHub