1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-01-18 02:58:31 +02:00
A feature-rich Factorio Blueprint Editor https://fbe.teoxoy.com/
Go to file
2018-03-29 08:42:51 +02:00
parser first commit 2018-03-29 07:54:56 +02:00
src fixed wrong filename 2018-03-29 08:42:51 +02:00
.gitignore first commit 2018-03-29 07:54:56 +02:00
LICENSE first commit 2018-03-29 07:54:56 +02:00
package-lock.json first commit 2018-03-29 07:54:56 +02:00
package.json first commit 2018-03-29 07:54:56 +02:00
README.md first commit 2018-03-29 07:54:56 +02:00
tsconfig.json first commit 2018-03-29 07:54:56 +02:00
tslint.json first commit 2018-03-29 07:54:56 +02:00
webpack.common.js first commit 2018-03-29 07:54:56 +02:00
webpack.dev.js first commit 2018-03-29 07:54:56 +02:00
webpack.prod.js fixed wrong filename 2018-03-29 08:42:51 +02:00

factorio-blueprint-editor

A Factorio blueprint editor and renderer webapp

TODO:

  • ctrl + click to add modules
  • implement more entity settings (filters, conditions)
  • edit bp label and icons
  • put entityInfo icon backgrounds on another layer
  • pipe window
  • implement the other cursorBoxes
  • overlay for turrets
  • show electricity-icon-unplugged for entities that are not connected to a power pole
  • bp manager (manage bps and books in an editor + placement of new blueprint in an allready loaded bp)
  • show bp inputs (show icons for belts)
  • throughput calculator/bp analyzer/bottleneck detector
  • highlight lone underground pipes/belts
  • train-stop station name
  • tiles support
  • poles range, wires and rotations
  • rotate bp
  • implement circuit_wire_max_distance with visualization ((x - center_x)^2 + (y - center_y)^2 <= radius^2)
  • rail endings
  • rail custom bounding box
  • rail rotations
  • belt endings