Giter Site home page Giter Site logo

Comments (2)

postspectacular avatar postspectacular commented on August 26, 2024

Hi Kovas, just to make sure I understand that correctly.. are you're asking if the matrix types could be used like this:

(let [a (matrix44 ...)
      b (matrix44 ...)]
  ;; produce new matrix via elementwise combination
  (combine a b +))

Indeed that would be quite nice to have and not hard to implement... Also happy about other naming proposals instead of combine or combine-with.

from geom.

kovasb avatar kovasb commented on August 26, 2024

My specific use case is for generating matrix transformations for use inside of gamma shaders.

I'd like to do something like
(geom/rotate-around-axis [gamma-x-coord gamma-y-coord ...] [0 1 0] rad)

where gamma-x-coord etc are datastructures representing GLSL fragments. I would supply my own functions for +, -, *, / which would take the args and generate a new GLSL frag. Then I would take the resulting structure and transform it into actual GLSL.

This is basically symbolic manipulation. In general it could also be used without gamma to symbolically generate clojure code that just computes the desired end structure with no intermediate allocations.

There is https://github.com/clojure-numerics/expresso, but it doesn't have the builtins that I need, and probably doesn't follow the same graphics-friendly conventions as thi-ng.

As a side note, there is a different approach to removing allocations from geometry generation pipeline (not applicable to the shader-side stuff I'm talking about above) in the newly-released mathbox2

gitgud.io/unconed/mathbox
http://acko.net/blog/mathbox2/

based on transducer-like idea of calling a supplied "emit" function with every step of the transformation. Pretty interesting.

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.