Showing 17 open source projects for "core"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 1
    Avogadro 2

    Avogadro 2

    Avogadro libraries provide 3D rendering, visualization, and analysis

    AvogadroLibs is the core C++ library behind Avogadro 2, an open-source molecular editor and visualization platform used in chemistry, materials science, and education. It provides the essential tools for constructing, analyzing, and visualizing molecular structures in 2D and 3D. Designed for extensibility, AvogadroLibs supports plugins for quantum chemistry computations, molecular mechanics, and surface rendering.
    Downloads: 159 This Week
    Last Update:
    See Project
  • 2
    two.js

    two.js

    A renderer agnostic two-dimensional drawing api for the web

    ...It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl. Two.js is deeply inspired by flat motion graphics. As a result, two.js aims to make the creation and animation of flat shapes easier and more concise. At its core two.js relies on a scenegraph. This means that when you draw or create an object (a Two.Path or Two.Group), two actually stores and remembers that. After you make the object you can apply any number of operations to it. Two.js has a built in animation loop. It is simple in nature and can be automated or paired with another animation library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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: 38 This Week
    Last Update:
    See Project
  • 4

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel SSE/SSE2/SSE4 and AVX/AVX2/AVX-512 (32/64-bit x86 ISAs), ARMv7 NEON/NEONv2, ARMv8 AArch32 and AArch64 NEON, SVE (32/64-bit ARM ISAs), MIPS 32/64-bit r5/r6 MSA and POWER 32/64-bit VMX/VSX (little/big-endian ISAs) are mostly implemented (/w horizontal reductions) although scalar improvements, wider SIMD vectors with zeroing/merging predicates in 3/4-operand instructions are planned as extensions to current 2/3-operand SPMD-driven vertical SIMD ISA. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    Angular Universal

    Angular Universal

    Server-side rendering and prerendering for Angular

    The Angular Universal project is a community-driven project to expand on the core APIs from Angular (platform-server) to enable developers to do a server-side rendering of Angular applications in a variety of scenarios. This repository will host various tools like engines to integrate with various backends(NodeJS, ASP.NET etc.) and also extra modules and examples to help you start with server-side rendering. Control server-rendered page and transfer state before client-side web app loads to the client-side-app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    compatible lite doom

    compatible lite doom

    Ms Dos port with slopes 3d floors true3d demo compatibility fast speed

    Dos Doom with 3d floors, slopes, destructible architecture, demo compatibility 1.9, fast speed youtube https://goo.gl/pbNybV Requirements: 486DX, 4MB RAM Win95, 8MB Dos(run -ram8mb parm) https://goo.gl/agT2wc https://goo.gl/3EFVBg Recommended: 486DX4 100MHz, 16MB RAM https://goo.gl/IWGLkQ Run on Dos,Win9x, XP 7 32 bits, Dosbox Turbo Android requires Dosbox: Win 64bit or WinXP w/ some video drivers https://goo.gl/FE6rRF Bugs: command line needs one space after wad or other parm to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    landshade

    realtime 3d surface rendering library

    landshade is a C++ library for quick tesselation of complex 3D data like terrain and other curves surfaces at different levels of detail on modern graphics hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Dream Machine
    A 3d game engine based on a realtime software raytracer. Currently, the following features are available : primary rays, shadows, cel shading and phong shading. Recommended hardware : modern CPU (such as Intel's core i5 or AMD FX models). This library will be used later on to develop a game. Work in progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Open Core RayTracer
    An open source multi-platform RayTracer (written in C++, using SDL) for academic purposes. Capable of reading a Scene Description File and rendering that scene. Yet in early stages of development (without further optimizations). Can generate animations using Uniform B-Spline Curve segments. Now available for iOS!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    JCHAI3D
    Projeto Desenvolvido pela UNB/FGA/LIS para a padronização da linguagem de desenvolvimento utilizadas nos simuladores de RV ligados à área da saúde, como Core Biopsy etc.. https://github.com/jchai3d/jchai3d
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A 3D engine for virtual globes designed to illustrate engine design and rendering techniques described in our upcoming book. OpenGlobe is written in C# and uses OpenGL 3.3 core profile (via OpenTK). OpenGlobe is now also on GitHub: https://github.com/virtualglobebook/OpenGlobe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GEONE (Game One Engine) is a game engine, core of the 'Skull Game' developed in parallel with the engine. GEONE es un motor de juegos, la base de 'Skull Game', desarrollado en paralelo con el motor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fandango, formerly and internally know as elcad. It is a python scripted 3d CAD application; the core is programmed on C++, and interface functions are exported to python to be used as building blocks for new commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sunflow is a rendering system for photo-realistic image synthesis. It is written in Java and built around a flexible ray tracing core and an extensible object-oriented design.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    Sh is a predecessor to the RapidMind Multi-core Development Platform, a metaprogramming language for programmable GPUs. It is the result of research at the University of Waterloo Computer Graphics Lab.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    r42 is a raytracer written in Java. The core rendering engine is OS independend. Planned is a graphical user interface based on the eclipse RCP and the Java3D framework and distributed rendering support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IrrLichtRPG is a 3d walk-around game engine being developed with RPG-style play in mind. It is an ENGINE and not an actual game project, meaning it focuses on features and core code that can be used for individual game projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next