Skip to content

Instantly share code, notes, and snippets.

View johdah's full-sized avatar

Johan Dahlberg johdah

  • Göteborg, Sverige
View GitHub Profile
@johdah
johdah / XNASimpleCamera
Last active December 11, 2015 05:59
A Simple XNA Camera
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
namespace XNAGists
{
public class Camera
{
@johdah
johdah / XNASimpleQuad
Last active October 24, 2019 04:51
A simple Quad object for XNA
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework;
namespace XNAGists
{
public class SimpleQuad
@johdah
johdah / XNAModelClass
Created January 17, 2013 17:53
A XNA model that can rotate one part
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
namespace XNAGists {
public class Snowplow
@WouterBos
WouterBos / LessCssConvention.css
Last active October 11, 2017 07:02
The PAT LessCSS code convention.I'm building a command line that checks and sometimes even fixes code convention violations: https://github.com/WouterBos/Peruse
/**
* Each file should begin with a document comment, describing what it should do
*/
/**
@kwichmann
kwichmann / blockchain.md
Last active August 17, 2022 02:37
Blockchain and Ethereum resources