Showing 394 open source projects for "3d -cfd"

View related business solutions
  • 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
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    FXGL

    FXGL

    Java/JavaFX/Kotlin Game Library (Engine)

    No installation or setup required. "Out of the box": Java 8-17, Win/Mac/Linux/Android 8+/iOS 11.0+/Web. Simple and clean API, higher level than other engines. Superset of JavaFX, no need to learn new UI API. Real-world game development techniques, entity-component, interpolated animations, particles, and many more. Games are easily packaged into a single executable .jar or native images. Any 2D game (side-scroller/platformer/arcade/RPG). Any business application with complex UI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Sweet Home 3D

    Sweet Home 3D

    An interior design application to draw house plans & arrange furniture

    Sweet Home 3D is an interior design application that helps you to quickly draw the floor plan of your house, arrange furniture on it, and visit the results in 3D.
    Leader badge
    Downloads: 68,663 This Week
    Last Update:
    See Project
  • 3
    A "gumbo" of tools and concepts supporting rich client applications with 2D/3D user interfaces. Expands on the code from the book "3D User Interfaces with Java 3D", and includes a generous contribution of RCP code from Meyer Sound. Recent work includes a Norden bombsight simulator, with terrain rendering based on NASA's WorldWind SDK. For this effort YourKit has generously made available its full-featured Java Profiler (https://www.yourkit.com/java/profiler/index.jsp), which has proved...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jmol

    Jmol

    An interactive viewer for three-dimensional chemical structures.

    Over 1,000,000 page views per month. Jmol/JSmol is a molecular viewer for 3D chemical structures that runs in four independent modes: an HTML5-only web application utilizing jQuery, a Java applet, a stand-alone Java program (Jmol.jar), and a "headless" server-side component (JmolData.jar). Jmol can read many file types, including PDB, CIF, SDF, MOL, PyMOL PSE files, and Spartan files, as well as output from Gaussian, GAMESS, MOPAC, VASP, CRYSTAL, CASTEP, QuantumEspresso, VMD, and many other...
    Leader badge
    Downloads: 1,522 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
  • 5
    Art of Illusion
    Art of Illusion is a full featured 3D modelling, rendering, and animation studio. It is written entirely in Java, and can run on almost any operating system.
    Leader badge
    Downloads: 303 This Week
    Last Update:
    See Project
  • 6
    Game Extractor

    Game Extractor

    Open and edit the archive files used in over 4200 games.

    Reads and writes archives used in many popular games. Great for mod development and game translations. Supports over 4200 games, with more games added through small plugins. Also shows file previews and converts them to different formats.
    Leader badge
    Downloads: 421 This Week
    Last Update:
    See Project
  • 7
    FreeWRL VRML/X3D browser
    FreeWRL is an Open Source, cross platform VRML2 and X3D compliant browser, with script, SAI and EAI support. Platforms supported: Linux and other Unix-style platforms; Mac OS/X; Windows. Support for mobile platforms (iOS, Android, QNX) is under development.
    Leader badge
    Downloads: 173 This Week
    Last Update:
    See Project
  • 8
    G3D Innovation Engine
    G3D is a commercial-grade C++ 3D engine. It is used in commercial games, research papers, military simulators, and university courses. G3D supports real-time rendering, off-line rendering like ray tracing, and general purpose computation on GPUs. As of January 16, 2018, SourceForge is again the home of the active repository for G3D.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 9
    Fractal Zoomer

    Fractal Zoomer

    A Fractal Zoomer with various functions.

    An application that lets you render some of the most known fractal functions, like the Mandelbrot set and many more! It comes with alot of options to further enhance your fractal experience! Its easy to use and does not require installation. A java version higher than 1.8 is required to be installed.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    The Chemistry Development Kit
    The Chemistry Development Kit (CDK) is a scientific, LGPL-ed library for bio- and cheminformatics and computational chemistry written in Java. The main home page of the CDK is now at: http://cdk.github.io
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 11
    x3d

    x3d

    X3D is the open-standard format for 3D graphics scenes on the Web.

    Extensible 3D (X3D) Graphics is a royalty-free International Standard for real-time interactive 3D graphics on the Web, providing unsurpassed interoperability for 3D communications on the Web. This project includes source for example X3D scene libraries and multiple X3D codebases produced by Web3D Consortium members. All open-source contributions are welcome.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 12
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    Line-drawing and polygon-filling rasterization algorithms in Java. Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Xj3D

    Xj3D

    Xj3D is an open-source Java codebase for the X3D Graphics standard.

    Xj3D is a project of the Web3D Consortium focused on creating a toolkit for VRML97 and X3D content written completely in Java. Xj3D has been produced and is maintained by Web3D Consortium members. Current status: active development with frequent updates. We have successfully ported the full codebase and history from the previous site to Sourceforge and are now following the Xj3D Evolution strategy. All open-source contributions are welcome. Further details are available at...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Manikin
    A very simple java simulation of the human body to simulate a 3D drawing manikin,with plenty of freedom of movements of the limbs and rotation of the body to implements a 360 degrees view.Source code available.No openGL.Improvements to come !
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PoJamas aims to provide a Python and tools for loading, processing, and producing .cr2, pz3 (crz, pzz) files compatible with the SmithMicro (e-frontier) Poser character animation application. PoJamas is composed of: - Python library - Python Wavefront (.obj) 3D viewer based on GLFW - LibreOffice/Python Application (to ease the library and the viewer usage) As of 2020, the project is ported in Python3 As of 2021 this project proposes a 3D viewer for Wavefront files (pypos3dv...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AV3DNavigator

    AV3DNavigator

    Um simples software de navegação 3D, desenvolvido em Java.

    Um simples software de navegação 3D, desenvolvido em Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    cliper

    cliper

    Java3d scenegraph editor

    Create 3D scenes linked together in short films through simple menus. Designed for Java3D beginners, and developers to include code in extension Panels. Installation instructions in readme.txt in files tab. 1-Scene/ backstage Open and close scenes. Choose background, generate a terrain, set lights, fog, camera position, sky picture, scene duration. 2-Draw/ placement Import objects (OBJ, C3D, 3DS), or create shapes (sphere, cone, etc...). Place them and set size, dimensions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LDPartEditor

    LDPartEditor

    Create and edit LDraw™ parts quick and easy.

    LDPartEditor is a free CAD tool for the creation of LDraw™ parts. Minimum System Requirements: - OpenGL 2.1 compatible Graphics Card - Operating System (64-bit): Windows [7 or newer], Mac OS X [>=10.6], Linux [e.g. Ubuntu Linux >=14.4] - CPU: Multicore-Processor e.g. Intel Core 2 Duo or AMD Athlon II (>2.0Ghz) - RAM: 4 GB - Video-Memory: 1 GB - Free Disk Space: 150 MB Recommended Requirements: - OpenGL 3.3 compatible Graphics Card - Operating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    threeddonut

    threeddonut

    3D donut. Example of frojasg1.com libraries usage

    The application shows a 3D donut, that can be rotated with two sliders in both axis. It is a simple example of what can be done with frojasg1.com platform libraries: - Zoom option for components - Multi language - Dark mode option - Automatic Undo-Redo for text components, with popup menu included - Text Search/Replace window prepared to be used. - Base components for auto-completion windows. - Automatic component relocation after redimensioning a window...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ProStack

    ProStack

    ProStack - a platform for image processing and analysis

    ProStack - a platform for image processing and analysis. It implements various image processing methods as separate modules, that can be joined in a complex image processing scenario by use of a graphical user interface. RPMs are available at https://build.opensuse.org/project/repositories/home:mackoel:compbio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    STL viewer

    STL Viewer for java

    STL 3D object file viewer for java. - install unzip distributed stlviewer*.zip - run go into the directory run: java -jar stlviewer.jar In Windows and various OS, you may be able to run it by simply double clicking on the jar file. Navigation - holding / dragging the left mouse button rotates the model - holding / dragging the right mouse button pan the model - rotating the mouse wheel forward moves away from the model / backward moves towards the model - clicking home...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    GroIMP

    GroIMP

    Growth-grammar related Interactive Modelling Platform

    Important: Groimp migrates to Gitlab. You can find the latest code at "https://gitlab.com/grogra/groimp/". The version on Sourceforge will not be updated anymore. The modelling platform GroIMP is designed as an integrated platform which incorporates modelling, visualisation and interaction. It exhibits several features which makes itself suitable for the field of biological or ALife modelling: The “modelling backbone” consists in the language XL. It is fully integrated, e.g., the...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 23
    A scene editor/animator GUI useful to build up keyframed paths to use with free 3D engines like Povray and Yafray
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BRL-CAD

    BRL-CAD

    Open Source Solid Modeling CAD

    BRL-CAD is a powerful cross-platform constructive solid geometry solid modeling system that includes an interactive geometry editor, ray-tracing for rendering & geometric analyses, network distributed framebuffer support, image & signal-processing tools.
    Leader badge
    Downloads: 182 This Week
    Last Update:
    See Project
  • 25
    Wuweido 3D CAD

    Wuweido 3D CAD

    Free 3D Mobile CAD

    Wuweido is a professional 3D CAD on your phone or tablet. More than just a viewer, dozens of modeling tools are provided to create and modify 3D models in the most natural way. Wuweido allows you to import and export models in standard CAD format. Unlike Onshape™ on Cloud, Wuweido is running locally on your device and it's more like Rhino™ 3D on mobile. Wuweido is powered by OPEN CASCADE. OPEN CASCADE is an incredible powerful geometry kernel innovating quickly. Wuweido is inspired by CAD...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next