amitahire / crag

Interactive 3D Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Introduction

Crag is a personal programming project developed with the aim of exploring and demonstrating a number of programming techniques. It takes the form of an interactive 3D simulation featuring a real-time fractal landscape generator and ray-cast sphere renderer. It is written mostly in C++ and is designed to be as portable as possible, using free libraries and tools including:

Download

Infrequently built binaries are available for:

Android

Download [here].

This package in known to work on a number of popular modern devices. It is primarily developed on HTC One (M7).

Windows

Download [here].

This archive contains a copy of the demo and its necessary assets developed against Windows 7. All files must be expanded and the appropriate C run-time libraries installed. Your best bet is to install this Microsoft package first.

Clone

The project is currently hosted on GitHub.

git clone https://github.com/johnmcfarlane/crag.git
cd crag
git submodule init
git submodule update

Build/Run

Instructions are available for the following platforms:

Licencing

Copyright 2009 - 2015 John McFarlane. All rights reserved.

This software is distributed under the terms of the GNU General Public License.

About

Interactive 3D Demo

License:GNU General Public License v3.0


Languages

Language:C++ 72.9%Language:C 16.1%Language:Java 4.3%Language:GLSL 1.7%Language:CMake 1.6%Language:JavaScript 1.3%Language:Makefile 1.2%Language:Shell 0.9%Language:HTML 0.1%Language:Batchfile 0.0%