24 programs for "sse vector math" with 1 filter applied:

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    mpg123
    This is the fast and Free (LGPL license) real time MPEG Audio Layer 1, 2 and 3 decoding library and console player. It uses floating point or integer math, along with several special optimizations (3DNow, SSE, ARM, ...) to make it most efficient.
    Leader badge
    Downloads: 3,167 This Week
    Last Update:
    See Project
  • 2
    jPicEdt

    jPicEdt

    Another drawing editor for LaTeX with PSTricks & TikZ

    jPicEdt is an extensible internationalized vector-based drawing editor for LaTeX and related packages (TikZ, PsTricks,...), written in Java. It is also a library of reusable high-level graphic primitives.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    glslmath

    glslmath

    C++ header-only library that simulates GLSL math

    GLSLmath provides C++ math operations as defined by GLSL. For example, it provides methods to easily setup viewing transformations and perspective projections. GLSLmath has been inspired by the glm and slmath libraries, which aim to mimic GLSL, but in contrast to those GLSLmath does not focus on a complete conforming implementation of GLSL. It rather aims to provide a convenient single header file that implements the most commonly used subset of GLSL so that it is easy to use for rapid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    lottie vectors

    lottie vectors

    Create, display and process 2D vectors in a 3D window.

    Lottie Vectors is an application for Matlab that alows you to do some pretty neat things -with vectors. More exactly -displaying them in ways that hopefully will allow you to explore and better understand your vector data. The basic idea is simple, take a vector defined in one of a few different types of data formats and map it on the screen. Add another vector and you start to form a 'route'. Each route or position vector can be accompanied with a 'force' vector. This can be used to show...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Monitor the status and performance of any IT environment with NMIS Icon
    Monitor the status and performance of any IT environment with NMIS

    NMIS monitors an organization’s IT environment, helps identify and rectify faults, and provides valuable information for IT planning.

    Trusted by thousands of IT teams worldwide, The NMIS platform offers comprehensive network management, handling faults, performance, and configurations with ease.
    Get a Free Trial
  • 5
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    ..., renormalisation, equality detection, vector rotation and much more have been implemented. Unit tests for each function are provided to ensure that the library performs exactly as it should. The implementation of the Rotations Conversion Library is based on the very related Matlab/Octave Rotations Library (MORL), which is a highly tested reference implementation for the required algorithms (see https://sourceforge.net/projects/rotationslib/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    School Homework

    An open source website for help in grade 1-4 school work practice.

    An open source web-site for helping parents and students practice for school. Grade 1 to 4 Math work sheets are the main focus. Currently it only has content for grade 3 Math and applet for drawing in Raster and Vector formats. Project moved to: https://github.com/hammadrauf/School-Homework https://github.com/JuniorSchool https://github.com/JuniorSchool/SchoolShorts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Gphoton: simple 3d ray tracer

    Gphoton in a simple 3d modeler and ray tracer.

    ... was trying to do 3D on early computers - big BW pixels! By late 80s I saw ray tracing and had to write my own. I wrote the 1st ver while taking vector calculus and CAD programming classes c. '92. I was intrigued not only by the beauty of the math but also ray tracing curved metals. This is actually the 2nd ver, ported from MFC to gnome (with enhancements like optional GL) c. '00 with some help from David. Apr'17: Updated to compile on recent Ubuntu/Debian - still runs, even on a pi!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Visualization of Protein-Ligand Graphs

    Visualization of Protein-Ligand Graphs

    Compute protein graphs. Moved to https://github.com/MolBIFFM/PTGLtools

    NOTE: Project moved to https://github.com/MolBIFFM/PTGLtools. The Visualization of Protein-Ligand Graphs (VPLG) software package computes and visualizes protein graphs. It works on the super-secondary structure level and uses the atom coordinates from PDB files and the SSE assignments of the DSSP algorithm. VPLG is command line software. If you do not like typing commands, try our PTGL web server: http://ptgl.uni-frankfurt.de/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The CML (Configurable Math Library) is a free, open-source C++ vector, matrix, and quaternion math library designed for use in games, graphics, computational geometry, and related applications. Please note: the CML source has moved to GitHub: https://github.com/demianmnave/CML
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Fastest Observability Platform for IT, Apps, and Cloud | LogicMonitor Icon
    The Fastest Observability Platform for IT, Apps, and Cloud | LogicMonitor

    Overwhelmed by tech chaos? Unify your teams with real-time visibility and predictability.

    LogicMonitor’s SaaS-based observability platform empowers ITOps, developers, MSPs, and business leaders to monitor networks, applications, and cloud environments seamlessly. Gain full data center visibility, powerful dashboards, and flexible alerting to bridge the gap between tech and teams – all with AI-driven insights. Trusted by leading enterprises, LogicMonitor cuts troubleshooting time, boosts innovation, and delivers extraordinary employee and customer experiences. Transform IT operations with a solution built for modern businesses.
    Get Started
  • 10
    An object oriented Math library written in C++. This library contains set of template classes that are ready to be used. Currently a 2D Matrix, modular arithmetic, vector, and complex numbers are present. These systems can work together, you can create a matrix of complex numbers. Iterators for matrix and vector classes will be added soon. Please use SVN to access current version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Free Vector Math Library

    C math functions vectorized for x86_64

    The goal is to provide SSE (and eventually AVX) vectorized forms of C math functions. These function calls are the basis of floating point math, and currently prevent gcc from auto-vectorizing most numeric code. I want to fix that by providing vectorized versions. Presently, the library provides vectorized forms for double precision for about half of the standard C math functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    InfinityTK

    InfinityTK

    Game development toolkit

    InfinityTK was created with the purpose of aiding myself in the development of my own game engine. I chose to create this library/toolkit because I felt like other alternatives were either too much or not fitting (SDL, SFML, GTK+, Qt) Please download the debug *.tar.gz so you can easily identify bugs I really need feedback; so guize plz, go to the discussions page or create a ticket to let me know what you hate/dislike/despise/love
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Math expression parser and evaluator written in Scala. Usable from Java (Sun JRE 1.6) Provides float, integral, boolean and vector data types, some string processing support. Variables may be defined internally or im- and exported through a binding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Vector and Matrix Math Library

    Obsolete: use https://github.com/VMML/vmmlib

    VMMLib is a vector and matrix math library implemented using C++ templates, thus making it very easy to integrate into other libraries and programs. It is developed at the VMML, University of Zürich.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Several scripts for a variety of useful math functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Vector math library for 3D Graphics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Development testbed for C++ libraries. Right now a vector math and OpenGL objects libraries are developed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    x86mph is an optimized library with vector, matrix, and vertex helpers (including an own TnL) It also contains memory helpers, and other stuff such as image processing (color inverting, changing bpp) taking advantage of x86's 3DNow!, MMX, and SSE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project contains math vector matrix template library. It supports various common matrix, vector operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MATHLIB3D: MATHLIB3D is a Vector/Matrix/Quaternion/Plane/Polynomial C++/Java library targeting either precision or fast mathematical operations executed on vectors, matrices and quaternions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Disparate set of java utility functions used in numerous Aepryus projects. Includes a math package with vector objects and function parsers. A utility package contains loggers, a handy profiler and assorted helper methods for String and Date classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A collection of libraries usable in graphics applications. Includes mathlib, a math library (90% matrix/vector math) providing very high speed calculations for small matrices using a natural syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A clean OpenGL solution on VCL/CLX, including the OpenGL API interface, the OpenGL Widget, vector & matrix math routines, and other basic stuffs. Aims to provide a easy and clean start for OpenGL projects using Delphi or Kylix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Latrans Library Suite is a collection of libraries designed to aid in graphics programming. The two major libraries included in the suite provide a library for matrix and vector math, and a library for loading and manipulating images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next