Giter Site home page Giter Site logo

maze3d's Introduction

maze3d

A 2.5D maze generator / animation written in C++11.

Compiles (mostly) cleanly into x86 linux and asm.js through emscripten.

Setup for Emscripten

  1. Intall emscripten Don't forget to source ./emsdk_env.sh from your emscripten install dir to ensure our PATH contains the necessary directories.
  2. In the root directory of the clone, run ./setup_emscripten.sh to setup the build directory for emscripten (embuild).
  3. In the embuild directory, run make
  4. In a browser, navigate to file:///<path-to-your-clone>/embuild/test.html

Setup for Local

  1. In the root directory of the clone, run ./setup_local.sh to setup the build directory for local dev (build).
  2. In the build directory, run make.
  3. In the maze directory, run ../build/maze .

maze3d's People

Contributors

ekkid avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

violet-ve

maze3d's Issues

seed the rng

On desktop it looks like the results are randomly seeded each run.
That isn't the case in emscripten. Need to seed the rng for randomized mazes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.