https://github.com/hashbangs/creatures
Learning to program
https://github.com/hashbangs/creatures
c gtk3 latex lua ncurses
Last synced: 5 months ago
JSON representation
Learning to program
- Host: GitHub
- URL: https://github.com/hashbangs/creatures
- Owner: hashbangs
- Created: 2024-06-15T21:22:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T14:44:31.000Z (almost 2 years ago)
- Last Synced: 2025-06-23T04:40:05.064Z (about 1 year ago)
- Topics: c, gtk3, latex, lua, ncurses
- Language: TeX
- Homepage:
- Size: 949 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**C**: *the ANSI C programming language by Brian W. Kernighan, Dennis M. Ritchie* \
**LUA**: *https://lua.org/pil/contents.html* \
**NCURSES**: *https://invisible-island.net/ncurses/ncurses.html* \
**GTK 3.0**: *https://docs.gtk.org/gtk3/* \
generate compile_commands.json for your LSP with [bear](https://github.com/rizsotto/Bear) \
**LaTeX**: *https://www.latex-project.org/* \
tex compiler for neovim: [vimtex](https://github.com/lervag/vimtex)
```
Valuable ressources
ncurses: casual.coder
gtk: aducators
LaTeX: Michelle Krummel
```