Skip to content

Instantly share code, notes, and snippets.

View ssonaki's full-sized avatar
🌻
해바라기

charlie ssonaki

🌻
해바라기
View GitHub Profile
@raysan5
raysan5 / custom_game_engines_small_study.md
Last active March 11, 2026 11:29
A small state-of-the-art study on custom engines

CUSTOM GAME ENGINES: A Small Study

a_plague_tale

WARNING: Article moved to separate repo to allow users contributions: https://github.com/raysan5/custom_game_engines

A couple of weeks ago I played (and finished) A Plague Tale, a game by Asobo Studio. I was really captivated by the game, not only by the beautiful graphics but also by the story and the locations in the game. I decided to investigate a bit about the game tech and I was surprised to see it was developed with a custom engine by a relatively small studio. I know there are some companies using custom engines but it's very difficult to find a detailed market study with that kind of information curated and updated. So this article.

Nowadays lots of companies choose engines like [Unreal](https:

https://archive.is/llRty#selection-1131.0-1504.0
우선 국내.
1.레오폴드. http://www.leopold.co.kr/
키캡을 사면 본체를 주는 국내 최고의 키캡 판매 회사.
2. 펀키스. http://funkeys.kr/
바밀로, 더키 키보드 유통 회사. 키캡 세트도 판매 중.
기본적으로 충분한 값어치는 하는 듯.
@muety
muety / rclone_sync.txt
Last active December 20, 2022 20:32
Automated Google Drive sync for Linux using rclone
Script that will trigger a local to remote sync when any changes below your local Google Drive folder occur - but at max. every 10 minutes - and a remote to local sync every x (e.g. 30 minutes) via a cron job.
0. Install rclone and configure it for Google Drive
1. Create files listed below
2. Configure rclone_watch_local.sh to be run on startup (e.g. using a systemd service unit)
3. Add a cron job that runs rclone_remote2local.sh every x (e.g. 30) minutes
----------------------
rclone_local2remote.sh
----------------------
@rahilwazir
rahilwazir / vmdk_vhdx.md
Last active January 21, 2026 21:33
Convert VMWare to Hyper-V (vmdk to vhdx)
@drguildo
drguildo / fallout-new-vegas-mods.md
Last active February 15, 2026 16:24
Fallout: New Vegas mods that I recommend.

This is a conservative list of mods for Fallout: New Vegas which I feel improve what's already there rather than changing it (much).

Important

  • Install xNVSE.
  • Install FNV 4GB Patcher. I used to use FNV4GB but it prevented me from using ReShade. Even if you don't use ReShade this is probably still the better option as it simply patches the New Vegas executable rather than using in-memory patching via an extra executable.
  • Install New Vegas Tick Fix.
  • Install New Vegas Heap Replacer. Replaces the game's heap memory management system with a faster implementation.
@Teino1978-Corp
Teino1978-Corp / cheatsheet.tex
Created December 17, 2015 01:11
latex cheat sheet
% source: http://tex.stackexchange.com/questions/8827/preparing-cheat-sheets
\documentclass[10pt,landscape]{article}
\usepackage{multicol}
\usepackage{calc}
\usepackage{ifthen}
\usepackage[landscape]{geometry}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{color,graphicx,overpic}
\usepackage{hyperref}
@iros
iros / API.md
Created August 22, 2012 14:42
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: