diff --git a/doc/2d-vector.png b/doc/2d-vector.png deleted file mode 100644 index 3314a39..0000000 Binary files a/doc/2d-vector.png and /dev/null differ diff --git a/doc/2d-vector@2x.png b/doc/2d-vector@2x.png deleted file mode 100644 index 8959381..0000000 Binary files a/doc/2d-vector@2x.png and /dev/null differ diff --git a/doc/3d-vector.png b/doc/3d-vector.png deleted file mode 100644 index 229ed71..0000000 Binary files a/doc/3d-vector.png and /dev/null differ diff --git a/doc/3d-vector@2x.png b/doc/3d-vector@2x.png deleted file mode 100644 index e85e7c9..0000000 Binary files a/doc/3d-vector@2x.png and /dev/null differ diff --git a/doc/dot.png b/doc/dot.png deleted file mode 100644 index 1a23c7d..0000000 Binary files a/doc/dot.png and /dev/null differ diff --git a/doc/dot@2x.png b/doc/dot@2x.png deleted file mode 100644 index 862b906..0000000 Binary files a/doc/dot@2x.png and /dev/null differ diff --git a/doc/input.png b/doc/input.png deleted file mode 100644 index 945e77f..0000000 Binary files a/doc/input.png and /dev/null differ diff --git a/doc/input@2x.png b/doc/input@2x.png deleted file mode 100644 index 3a4baf4..0000000 Binary files a/doc/input@2x.png and /dev/null differ diff --git a/doc/integration-constant.png b/doc/integration-constant.png deleted file mode 100644 index 5596acc..0000000 Binary files a/doc/integration-constant.png and /dev/null differ diff --git a/doc/integration-constant@2x.png b/doc/integration-constant@2x.png deleted file mode 100644 index ae52a9b..0000000 Binary files a/doc/integration-constant@2x.png and /dev/null differ diff --git a/doc/integration.png b/doc/integration.png deleted file mode 100644 index 64d3130..0000000 Binary files a/doc/integration.png and /dev/null differ diff --git a/doc/integration@2x.png b/doc/integration@2x.png deleted file mode 100644 index f2e8ac4..0000000 Binary files a/doc/integration@2x.png and /dev/null differ diff --git a/doc/magnitude.png b/doc/magnitude.png deleted file mode 100644 index 7a2151d..0000000 Binary files a/doc/magnitude.png and /dev/null differ diff --git a/doc/magnitude@2x.png b/doc/magnitude@2x.png deleted file mode 100644 index 39d7700..0000000 Binary files a/doc/magnitude@2x.png and /dev/null differ diff --git a/doc/movement.png b/doc/movement.png deleted file mode 100644 index 289e3e5..0000000 Binary files a/doc/movement.png and /dev/null differ diff --git a/doc/movement@2x.png b/doc/movement@2x.png deleted file mode 100644 index cbf231a..0000000 Binary files a/doc/movement@2x.png and /dev/null differ diff --git a/doc/vector-add-cs.png b/doc/vector-add-cs.png deleted file mode 100644 index 126c6d5..0000000 Binary files a/doc/vector-add-cs.png and /dev/null differ diff --git a/doc/vector-add-cs@2x.png b/doc/vector-add-cs@2x.png deleted file mode 100644 index 91e7a7a..0000000 Binary files a/doc/vector-add-cs@2x.png and /dev/null differ diff --git a/doc/vector-add.png b/doc/vector-add.png deleted file mode 100644 index 888488f..0000000 Binary files a/doc/vector-add.png and /dev/null differ diff --git a/doc/vector-add@2x.png b/doc/vector-add@2x.png deleted file mode 100644 index cb3e33f..0000000 Binary files a/doc/vector-add@2x.png and /dev/null differ diff --git a/doc/vector-cross.png b/doc/vector-cross.png deleted file mode 100644 index 8fff82e..0000000 Binary files a/doc/vector-cross.png and /dev/null differ diff --git a/doc/vector-cross@2x.png b/doc/vector-cross@2x.png deleted file mode 100644 index 5edc7a3..0000000 Binary files a/doc/vector-cross@2x.png and /dev/null differ diff --git a/doc/vector-dot.png b/doc/vector-dot.png deleted file mode 100644 index 414b470..0000000 Binary files a/doc/vector-dot.png and /dev/null differ diff --git a/doc/vector-dot@2x.png b/doc/vector-dot@2x.png deleted file mode 100644 index b150a0e..0000000 Binary files a/doc/vector-dot@2x.png and /dev/null differ diff --git a/doc/vector-mul.png b/doc/vector-mul.png deleted file mode 100644 index 8d7afeb..0000000 Binary files a/doc/vector-mul.png and /dev/null differ diff --git a/doc/vector-mul@2x.png b/doc/vector-mul@2x.png deleted file mode 100644 index 878e387..0000000 Binary files a/doc/vector-mul@2x.png and /dev/null differ diff --git a/doc/vector-neg.png b/doc/vector-neg.png deleted file mode 100644 index 075b321..0000000 Binary files a/doc/vector-neg.png and /dev/null differ diff --git a/doc/vector-neg@2x.png b/doc/vector-neg@2x.png deleted file mode 100644 index fbae615..0000000 Binary files a/doc/vector-neg@2x.png and /dev/null differ diff --git a/doc/vector-sub.png b/doc/vector-sub.png deleted file mode 100644 index db19854..0000000 Binary files a/doc/vector-sub.png and /dev/null differ diff --git a/doc/vector-sub@2x.png b/doc/vector-sub@2x.png deleted file mode 100644 index e4ebfdd..0000000 Binary files a/doc/vector-sub@2x.png and /dev/null differ diff --git a/doc/z-order.png b/doc/z-order.png deleted file mode 100644 index 8cc9bd2..0000000 Binary files a/doc/z-order.png and /dev/null differ diff --git a/doc/z-order@2x.png b/doc/z-order@2x.png deleted file mode 100644 index 1d4ce04..0000000 Binary files a/doc/z-order@2x.png and /dev/null differ diff --git a/input/game.input_binding b/input/game.input_binding deleted file mode 100644 index e938d17..0000000 --- a/input/game.input_binding +++ /dev/null @@ -1,76 +0,0 @@ -key_trigger { - input: KEY_UP - action: "up" -} -key_trigger { - input: KEY_DOWN - action: "down" -} -key_trigger { - input: KEY_LEFT - action: "left" -} -key_trigger { - input: KEY_RIGHT - action: "right" -} -key_trigger { - input: KEY_SPACE - action: "space" -} -key_trigger { - input: KEY_A - action: "automatic" -} -key_trigger { - input: KEY_M - action: "manual" -} -key_trigger { - input: KEY_N - action: "namespace" -} -key_trigger { - input: KEY_I - action: "infopod" -} -key_trigger { - input: KEY_H - action: "help" -} -key_trigger { - input: KEY_Q - action: "quit_help" -} -key_trigger { - input: KEY_R - action: "refresh_pod_log" -} -key_trigger { - input: KEY_S - action: "stop" -} -key_trigger { - input: KEY_K - action: "kubelinter" -} -key_trigger { - input: KEY_W - action: "worker" -} -key_trigger { - input: KEY_E - action: "hide_worker" -} -mouse_trigger { - input: MOUSE_BUTTON_1 - action: "click" -} -touch_trigger { - input: TOUCH_MULTI - action: "touch" -} -text_trigger { - input: TEXT - action: "type" -} diff --git a/scripts/configure_kubeinv.sh b/scripts/configure_kubeinv.sh deleted file mode 100644 index 8c2d2b4..0000000 --- a/scripts/configure_kubeinv.sh +++ /dev/null @@ -1,50 +0,0 @@ -# Set a spefic KUBECONFIG if you have different contexts -# export KUBECONFIG= - -NAMESPACES="default,namespace1" -K8S_ENDPOINT="https://91A9752B6718D1E61824994D466EB574.gr7.eu-central-1.eks.amazonaws.com" - -SERVICE_ACCOUNT="kubeinvaders" - -kubectl --insecure-skip-tls-verify create sa kubeinvaders -n default - -cat < ./kubeinvader-rbac.yaml ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: kubeinvaders - labels: - app: kubeinvaders -rules: -- apiGroups: [""] - resources: ["pods","pods/log"] - verbs: ["get", "watch", "list", "delete"] ---- -kind: ClusterRoleBinding -apiVersion: rbac.authorization.k8s.io/v1 -metadata: - name: kubeinvaders - labels: - app: kubeinvaders -subjects: -- kind: ServiceAccount - name: kubeinvaders - namespace: default -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: kubeinvaders -EOF - -kubectl --insecure-skip-tls-verify create -f ./kubeinvader-rbac.yaml -n default -SECRET=$(kubectl --insecure-skip-tls-verify get serviceaccount ${SERVICE_ACCOUNT} -n default -o json | jq -Mr '.secrets[].name | select(contains("token"))') -TOKEN=$(kubectl --insecure-skip-tls-verify get secret ${SECRET} -n default -o json | jq -Mr '.data.token' | base64 -d) - -JSON_STRING=$( jq -n \ - --arg token "$TOKEN" \ - --arg endpoint "$K8S_ENDPOINT" \ - --arg namespace "$NAMESPACES" \ - '{token: $token, endpoint: $endpoint, namespace: $namespace}' ) - -echo $JSON_STRING > ~/.KubeInv.json