oodle
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Project Repos

The noodle project is managed by a noodle at the highest level. Not all repos are public. Part of the reason for this page is to demonstrate why noodle makes sense.


name: noodle
type: noodle
This is the high level coordinator component. Here’s where I set priorities and define procedures for the entire project.


name: noodle_cli
type: CMake / C++
download source
A minimal interface so I can use and improve noodle. This repo also implements the core library. People can take this and build noodle-based software on top. Of course I have plenty of ideas, but I want people to be able to easily make what they want.


name: project_website
type: hugo
link: https://noodle.franciscogg.site
Outreach to make the project and the idea visible. It has some project art in the works. This repo also includes the ‘Docs’ which act as a technical specification for the cli.


name: cli-architecture
type: noodle
This is how I work on the design of the software implementation, outline my build system, development environment, and refine abstractions. The goal is to eventually merge this with the noodle_cli repo.