https://github.com/aloshi/bl-webgl
A WebGL renderer for Blockland save files.
https://github.com/aloshi/bl-webgl
Last synced: 12 days ago
JSON representation
A WebGL renderer for Blockland save files.
- Host: GitHub
- URL: https://github.com/aloshi/bl-webgl
- Owner: Aloshi
- Created: 2018-01-07T22:27:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T22:30:17.000Z (over 8 years ago)
- Last Synced: 2025-06-01T04:05:16.966Z (about 1 year ago)
- Language: JavaScript
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockland WebGL Renderer
This is a WebGL renderer for [Blockland](http://blockland.us/) save files.

It uses Blockland's native brick definition files (.blb) to render a save file (.bls). It is untested with the current version of Blockland. It's pretty unoptimized, but works okay for small- to medium-sized builds.
This was originally written back in 2014 as a weekend project for Nitramtj according to the file modification times. Don't expect quality code, I think this was my first forray into JavaScript.
## Running It
Since the blb files are loaded with `XMLHttpRequest`, you'll need to serve the directory with a web server - it's not enough to just download the repository and open index.html. It's currently hard-coded to load the save named "test_big.bls."