vmath

Math vector library for graphical things. (by treeform)

Vmath Alternatives

Similar projects and alternatives to vmath

  • mypy

    112 vmath VS mypy

    Optional static typing for Python

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better vmath alternative or higher similarity.

vmath reviews and mentions

Posts with mentions or reviews of vmath. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-25.
  • 2D Vectors in Nim's standard lib?, also getting index of iteration with 0..9 and countup
    1 project | /r/nim | 22 Nov 2022
    vmath is a library for vector math with support for 2d and 3d vectors. However, based on your needs, you could also build your own vector type.
  • Don't let dicts spoil your code
    2 projects | news.ycombinator.com | 25 Jun 2022
    I haven’t programmed in Python a lot for years. Though I still somewhat follow the new features and versions and wow it surprises me how often modern Python misses an elegant solution that could simplify the ecosystem in favor of bespoke new syntax and new ways to do more incompatible OO.

    Interestingly I’ve actually been using _more_ duck-typing style programming in Nim as it’s become my daily driver.

    It’s kinda funny since Nim is a statically typed language you think it’d be hard yet its so seamless to use compile time checks that it’s easy to think of it as runtime duck-typing. You can add overloaded types to a function like `proc foo(arg1: int | string, arg2: float)` and then use the `with` expression to change behavior in parts of the function handling the specifics for the types. It’s really power way to handle polymorphism and things like visitor patterns without a bunch of OO infrastructure. I take it the Python type annotations aren’t embracing that overloaded type setup?

    You can even trivially use duck typing with type declarations https://nim-lang.org/docs/manual.html#generics-is-operator There’s another pattern I’ve taken to of just declaring getter/setters for things like “X” and “Y”, except just from a generic array. I mean “X” is just a convention for arr[0] right? https://github.com/treeform/vmath/blob/5d7c5e411598cd5cf9071...

    Really I hope “duck typing” becomes more the norm rather than the OO stuff. I’m curious what the story in Swift on this topic is nowadays.

Stats

Basic vmath repo stats
2
91
4.4
8 months ago

treeform/vmath is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of vmath is Nim.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com