https://github.com/capr/capr
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/capr/capr
- Owner: capr
- Created: 2020-10-28T15:30:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-30T09:56:28.000Z (7 months ago)
- Last Synced: 2025-12-02T14:41:06.714Z (7 months ago)
- Size: 19.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi, I'm Cosmin, a programmer from Bucharest.
## Stuff I'm working on
#### Canvas-UI
[Canvas UI](https://github.com/allegory-software/canvas-ui)
is a UI library with an IMGUI API and built-in screen sharing.
JavaScript, canvas-drawn.
#### Allegory SDK
[Allegory SDK](https://github.com/allegory-software/allegory-sdk) is a full stack
for CRUD apps, but with a library-not-frameowrk pyramid-of-abstraction approach.
#### Many Machines
[Many Machines](https://github.com/allegory-software/many-machines) is a Linux
sysadmin tool and application deployment tool written in Bash.
#### Miniterra
[Miniterra](https://github.com/capr/miniterra) is a programming language
with C semantics and lisp-like metaprogramming capabilities.
## Past projects
#### Luapower
[Luapower](https://github.com/luapower/website/blob/master/luapower-www/md/github.md)
is a LuaJIT toolkit (Windows, Linux), with native OS API bindings to portable sockets,
threads, windows, graphics, etc. Comes with documentation, binaries and the ability
to create single-executable apps (desktop or command-line).
#### Multigit
[multigit](https://github.com/capr/mgit) is a tool for checking out multiple git repositories
overlaid onto the same directory, similar to a union filesystem, where each repository is a layer.
Used as the package manager for luapower. Other people use it to keep their home directory
under version control.