KBVE is a collective that builds different programs, libraries, games and memes! This monorepo is the heart of all our applications, making it easier to manage while providing an experimental playground for pipelines. The core of this Monorepo is based upon Nx Smart Monorepos, but do not fear! This is easy once you get the hang of it!
C | R | A | P | @Apps |
---|---|---|---|---|
kilonet | erust | astropad | kbve | kbve.com |
jedi | fudster | rentearth.com | ||
holy | herbmail.com | |||
kbve | rareicon.com |
cRap , pronounced, Ceee-Rap. 💩 ... uhh wait I meant to say carp. 🐟
C
Unity | v2022.3.12f1
dev
has a playable build on Itch.io - Saber Devdev
-branch build to Itch.ioBlazor
Steam Pipeline:
beta
branch to the CI/CD pipeline.Generic C
playground
Extremely WIP with submodules removed by default.
R for Rust
Axum
Diesel
erust | v0.1 dev.
Egui
egui
& eframe
.A for Astro
Astro Components Library
TODO: NPM Release
React
Svelte
Typescript JS Library
TODO: engine.ts
- Integrating Axum (kbve
) backend with frontend libraries.
TODO: NPM Release
React - SKIP
Svelte - SKIP
NAPI
Rust Bindings
P for Python
This part of the stack is under massive development, so we advise to skip this until we get the bindings sorted.
Atlas
under kbve pip package
TODO: Full atlas
refactor with autogen
and taskweaver
.
Pyo3
Rust Bindings
Interoptopus
Rust Bindings
The Richard Stack is known as Dockerized Integrated Container Kubes
.
D for Docker
I for Integrations
private
codebase projects.C for Containers
K for Kubes
k
for Stateless Applications.Examples of monorepos:
Perks of a monorepo include:
Consistent Developer Environment and Experience.
Less clutter, keeping a single source of truth.
Atomic Changes.
Scalable.
Before getting started, we recommend that you use WSL, Linux or MacOS! Direct Windows is not supported. Make sure you have Node 18+ with PNPM! Python 3.10+ / Poetry are optional if you wish to work with python.
Please see ./CONTRIBUTE.md for WSL Instructions
Official Install Docs
git clone https://github.com/KBVE/kbve.git
then enter the directory. cd kbve
pnpm install
pnpm nx dev herbmail.com
- Should start a development server with Astro for HerbMail.comThe breakdown of libraries, packages and applications in this repo contains!
This is an open source Unity game that is currently located under /apps/saber/
within this monorepo.
Atlas is a Python pip package for generic baseline ml applications.
Atlas currently only has pyautogen
but a couple other packages are planned but as of right now, we are waiting on the stablization of the OpenAI v1 API.
The Atlas Library is currently broken needs to be wait on a couple packages to be updated, including LiteLLM.
Astro VE is an Astro-based UX/UI library that empowers developers to seamlessly create elegant and adaptable UX/UI components, fostering an interactive and intuitive user experience across diverse website applications.
React-based Appwrite library for fast frontend deployment.
This package will be deprecated and replace with a react-api
style package.
The API is current being updated! Its split into a NestJS core under /apps/api/
and micro controllers written in Rust, under /apps/rust_api_*
with *
representing a glob wild card.
Make sure that Cargo
is installed!
Running the micro controllers for the Rust API is easy!
pnpm nx run rust_api_profile:run