Skip to content

Instantly share code, notes, and snippets.

View mintuz's full-sized avatar
🎯
Focusing

Adam Bulmer mintuz

🎯
Focusing
View GitHub Profile
@mintuz
mintuz / SwiftChartPong.swift
Created July 11, 2022 15:10 — forked from dduan/SwiftChartPong.swift
Pong Game implemented with Swift Charts.
import SwiftUI
import Charts
import Combine
import Foundation
final class GameState: ObservableObject {
struct Player {
var position: Int
var halfSize: Int = 150
@mintuz
mintuz / karabiner.json
Last active January 15, 2020 22:13
My karabiner config to be used alongside keyboard maestro
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {