An open API service indexing awesome lists of open source software.

https://github.com/capr/capr


https://github.com/capr/capr

Last synced: 5 months ago
JSON representation

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.