Showing 1396 open source projects for "3d c#"

View related business solutions
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 1
    Spectrum3d

    Spectrum3d

    Audio spectrum visualiser in 3D for Linux

    Spectrum3d is a software for Linux that displays the harmonics of the sound in 3D, either in real-time or from a preloaded file. It is multitouch and compatible with JACK. It uses OpenGL, SDL, Gstreamer, Gtk+ and (optionally) libjack.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Fracplanet

    Fracplanet

    Fractal planet and terrain generator

    Interactive application to generate and view random fractal planets and terrain with oceans, mountains, icecaps and rivers, then export them to POV-Ray format or Blender. Written in C++ using Qt and OpenGL.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    GLFFmpeg uses the video recording functionality provided by the FFmpeg library to capture content generated using OpenGL. The cross-platform library provides a minimalistic set of API to simplify the task of capturing OpenGL output to a video stream. GNU Lesser General Public License version 2.1 (LGPLv2.1)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    DreamStudio by Volocian Studios
    Volocian believes first and foremost that financial status shouldn’t be a barrier to entry in multimedia content creation. Whether you want to design a product or website, record a band, remix a song, or produce a feature length movie with professional post production graphics and effects, Volocian™ wants to help, even if you’re using borrowed hardware with no previous experience. We provide affordable products and services for any budget, including cost-free solutions for education and demo...
    Downloads: 16 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 5
    This is a very simple OpenGL visualization library with a 3D and 4D volume renderer. It can easily be reused in other projects (e.g. with medical volumes). It is just perfect for learning or great if you like to hack your own code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    composight
    Composight is a cross-platform toolkit for 3D-image processing in the domain of composite materials science. It is written in C++ and provides small, problem-specific applications for viewing, filtering and segmentation of volumetric data such as micro-CT scans. The main objective is not to provide yet another complex application for volume data visualization and medical image processing. Instead, Composight is a collection of small and simple apps that have already been successfully used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Coin3D-SoQt

    Coin3D-SoQt

    Coin3D Qt GUI Library

    SoQt is a library used with Coin3D Open Inventor for interfacing with the Qt API on Microsoft Windows, Mac OS and Linux platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ViSTA is a software platform that allows integration of VR technology and interactive, 3D visualization into technical and scientific applications. ViSTA FlowLib combines rendering techniques for the exploration of unsteady flows in virtual environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Open Model API (OMA) isn't only an API, it's also a toolkit. OMA supplies conversion tools for 3D models as well as a developer library inspired by OpenGL's state machine design.
    Downloads: 0 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.
  • 10

    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
  • 11
    Portable library for accessing the NVIDIA 3D Stereo Controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SoftPixel Engine

    SoftPixel Engine

    Realtime 3D engine for game development

    The SoftPixel Engine is an OpenSource high level realtime 3D engine for C++ (GNU C++ & VisualC++). It supports Direct3D11, Direct3D9, OpenGL 1.1 - 4.1, OpenGL|ES 1.1 and OpenGL|ES 2.0 and runs on Windows, Linux, Android and iOS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    shaders_p - collection of shaders for mental ray
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    OpenGLForResearch

    non-trivial OpenGL project for research purpose

    this repository contains all of my non-trivial OpenGL project done while learning computer graphics and computational fluid dynamics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    3DimViewer

    3DimViewer

    3DimViewer is a lightweight 3D viewer of medical DICOM datasets.

    3DimViewer is a lightweight 3D viewer of medical DICOM datasets that is distributed as open source software. The viewer is multiplatform software written in C++ that runs on Windows, Mac OS X and Linux systems. 3DimViewer source codes are available on Bitbucket (https://bitbucket.org/3dimlab/3dimviewer). Video tutorials can be found on YouTube (https://www.youtube.com/playlist?list=PLCvwUmKRw9ZO4YexLKEXmw_2jPo-kXVRn).
    Leader badge
    Downloads: 132 This Week
    Last Update:
    See Project
  • 16

    brilliant as reality

    A raytracer that tries to combine simplicity with power.

    This project is aimed at designing a raytracer as powerful as povray with a simpler, more readable and more powerful SDL. The new SDL will basically be a fully blown interpreted language. Raytracing itself will be done in a shared library, allowing other software to use BrilliantAsReality's tracing abilities directly. Envisioned features: - scene description language should be: - - easy to learn (KISS) - - easy to use (common things can be described concisely) - - Object oriented -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CrossArkGL

    opengl overlay

    cross-platform features in c++ to do to some opengl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A cross-platform 3D rendering libarary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MeshLab

    MeshLab

    A processing system for 3D triangular meshes

    MeshLab, a mesh processing system, for user assisted editing, cleaning, filtering and rendering of large unstructured 3D triangular meshes (typical 3D scanning meshes). The system relies for mesh processing tasks on the gpl VCG library (vcg.sf.net).
    Leader badge
    Downloads: 573 This Week
    Last Update:
    See Project
  • 20
    Calculation of radiation view factors by adaptive integration. A cross-platform port of the public-domain code by George Walton.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Converts a raw digitized polygon mesh to a clean mesh where all the occurrences of a specific set of "defects" are corrected. Holes, self-intersections, degenerate and non-manifold elements are all replaced with valid configurations.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 22
    Kokua

    Kokua

    Kokua is a V3 based open source metaverse viewer project.

    Kokua is an open source metaverse viewer project based on the Second Life Viewer source. Disclaimer: This software is not provided or supported by Linden Lab, the makers of Second Life. The goal of Kokua is to greatly improve the usability of the Viewer through community involvement, thoughtful design, modern development methods, and a pro-change atmosphere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Card Raytracer Benchmark

    Short C++/Java/C#/Python benchmark

    This is a short C++/Java/C#/Python benchmark. Based on Paul Heckbert's sources. Thank you Paul!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    delta3d Open Source Engine

    Sorry this project is no longer being supported

    This project is not currently being supported but feel free to use it as an example. delta3d is a robust simulation platform built using open standards and open source software. It features full toolchain development supporting a wide variety of free and commercial software.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25

    Perl OpenGL 2

    Perl bindings to the Modern OpenGL API

    The Perl OpenGL 2 module provides bindings to the modern OpenGL APIs for use from the perl language.
    Downloads: 2 This Week
    Last Update:
    See Project