I hereby claim:
- I am lynkos on github.
- I am lynkos (https://keybase.io/lynkos) on keybase.
- I have a public key whose fingerprint is EE8A CF03 5E10 6B89 66C9 1C08 9C2A 27B1 C1BE F3AA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Confirm by prompting user for yes or no | |
ask() { | |
read -p "$@ (y/n)? " answer | |
case "${answer}" in | |
[yY] | [yY][eE][sS]) | |
true | |
;; | |
*) | |
false | |
;; |
Important
This is a copy of Read Me.rtf
(i.e. attached documentation) for Apple's Game Porting Toolkit.
Typos present in the original document have not been corrected.
The evaluation environment for Windows games is now a subset of the expanded Game Porting Toolkit. The evaluation environment helps game developers try out their existing Windows games right on Apple Silicon Macs running macOS 14 or higher. Using community projects that bundle the evaluation environment, or building your own environment using the included binaries and installation and configuration inst
#!/bin/sh | |
##################################################### | |
# Script Name # | |
# Script Description # | |
# ------------------------------------------------- # | |
# Explanation # | |
# # | |
# Setup: # | |
# Some step(s) and/or command(s) # |
% Resume in LaTeX | |
% Author : Kiran Brahmatewari | |
% Website: https://github.com/lynkos | |
% License : MIT | |
%------------------------ | |
\documentclass[letterpaper,11pt]{article} | |
\usepackage{latexsym} |
Useful code for editing articles in AppleGamingWiki, PCGamingWiki, etc.
{{Note|note=The content of the popup note here.|name=Appropriate name if the note is reused on multiple places on the page}}
{{ii}} Write note here.
{{Image|File name.png|Caption}}
<gallery>
File name 1.png|Caption1
File name 2.png|Caption2