Skip to content

Instantly share code, notes, and snippets.

View martycagas's full-sized avatar

Martin Cagas martycagas

  • Czech Republic
  • 10:27 (UTC +02:00)
View GitHub Profile
@raysan5
raysan5 / raylib_vs_sdl.md
Last active June 23, 2024 11:07
raylib vs SDL - A libraries comparison

raylib_vs_sdl

In the last years I've been asked multiple times about the comparison between raylib and SDL libraries. Unfortunately, my experience with SDL was quite limited so I couldn't provide a good comparison. In the last two years I've learned about SDL and used it to teach at University so I feel that now I can provide a good comparison between both.

Hope it helps future users to better understand this two libraries internals and functionality.

Table of Content

@martycagas
martycagas / .vimrc
Last active November 12, 2023 18:55
Personal .vimrc file for access via git or curl anywhere, based on the https://vim.wikia.com/wiki/Example_vimrc
" Personal .vimrc file, so far still heavily based one the
" URL: https://vim.wikia.com/wiki/Example_vimrc
" Set 'nocompatible' to ward off unexpected things that your distro might
" have made, as well as sanely reset options when re-sourcing .vimrc
set nocompatible
" Attempt to determine the type of a file based on its name and possibly its
" contents. Use this to allow intelligent auto-indenting for each filetype,
" and for plugins that are filetype specific.
@mberkowski
mberkowski / tmux_basic_usage.md
Last active July 7, 2021 09:55
Tmux Basic Usage

Basic Tmux Usage

https://tmux.github.io/ <-- Tmux project

http://z.umn.edu/tmuxgist <-- this document!

The Prefix Keystroke Ctrl-b

  • Crtl-b c Create a new window
  • Crtl-b <N> Switch to window <N>
  • Crtl-b ? List available keystrokes
  • Crtl-b , Rename current window