Showing 58 open source projects for "3d matrix"

View related business solutions
  • 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
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    Rotations.jl

    Rotations.jl

    Julia implementations for different rotation parameterizations

    3D rotations made easy in Julia. This package implements various 3D rotation parameterizations and defines conversions between them. At their heart, each rotation parameterization is a 3×3 unitary (orthogonal) matrix (based on the StaticArrays.jl package), and acts to rotate a 3-vector about the origin through matrix-vector multiplication. While the RotMatrix type is a dense representation of a 3×3 matrix, we also have sparse (or computed, rather) representations such as quaternions, angle-axis...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    OpenGL Mathematics

    OpenGL Mathematics

    Highly Optimized Graphics Math (glm) for C

    Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write. It is community-friendly, feel free to bring any issues, bugs you faced. Almost all functions (inline versions) and parameters are documented inside the corresponding headers. OpenGL-related functions are dropped to make this lib platform/third-party independent. Make sure you have the latest version and feel free to report bugs...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Cardboard SDK

    Cardboard SDK

    Open source Cardboard SDK and samples

    This SDK provides everything you need to create your own Virtual Reality (VR) experiences for Google Cardboard. It supports essential VR features, such as motion tracking, stereoscopic rendering, and user interaction via the viewer button. With these capabilities, you can build entirely new VR experiences, or enhance existing apps with VR capabilities. You can use the Cardboard SDK to turn a smartphone into a VR platform. A smartphone can display 3D scenes with stereoscopic rendering, track...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    3D Printer ABL Mesh Display

    Display the mesh data from an ABL enabled 3D printer

    A number of 3D printers do not allow the user to see the data generated by the automatic bed levelling process. This application running on a Windows PC connects to the printer using a USB cable (A to micro) and sends the necessary gcode commands to run the bed levelling process. The printer bed is probed following which the application shows a matrix with colours to indicate the measurements to provide a quick indication of how level the bed is. (4x4 or 5x5 matrix) Colours used: Red...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    An android teapot viewer based on OpenGL ES 2.0 ONLY. It supports touch actions to emulate 3D virtual trackball movement to rotate the teapot (Rodrigues matrix).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FFTW++ is a C++ header class for the FFTW Fast Fourier Transform library that automates memory allocation, alignment, planning, wisdom, and communication on both serial and parallel (OpenMP/MPI) architectures. In 2D and 3D, hybrid dealiasing of convolutions substantially reduces memory usage and computation time. Wrappers for C, Python, and Fortran are included.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    glvertex

    glvertex

    Support for legacy OpenGL in core profiles

    The glVertex library emulates the legacy OpenGL API, which has been deprecated in OpenGL core profiles. It is also a convenience wrapper around GLSL shaders, VBOs and FBOs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    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: 5 This Week
    Last Update:
    See Project
  • 9

    Baugr Renderer

    Deferred 3D renderer written in Java

    Non-photorealistic deferred renderer with shadow and normal mapping. Requires OpenGL 3.3 and Java 8. Depends on JOGL, OWG-GL and OWG_UTIL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    calculatorpp

    calculatorpp

    Calculator++

    Written in C++ (using template). Calculator++ is a application/library for Window (POSIX). The core of code is adaptable for posix. This algorithm support: + built-in operator + built-in functions + run-time functions and variables definition + run-time units system, units with prefix + constants definition + Pretty mathematical expressions - Process ascii files (dev) - vector and matrix (dev) - graph 2D and 3D (dev) - vector graph (dev...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Book-Reviews-In-Mathematica

    Partial Differential Equations, Complex Analysis, Mathematica, Farlow

    Cliff* Notes, Mathematica Evaluatable "Partial Differential Equations for Scientists and Engineers", Farlow "Physics for Scientists and Engineers", Serway "A First Course in Complex Analysis", Beck "PDE", Asmar "PDE, An Introduction", Colton "Elementary Differential Equations", 7th, Rainville "Ordinary Differential Equations", Tenenbaum "Linear Algebra And It's Applications", Lay "Swokowski Calculus", 5th, Swokowski "Chemistry Concepts & Problems, A Self-Teaching Guide",...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    glMatrix

    glMatrix

    Javascript Matrix and Vector library for High Performance WebGL apps

    Javascript has evolved into a language capable of handling realtime 3D graphics, via WebGL, and computationally intensive tasks such as physics simulations. These types of applications demand high performance vector and matrix math, which is something that Javascript doesn't provide by default. glMatrix to the rescue! glMatrix is designed to perform vector and matrix operations stupidly fast! By hand-tuning each function for maximum performance and encouraging efficient usage patterns through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    photo3D_chung / seashore3D / galaxy 3D

    photo3D_chung / seashore3D / galaxy 3D

    photo3D_chung seashore3D_chung galaxy_chung dive3D_chung

    ... using opengl primitives for any axis free 3D space fly matrix rotation calculation (no external lib) added dive3D chung is a dive undersea game https://www.youtube.com/watch?v=l_VAvqxXygA https://www.youtube.com/watch?v=DJJMLCWt9k0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    3d Linear Transformation Visualization

    3d Linear Transformation Visualization

    Visualize 3d linear transformations.

    A linear transformation is a function from one vector space to another that respects the linear structure of each vector space. For visualizing this we can transform a vector, but it has an obvious problem, because the linear transformation transform the whole space, not just the vector, in other words it transforms the basis vectors thus every vector in the space gets transformed too. That's why i created this app so everyone can see how a transformation matrix change the whole space.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    QuatView

    QuatView

    Quaternion Viewer and Converter

    Quaternion conversion and visualization program for Windows. Includes 3D OpenGl graphics, real-time quaternion file playback, and a server to receive and display quaternion data from remote computers via TCP. Also displays Euler angles and DCM.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    Java 2D & 3D visual entity relationship design & modeling (ERD,SQL) for Oracle,MSSQL,Postgres,MySQL,...,Database change&dictionary management, Swing Data Binding, Apache FOP Renderer for dot matrix printers,Sparx Enterprise Architect Reports + more
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    UE4-Plugin-OffAxis

    UE4-Plugin-OffAxis

    This plugin provides a fishtank-VR via a so-called OffAxisProjection

    UE4-Plugin-OffAxis plugin provides a fishtank-VR via a so-called OffAxisProjection by modifying the projection matrix using a custom ULocalPlayer. If your project is a C++ project, you are good to go. If you have a pure blueprint project, add a random C++ class via File -> Add C++ class (empty class is fine). Copy the Plugin in your (you might need to create a Plugin folder in the directory where your project file is). Start (or restart) Unreal Engine. You might get a warning that the plugin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Descend

    Descend

    Program for drawing 3D surfaces from parametric equations

    Descend is an open source program for drawing 3D surfaces from parametric equations. It uses a custom, very fast language called Misc to calculate the geometry. It also uses OpenGL to render scenes with high quality shaders. Website: https://descend.mimec.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    The Rotations Conversion Library (RCL) is a collection of C++ functions that address common computations and numerical handling of rotations in 3D Euclidean space, including support for rotation matrices (`Rotmat`), Quaternions (`Quat`), intrinsic ZYX Euler angles (`Euler`), fused angles (`Fused`) and tilt angles (`Tilt`). In addition to the core competency of being able to convert between each of the representations, operations such as inversion, ZYX yaw extraction, fused yaw extraction...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Enhanced 3D ITU channel Model

    A complete 3D stochastic channel model for urban and rural environment

    This enhanced version of the existing 2D ITU channel model provides elevation related statistics in addition to the azimuth plane. The modified LSPs statistics are based on 3D ray tracer tool ( Smart Internet lab-Bristol University) and covers range of frequency (600 MHz, 2400 MHz and 5900 MHz) bands and environments (urban and rural). A user interface file is provided for easy setup of channel related parameters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Icarus Scene Engine

    Icarus Scene Engine

    3D .NET engine for Windows, Linux, Mac

    Icarus Scene Engine is a cross-platform, CLS-compliant 3D framework, integrating open source APIs into a cohesive all-open-source, all .NET solution. For Windows, MacOSX & Linux. Uses OpenTK, OpenGL, OpenAL APIs for graphics and audio. Runs on Mono/.NET. Links to FFMpeg for streaming video, and FreeType as a temporary conversion mod to bring fonts into a native XML format. Binary builds of Icarus will be infrequent, roughly every 18 months or so, the GIT code updates regularly on a weekly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Protein Contact Matrix Generator

    Command line application to generate contact matrix from proteins (3D)

    A protein contact matrix is 2D representation of the distances between amino acid residues in a 3D protein structure. Protein Contact Map Generator (PCMGen) is a command line tool which takes protein 3D structures (PDB format files) as input and computes contact distances between two chains (from single or two different proteins). These matrix files can be further visualised as Contact Maps using other visualization tools/ programs (like R-heatmaps). Contact Maps can be used to understand...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SciEnPlot

    SciEnPlot

    Data Plotting and Analysis for Science and Engineering

    - Save and open a Work/Project (spf) file - Single fitting/ Batch fitting (user defined custom func) - Matrix to XYZ in Tool menu - Symbol plot: makers, curve, landscape, bar, etc. - Implemented a 3d surface plot (GLSurface) based on OpenGL (ScienPlot v1.3.2 and above) - ColorMap surface, trisurface, Pie, Polar plots, and 3D height field, 3dBar, scatter plots (under developing), and more - Column by column plotting/calculation - LaTex commands enclosed by $ symbols can be used...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    Fluid Gravity 3way

    there are 3 observers to every curve, each seeing the other 2

    I recently dug up some of my old simulations after to my surprise 3SAT and a theoretical expansion of boltzmann statistics reminded me I already simulated something like that but I didnt know how good a simulation it was. Check how the varying density and shape of electron clouds and soliton-like or fluid drop like blobs of field gradually start to point outward and get thinner, like a soliton is bell curve shaped as seen from outside. More importantly, compare the 2 halfs of electron cloud...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gen3D

    Gen3D

    A tool for 3D genome and chromosome structural model construction

    Gen3D is an application designed to determine three-dimensional genome and chromosome models. It uses chromosomal contact data to construct three-dimensional conformations. This method can generate three-dimensional chromosomal models satisfying a large portion of chromosomal contacts. The software is developed in Prof. Jianlin Cheng's Bioinformatics, Data Mining and Machine Learning Laboratory in the Computer Science Department at the University of Missouri - Columbia, USA. The project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next