Skip to content

Instantly share code, notes, and snippets.

View WideWord's full-sized avatar

Kirill Vilkov WideWord

View GitHub Profile
#!/usr/bin/env python
from sys import argv
import struct
prefix = "0000";
def addrb(x):
return {
"a" : "000",
"b" : "001",
import org.lwjgl.opengl.*;
import org.lwjgl.*;
import org.lwjgl.util.glu.*;
public class Main {
public static void main(String[] args) {
int w = 800, h = 600;