Toribash
Original Post
[REL] ToriStudio: create mods from your browser
Link to the app: link
Link to the source: link

The ingame mod maker is hard to use. So I decided to a make mod maker that is easier to use.

Demo




Instructions

  • 'W' to translate object
  • 'E' to rotate object
  • 'R' to scale object
  • '-' to decrease the size of the helper
  • '+' to increase the size of the helper
  • hold down 'Ctrl' to snap to grid


Current version
Alpha 0.0.2


Tech used
  • three.js
  • dat.gui

Change log
Alpha 0.0.2:
  • q button is working now
  • rotation fixed
  • shif + drag to copy object
  • automated object generation through scripting


Todo
  • add tori and uke
  • add configuration menu for gamerules
  • add mod importer

Scripting example
Here is a random cube generator:

JavaScript code


Result



And is a procedural "city" generator script:

JavaScript code


Result

Last edited by dista; Nov 18, 2015 at 08:11 AM.