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 <SFML/Window.hpp> | |
#include <iostream> | |
int main() { | |
size_t windowHnd = 0; | |
MyOgreWin->getCustomAttribute("WINDOW", &windowHnd); | |
sf::Window MyWindow(windowHnd); | |
const sf::Input& MyInput = MyWindow.GetInput(); | |
while(true) { |
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
#!/usr/bin/python | |
# | |
# Awesome random theme chooser for Reddit Game Jam 01 | |
# | |
import random | |
themes = ["pairs", "repeating cycle", "stamina", "paralysis", "paranoia", | |
"tunneling", "multi-dimension", "hunger", "flight", "season", "time", "love", | |
"storm", "beauty/ugliness", "metamorphosis", "evolution", "distance", "empathy", |
NewerOlder