Coder Social home page Coder Social logo

Material to getting start about geom HOT 3 OPEN

thi-ng avatar thi-ng commented on August 23, 2024
Material to getting start

from geom.

Comments (3)

postspectacular avatar postspectacular commented on August 23, 2024

Hi @nkint, tutorials are non-existing so far, but are on the TODO list... However for examples, there're various snippets lingering throughout the codebase and various workshop repos:

https://github.com/thi-ng/geom/blob/master/src/index.org#example-usage
https://github.com/thi-ng/geom/blob/master/geom-viz/src/core.org#example-usage
https://github.com/thi-ng/geom/blob/master/geom-svg/src/examples.org

https://github.com/thi-ng/ws-ldn-1
https://github.com/thi-ng/ws-ldn-2
https://github.com/learn-postspectacular/resonate-workshop-2015
https://github.com/learn-postspectacular/resonate-workshop-2014

from geom.

hlolli avatar hlolli commented on August 23, 2024

It would be nice if a slack channel was created for thi.ng. I'm also a beginner and want to learn more and have sometimes questions. But I just ask here then; for svg/path, how do I use is, as string or map?
(svg/path {:M "150 0" :L "75 200 225 200 Z"} {:fill "green"})
or
(svg/path "M 150 0 L 75 200 225 200 Z" {:fill "green"})

Neither seems to work.

from geom.

postspectacular avatar postspectacular commented on August 23, 2024

Hi @hlolli - I personally don't like slack due to its way too truncated history. we're using http://gitter.im/thi-ng/geom, which has unlimited history and is also linked to from the main readme... There're currently ~30 users and I try to reply as often as I can (mostly within a few hours).

As for your SVG question. The whole point of the SVG ns is to avoid having to work directly with the SVG internals. The fns provided all work seamlessly with the geom types and I'd really recommend reading the source code and looking at the various examples.

hth! (if not, see you on the chat :) )

from geom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.