This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "Block.h" | |
#include <GL\glew.h> | |
#include <GLFW\glfw3.h> | |
Block::Block(const unsigned int blockID, const Vec3<double> position) | |
: blockID(blockID), position(position) | |
{ | |
// Generate a vertex array | |
double vertices[] = | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define _CRT_SECURE_NO_WARNINGS /* Shut up, Visual Studio */ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <SOIL.h> | |
const char *asciichars = "#*+=-:. "; | |
int main(int argc, char **argv) { | |
if (argc != 3) { printf("Syntax: %s <infile> <outfile>\n", argv[0]); return -1; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[%] GodMcBot •·[email protected]·• is on [emma.kottnet.net/0] - (here) name:[CraftIRC v2.0 Preview 11] | |
[%] moro •·[email protected]·• is on [felicia.kottnet.net/1] - (here) name:[Moritz] | |
[%] B •·[email protected]·• is on [emma.kottnet.net/0] - (away) name:[B] | |
[%] Netherland •·[email protected]·• is on [emma.kottnet.net/0] - (here) name:[netherland] | |
[%] mainframe •·~mainframe@2a01:4f8:131:c3:dead:beef:dead:beef·• is on [emma.kottnet.net/0] - (away) name:[Miguel M rodriguez] | |
[%] khmerboy •·[email protected]·• is on [emma.kottnet.net/0] - (here) name:[khmerboy] | |
[%] harfox- •·~harfox-@2a01:4f8:131:c3:dead:beef:dead:beef·• is on [emma.kottnet.net/0] - (here) name:[harfox-] | |
[%] Driehoek •·[email protected]·• is on [emma.kottnet.net/0] - (here) name:[driehoek] | |
[%] Magix •·[email protected]·• is on [emma.kottnet.net/0] - (away) name:[Marvin] | |
[%] F16Gaming •·[email protected]·• is on [emma.kottnet.net/0] - (here) name:[F16Gaming] |
NewerOlder