Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jacobmilligan's full-sized avatar

Jacob Milligan jacobmilligan

View GitHub Profile
@jacobmilligan
jacobmilligan / DiamondSquare.cs
Last active August 11, 2019 20:41
A Diamond-Square noise map generator in C#
//
// DiamondSquare.cs
// Midnight Blue
//
// --------------------------------------------------------------
//
// Created by Jacob Milligan on 10/10/2016.
// Copyright (c) Jacob Milligan All rights reserved
//
//
// RenderBatch.hpp
// Disco Rocket Library
//
// ----------------------------------------------------------------------------
//
// Created by Jacob Milligan on 9/12/2016.
// Copyright (c) 2016 Jacob Milligan All rights reserved.
//
/*
* cplatform.h
* Collection of macros and utilities for writing cross-platform C/C++ code
*
* Copyright (c) 2021 Jacob Milligan. All rights reserved.
*/
/*
**********************
*