/ConwayLifeHoloLens

A 3D Conway Game of Life for HoloLens in F# - unfortunately not workable because of a Unity bug.

Primary LanguageF#

Conway's Game of Life for HoloLens

An attempt...

This is a Unity3D project, with code written in F#, for Conway's Game of Life on the Microsoft HoloLens. Unfortunately, because of this bug, the code won't run on HoloLens, and Unity has no plans to fix the bug. You may want to upvote F# support for Unity here.

An introduction to this project is contained in the slides at the root of this project (AlternativeToolchains.pdf). More background is available in the following blog posts:

This repository makes use of files from the [unity_remote_build] (https://github.com/psfblair/unity_remote_build) and unity_fsharp repositories.