Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcdiarmid/campbell-ramble
picking C back up and learning some OpenGL along the way.
https://github.com/mcdiarmid/campbell-ramble
Last synced: 2 days ago
JSON representation
picking C back up and learning some OpenGL along the way.
- Host: GitHub
- URL: https://github.com/mcdiarmid/campbell-ramble
- Owner: mcdiarmid
- Created: 2021-09-03T10:45:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T00:53:27.000Z (about 2 years ago)
- Last Synced: 2024-11-01T21:42:15.555Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My C Sandbox
Been a while since I've done an up-skill grind, and I should probably spend less of my free time playing Runescape.
I learned the basics of C in my Electrical Engineering degree, but I haven't really touched the language since 2017.
This repo will document my re-learning of C, learning a bunch of things I haven't had time for, and showing any cool stuff I make along the way.## Dependencies
Developing this all on some form of linux, although it seems to change from week to week on this 10 year old laptop.
Currently running arch-based EndeavourOS and using `gcc` (version 11.1.0) to compile , so here are all the pacman installs.```bash
sudo pacman -S glew freeglut
```## Goals