Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityjhaa/numb
Nothing Else Matters!
https://github.com/adityjhaa/numb
Last synced: 2 months ago
JSON representation
Nothing Else Matters!
- Host: GitHub
- URL: https://github.com/adityjhaa/numb
- Owner: adityjhaa
- Created: 2024-04-02T07:04:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T18:31:09.000Z (8 months ago)
- Last Synced: 2024-05-20T22:02:22.890Z (8 months ago)
- Language: C++
- Homepage:
- Size: 13.1 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NUMB
## Clone Repo
```bash
git clone https://github.com/adityjha0/numb.git
```
## Install Raylib
*Ubuntu Linux*
```bash
cp install.sh ~
cd
chmod +x install.sh
./install.sh
```*Arch Linux*
```bash
cd
sudo pacman -Sy
sudo pacman -S raylib
```For other Linux distributions, the installation process is documented here.
*Mac*
```bash
brew install raylib
```
## Build and run
```bash
make run
```