brilliantlabsAR / frame-codebase

The complete codebase for Frame
https://www.brilliant.xyz
Other
146 stars 30 forks source link

[Enhancement] Make software development experience easier #146

Open ajay-bhargava opened 4 months ago

ajay-bhargava commented 4 months ago

Purpose

Following on from this thread in the Brilliant discord, it is apparent to me that the current state of this repository doesn't clearly articulate the dependencies required to run Tasks > Build in VSCode to craft a suitable application.hex to flash onto a nRF52480 SDK.

What this change imparts

I've added a few files to make the Dev experience a bit more streamlined, pending further input from the support team regarding essential libraries needed to develop. Namely these changes include:

If merged and all libraries described, a user should become empowered to build application.hex without having to install the necessary binaries on their local machine.

Thank you!

Thanks for considering this PR!

ajay-bhargava commented 3 months ago

Hello,

I humbly submit an improvement to the existing codebase to aid developers. This allows most of the make utilities to be pre-installed in a Docker container to make the build process faster and less error prone for people trying to locate libraries.