Changes between Initial Version and Version 2 of Ticket #4804


Ignore:
Timestamp:
Oct 18, 2017, 6:06:33 PM (6 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4804 – Description

    initial v2  
    2121
    2222After that, `library.js` will be about 100 to 200 lines of code only, `misc.js` and `utilityfunctions.js` deleted. So it will be easier for new readers to understand the rmgen library.
     23
     24`placers.js` and `pathplacer.js` will become `placer_centered.js` (`ClumpPlacer, ChainPlacer`, can be used at random places meeting a given constraint) and `placers_noncentered.js` (`RectPlacer, PathPlacer`, can only be used to place at hardcoded coordinates).