Skip to content

V0.1 : BRE Start

Choose a tag to compare

@Program132 Program132 released this 09 Nov 17:47
· 117 commits to main since this release

The BRE project arrives with its first official version! Featuring a new system and new methods for programming in Blueprint, for "transforming" into Luau, and a very important element, an editor, in this case a web application.

Additions

  1. New method to convert from Blueprint to Luau
  2. Editor available on a website
  3. START node
  4. PRINT node
  5. ADD node

Removals

  1. Old backend system for coding in Blueprint, replaced by a simpler and more efficient one
  2. Nodes were not defined in JSON format

Upcoming Changes

  1. Addition of blocks for variables
  2. Basic blocks, such as those for math, strings, etc.