Showing 4627 open source projects for "3d linux"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    kicad StepUp

    kicad StepUp

    kicad StepUp allows exporting kicad 3D board and comps in STEP AP214

    kicad StepUp: a new approach to export kicad board and modules in STEP AP214 (with colors). With kicad StepUp, it is possible to work in kicad EDA with the same component model data available in the STEP AP214 3D format, and obtain a 3D STEP AP214 model of the pcb board and a complete board assembles with electronic modules, to be used for MCAD interchange. The accurate 3D visualization of components on board assembles in kicad 3dviewer, is maintained in the same accuracy and aspect in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Equity10
    Equity10 Version 0.3.7.6 Date 26/03/17 Ogre Models can now be Scaled Rotated and Positioned. Bug Fixes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    tinyraycaster

    tinyraycaster

    486 lines of C++: old-school FPS in a weekend

    The tinyraycaster project is a compact implementation of a classic raycasting engine inspired by early first-person shooter games, written in a minimal amount of C++ code. It demonstrates how to create a basic 3D environment using 2D grid-based maps and raycasting techniques. The project focuses on teaching the principles behind rendering pseudo-3D scenes, including wall projection, texture mapping, and camera movement. Its simplicity allows developers to understand the entire rendering...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Basilica-Sudak

    Basilica-Sudak

    3D reconstruction of ancient cross-shaped church in the woods

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Superpowers

    Superpowers

    Extensible HTML5 app for real-time collaborative projects

    Superpowers Core is the foundational repository for Superpowers, an extensible, collaborative HTML5-based development environment designed to help developers build projects—including 2D and 3D games—together in real time. It acts as the engine and infrastructure on which editors, game logic, plugins, and collaborative tools are built, using web technologies like TypeScript, WebSockets, and browser APIs to deliver a flexible and live editing experience. Users can work solo or invite...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CorThiZon

    CorThiZon

    Cortical Thickness of brain by Zones

    CorThiZon is a Matlab toolbox. MRI 3D T1 images are treated to estimate cortical thickness by zones in native and normalized space. It uses a Laplace-based technique following brain segmentation. Results can be easily reported in Excel files for further statistical analysis. If you use this toolbox, please reference: ‘Early diagnostic of Alzheimer’s disease using cortical thickness: impact of cognitive reserve', Querbes O, Aubry F, Pariente J, Lotterie JA, Démonet JF, Duret V, Puel M,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ClayGL

    ClayGL

    A WebGL graphic library for building scalable Web3D applications

    ClayGL is a WebGL graphic library for building scalable Web3D applications. It's easy to use, configurable for high-quality graphics. Benefit from the modularity and tree shaking, it can be scaled down to 22k(gzipped) for a basic 3D application. Animator object can only be created by Animation.prototype.animate method. After created, we can use clay.animation.Animator# when to add all keyframes and clay.animation.Animator#start it. Clips will be automatically created and added to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Effeckt.css

    Effeckt.css

    A Performant Transitions and Animations Library

    Effeckt.css is a showcase and toolkit of high-performance UI transitions and animations for the web. It catalogs common interaction patterns—button states, list reveals, modals, off-canvas menus, and page transitions—implemented with CSS transforms and opacity for smooth, GPU-friendly motion. The project focuses on practical details such as using compositing-friendly properties, keeping DOM structures lean, and providing hooks so JavaScript can toggle classes without micromanaging animation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Regard3D

    Regard3D

    Creates 3D models from photographs

    Regard3D is a free, multiplatform, open-source structure-from-motion application. It creates 3D models of objects, based on photographs from different angles.
    Leader badge
    Downloads: 286 This Week
    Last Update:
    See Project
  • 11
    Zenject

    Zenject

    Dependency Injection Framework for Unity3D

    Zenject is a lightweight highly performant dependency injection framework built specifically to target Unity 3D (however it can be used outside of Unity as well). It can be used to turn your application into a collection of loosely-coupled parts with highly segmented responsibilities. Zenject can then glue the parts together in many different configurations to allow you to easily write, reuse, refactor, and test your code in a scalable and extremely flexible way. Injection across different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BHM File Format
    A generic hierarchical file format. BHM can be seen as the binary equivalent of XML. It allows flexible hierarchies of any type of data, in a platform-independent way. BHM however trades XML's readability for compactness and speed of processing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    KABOOM! in 180 lines of bare C++

    KABOOM! in 180 lines of bare C++

    A brief computer graphics / rendering course

    The KABOOM! in 180 lines of bare C++ project is a compact educational ray tracing engine implemented in approximately 180 lines of C++ code, designed to teach the fundamentals of computer graphics. It serves as a hands-on learning tool rather than a production-ready renderer, focusing on clarity and simplicity over realism. The project demonstrates how basic rendering techniques such as ray-object intersection, lighting, and shading can be implemented from scratch. It intentionally avoids...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Video Nonlocal Net

    Video Nonlocal Net

    Non-local Neural Networks for Video Classification

    video-nonlocal-net implements Non-local Neural Networks for video understanding, adding long-range dependency modeling to 2D/3D ConvNet backbones. Non-local blocks compute attention-like responses across all positions in space-time, allowing a feature at one frame and location to aggregate information from distant frames and regions. This formulation improves action recognition and spatiotemporal reasoning, especially for classes requiring context beyond short temporal windows. The repo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    plot.py

    plot.py

    direct data plotting and evaluation

    The Plot.py project tries to supply a measurement data visualization and treatment framework being easy to use while keeping the freedom for advanced users to execute additional data treatment algorithms. Plotting is done via gnuplot and the script used to produce the graphs can be exported for later use/changes. Many raw experimental data types (mostly of x-ray and neutron scattering experiments) are supported with more to be added on user request. The data treatment includes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    open-source flight simulator, for RC-models and real aircraft, with a special orientation towards gliders. OpenSceneGraph based full 3D renderer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Demo Project for Davinci Resolve 12.5

    Demo Project for Davinci Resolve 12.5

    A demo project for Davinci Resolve 12.5

    Project demo with color bars, and basic setup to start editing color, FX, and more for those who have Davinci Resolve and want a stock template to start out. Footage from Videvo. https://www.videvo.net/video/3d-pumpkins-motion-background-loop/455430/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    SIVIC
    SIVIC is an open-source, standards-based software framework and application suite for processing and visualization of DICOM MR Spectroscopy data. Through the use of DICOM, SIVIC aims to facilitate the application of MRS in medical imaging studies.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    art-template

    art-template

    High performance JavaScript templating engine

    art-template is a simple and superfast templating engine that optimizes template rendering speed by scope pre-declared technique, hence achieving runtime performance which is close to the limits of JavaScript. At the same time, it supports both NodeJS and browser. art-template simultaneously supports two syntax of template. Standard syntax allows templates to be easier to read and write. While original syntax has powerful logical processing ability. Original syntax is compatible with EJS,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    the_four_orbs_chung
    the_four_orbs chung is a rpg text like game with 3D dungeon and smart word input created with rpg chung old fashion game engine written in freebasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Radiance

    Radiance

    Highly accurate ray-tracing software system for UNIX computers

    Radiance is a free, highly accurate ray-tracing software system for UNIX computers. It is a suite of programs designed for the analysis and visualization of lighting in design. Radiance is superior to simpler lighting calculation and rendering tools in that there are no limitations on the geometry or the materials that may be simulated. Scene geometry, materials, luminaires, time, date and sky conditions (for daylight calculations) are specified; spectral radiance (ie. luminance +...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 22

    X2SW

    RepRap software toolchain

    X2SW is a bundle designed to simplify the process of setting up the software and profiles for all kinds of RepRap 3D Printers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SExI-FS

    SExI-FS

    Spatially Explicit Individual-based Forest Simulator

    A forest gap model. The model uses an object-oriented approach where each tree is represented by an instance of a generic class of tree. The simulated object trees, mimicking real trees, interact through modifying their neighbors' environment. These modifications are mediated through two major resources: space and light. A 3D representation of a one-hectare plot of forest serves as the grounds for the simulation of this competition.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MMDAgent is the toolkit for building voice interaction systems. Users can design users own dialog scenario, 3D agents, and voices. This software is released under the Modified BSD license.
    Leader badge
    Downloads: 116 This Week
    Last Update:
    See Project
Auth0 Logo