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: noodlecore
type: CMake / C++
link: https://github.com/TinyBehemoth/noodle_cli
This repo 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. Currently developped in tandem with the cli.


name: noodle_cli
type: CMake / C++
link: https://github.com/TinyBehemoth/noodle_cli
A minimal interface so I can use and improve noodle.


name: project_website
type: hugo
link: https://noodle.franciscogg.site
Outreach to make the project and the idea visible. 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.