You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Department of Geosciences, National Taiwan University, web.gl.ntu.edu.tw
Summary description
Open source software for inspecting, cropping and stitching ITRAX XRF core scans
Project tags/keywords
Languages used
Clojure
thi.ng projects/packages used
@thi.ng/geom
Media, images, videos etc.
Miscellaneous
Though I'm sad to see you've moved on from Clojure - thank you so much for the geom libraries! They're very minimal (not bloating my executable like some other libraries) and are a real pleasure to work with and extend. Diving into other people's codebases is usually quite challenging - but geom makes it almost painless :)
My application is not very fancy. I'm simply generated SVG hiccup for some plots. The hiccup is then converted to cljfx components that are then rendered directly in JavaFX (thereby skipping all SVG rendering with Batik/SalamanderSVG)
I'm hoping to add a geom -> svg-hiccup -> cljfx -> JavaFX Canvas converter in the future - per the cljfx author's suggestion : cljfx/cljfx#67 (comment) The SVG-hiccup has turned out to be a very flexible intermediary. Easy to modify and convert
The text was updated successfully, but these errors were encountered:
kxygk
changed the title
[submission] Your project title
[submission] Corascope
Nov 30, 2020
Project title
Corascope
Project homepage
https://geokon-gh.github.io/corascope/
Start date
2020-02-23
End date
Authors/collaborators
Client(s)
Summary description
Open source software for inspecting, cropping and stitching ITRAX XRF core scans
Project tags/keywords
Languages used
thi.ng projects/packages used
Media, images, videos etc.
Miscellaneous
Though I'm sad to see you've moved on from Clojure - thank you so much for the
geom
libraries! They're very minimal (not bloating my executable like some other libraries) and are a real pleasure to work with and extend. Diving into other people's codebases is usually quite challenging - butgeom
makes it almost painless :)My application is not very fancy. I'm simply generated SVG hiccup for some plots. The hiccup is then converted to
cljfx
components that are then rendered directly in JavaFX (thereby skipping all SVG rendering with Batik/SalamanderSVG)I'm hoping to add a
geom
->svg-hiccup
->cljfx
->JavaFX Canvas
converter in the future - per the cljfx author's suggestion : cljfx/cljfx#67 (comment) The SVG-hiccup has turned out to be a very flexible intermediary. Easy to modify and convertThe text was updated successfully, but these errors were encountered: