Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.87 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.87 KB

ibgib

👀 https://ibgib.space - check out a prototype web app! 👀

🚧 evolution in progress 🚧

Currently I'm breaking out code from here and solidifying the overall architectural approach. This falls into two categories, libs and apps, with this repo also containing two archived projects, ionic-gib (the prototype) and keystone-gib (early sketch of a new authentication paradigm).

libs and apps under this umbrella monorepo

(to build individual apps from source you will need to clone the foundational libs into the libs subdirectory and use npm relink scripts found in the projects' package.json files. create an issue for help on this.)

libs:

  • active use
    • helper-gib - common utils
    • ts-gib - ibgib's unique DLT graphing primitives
    • core-gib - common core functionailty to be used in ibgib front ends
  • experimental
    • encrypt-gib - standalone cryptographic library using novel hash-based encryption algorithm
    • aws-dynamodb-sync-space-gib - early sync space adapter (pulled from ionic-gib prototype)
    • ga-gib - possible geometric algebra library for nd-gib front end

apps:

  • ibgib (rcli) - rcli front end
    • includes B2tFS Version Control - General Version Control to git's Special Version Control
    • atow (01/2024) this is where I am mostly active
  • experimental
    • nd-gib - n-dimensional front end based on graphics + canvas
      • we need a new time ux beyond a scrubber and others in existence
    • ng-ionic-gib - ported ionic-gib prototype
      • (doubt this will happen)
    • plain-gib - vanilla javascript project that i'm using for various reasons
      • early testing libs for isomorphic javascript