Skip to content

jaydlawrence/web-blocks

 
 

Repository files navigation

Web Blocks

A WebGL application for building worlds and learning programming. Inspired by Minecraft Pi Edition.

See it in action here: [http://wb.buz.co/]

Controls

Move forwards / backwards: W and S

Move sideways: A and D

Look around: Arrow keys

Code editor: Escape key

Notes

This app will only work on modern web browsers (Chrome, Firefox, Safari) and on computers with 3D graphics chips. This is only a demo at the moment so there will be bugs. I hope to eventually grow it into a useful educational tool. Help is always welcome.

Includes experimental support for Google Cardboard!

Building

Requires NodeJS. Once installed, run these commands.

  • npm -g install gulp http-server
  • npm install
  • gulp build
  • http-server

Then point your browser at: http://localhost:8080/

About

WebGL Block Building inspired by Minecraft Pi Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.8%
  • TypeScript 7.2%
  • Other 1.0%