issues
search
mfbonfigli
/
gocesiumtiler
A Cesium.js point cloud 3D tiles generator from LAS files written in Golang
Mozilla Public License 2.0
195
stars
40
forks
source link
Major code refactor
#7
Closed
bonfigli
closed
3 years ago
bonfigli
commented
3 years ago
Major code refactor and cleanup.
Major points:
Packages have been reorganized to clarify the structure.
Functions have been shortened and decomposed if too long to improve code quality and readibility.
Some structs have been renamed to be more self explanatory.
Some abstractions have been introduced to better decouple components of the application.
A few tests have been added (but there is still lots to do...)
Shorthands for commands have been added
Now version number is embedded in the code and printed on the console (still need to verify if there is a better way to automate versioning)
Readme has been updated. App has been compiled under linux CentOS 8 and some tips on compiling the app have been added to the readme.
Major code refactor and cleanup.
Major points: