Open Source C Scientific/Engineering Software

C Scientific/Engineering Software

View 200 business solutions

Browse free open source C Scientific/Engineering Software and projects below. Use the toggles on the left to filter open source C Scientific/Engineering Software by OS, license, language, programming language, and project status.

  • Workspace management made easy, fast and affordable. Icon
    Workspace management made easy, fast and affordable.

    For companies searching for a desk booking software for safe and flexible working

    The way we work has changed and Clearooms puts you in complete control of your hybrid workspace. Both meeting rooms and hot desk booking can be easily managed to ensure flexible and safe working, however big or small your organisation.
    Learn More
  • Enterprise AI Agents for Every Customer Moment Icon
    Enterprise AI Agents for Every Customer Moment

    For enterprise companies looking for AI Agents

    From chat to voice to SMS, every conversation gets a smart, personalized response powered by your policies, tone, and data.
    Learn More
  • 1
    Stellarium

    Stellarium

    A planetarium software that shows a 3D simulation of the night sky

    Stellarium renders 3D photo-realistic skies in real time with OpenGL. It displays stars, constellations, planets, nebulae and others things like ground, landscape, atmosphere, etc.
    Leader badge
    Downloads: 3,231 This Week
    Last Update:
    See Project
  • 2
    TORCS - The Open Racing Car Simulator
    TORCS, The Open Racing Car Simulator is a highly portable multi platform car racing simulation. It is used as ordinary car racing game, as AI racing game and as research platform. It runs on Linux (x86, AMD64, ARM and PPC), FreeBSD, OpenSolaris and Windows.
    Leader badge
    Downloads: 492 This Week
    Last Update:
    See Project
  • 3
    Project Apollo - NASSP
    Project Apollo - NASSP (also known as NASSP or NCPP) is an add-on for the Orbiter space flight simulator. Project Apollo simulates the Apollo missions to Earth orbit and the Moon and the planned post-Apollo missions that never flew.
    Downloads: 50 This Week
    Last Update:
    See Project
  • 4
    Xconq is an engine for turn-based strategy games. Variety of game genres run under Xconq: historical, sci-fi, fantasy, and modern. AIs. Network games. Multiple UIs and platforms. Easy-to-learn game design language. Large games library available
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • Managed File Transfer Software Icon
    Managed File Transfer Software

    Products to help you get data where it needs to go—securely and efficiently.

    For too many businesses, complex file transfer needs make it difficult to create, manage and support data flows to and from internal and external systems. Progress® MOVEit® empowers enterprises to take control of their file transfer workflows with solutions that help secure, simplify and centralize data exchanges throughout the organization.
    Learn More
  • 5
    Open Dynamics Engine
    A free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It's fast, flexible & robust. Built-in collision detection.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    skunks

    skunks

    3D driving simulation based on Open Dynamics Engine

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest version of skunks is on my site: https://matei.one/. 3D realistic driving (not racing) simulation with software rendering, based on Open Dynamics Engine (which is included in all *.tar.gz files so it doesn't have to be downloaded separately). 10 cars (all electric) and 16 tracks are available in version 5.1.0. Cars and tracks can be easily created and modified. Only SDL 1.2 or SDL 2 required besides standard C library. GNU/Linux and Wind0ws executables are available. If using GNU/Linux and SDL 2, it might be necessary to add -lpthread in the comp file, at line 2.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    srcpd: modular SRCP server

    SRCP system daemon

    The srcpd is a gateway between any kind of model railway systems and user interface programs that support the Simple Railroad Command Protocol SRCP.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Winboard 4.5 Accessible Chess

    Winboard 4.5 Accessible Chess

    Chess for the Blind for the JAWS or NVDA Screen Readers

    Winboard 4.5 32-bit is a free Windows accessible Chess program that works automatically with the JAWS or the free NVDA screen reader. It is for the blind, low sighted or those who can not use a mouse. It provides vocal announcements of position changes and other selectable board conditions. Blind players also use a separate "tactile chess board". Winboard 4.5 has full keyboard access to move pieces and run menu items. Partial sighted players use high contrast mode and adjust board, piece, most font sizes and colors. Available languages are English, German, Spanish, Italian, Dutch and Russian. Games may be viewed, modified or saved in standard PGN format. Two Chess engines supply play and grand master strength move analysis. Connect to the Free Internet Chess Server (FICS) and play humans. Modify verbosity in screen reader configurations and in the Winboard "Sound" dialog under the "General" menu. Find all documentation in the "doc" folder under the Winboard directory of your C drive.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    illustrative_progs

    illustrative_progs

    collection of illustrative programs:small games, simulators: C, Matlab

    a collection of small and medium-sized simulation programs that I made explicitely for dydactic and/or documentation purposes. Browse the files, don't click on widnload because there are multiple zips!! All are related to rigidbody dynamics used to make vehicle simulators in the simplest way. Other types of programs may figure too: Snake or Tetris in C for showing the C programming style opted for the other, more specific programs. Possibly this is a link for supplying material to some Wiki articles related to videogames and gamep-physics.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Workable Hiring Software - Hire The Best People, Fast Icon
    Workable Hiring Software - Hire The Best People, Fast

    Find the best candidates with the best recruitment software

    Workable is the preferred software for today's recruiting industry and HR teams, trusted by over 6,000 companies to streamline their hiring processes. Finding the right person for the job has never been easier—users now possess the ability to manage multiple hiring pipelines at once, from posting a job to sourcing candidates. Workable is also seamlessly integrated between desktop and mobile, allowing admins full control and flexibility all in the ATS without needing additional software.
    Learn More
  • 10
    FreeSOLID is a library for collision detection of three-dimensional objects undergoing rigid motion and deformation. FreeSOLID is designed to be used in interactive 3D graphics applications.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    XCTruck3D _Truck

    XCTruck3D _Truck

    realistic truck simulator with 3D graphics done from zero

    A truck/car simulator,with realistic physics and oldstyle graphics: it displays pixels through the SDL graphics routines, or the X11 if using that version (has some issues:so use the SDL ver).While the 3D graphics is done by the program itself without external libraries.The environment is a hilly terrain:total freedom to drive around.A remake of the classic "Terep 2". Written in the C programming language: although the code is 30 pages long, it's simple. Trailer can be detouched pressming 'l' (minuscle ELL) so to drive a normal car. There's an OpenGL version too: see the CTruck3D _Open,and an ASCII-Art ver (Term_ CTruck3D). This is also a good dydactical software: code is easy to undersand,and drawing procedures and physics sim procedure are written from 0 so it's clearly understandable how a complete 3D game is done in C, starting from a blank page of any plain text editor.Only basic knowledge of C was used. VID: http://youtu.be/n_O-9EFW5zk Lagrande_Rally_3D is an evolution of this
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Driver support for 3D Controller Hardware. We hope to support SDL Input, DirectInput, and other major controller API's including game consoles and embedded systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    alleged to the video 'tutorial' "the Mechanics and its Simulation". Simulation with Lagrangian method, both symbolic, and by numerical derivation. All well-grouped in folders. there is also a 'review' in 3 demos of the Newtonian dynamics: mass-spring systems. most of progs are written in C, with use of SDL lib to display simple graphics and have real-time interactivity. As to programming complexity, it's very simple... this all aims at classical physics simulation in a simple but efficient way. The numeric stuff really just illustrate the use of a real little physics-engine aimed at articulated body simulation... that's the funnest part of it: but of course much more is coming. Also some examples in Game Maker and Matlab/Octave are coming soon. link to Part 1 of the video where all method is thoroughly exmplained: http://youtu.be/ELD0WPOxNb0 http://youtu.be/Kjhkyq-pLLw the part_2 shall explain numeric stuff, and some support for collisions and serious rigid bodies jointed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    xdesktopwaves
    Simulation of water waves on the X Windows desktop. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Latronix Regnum Arts - Open Source Faction is an open source and freeware developer for all sorts of goodies. Be it games or applications. This is the home for the Drug Turfs Game (A Drug Wars like game) and the Drug Turfs Library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    SITPLUS
    SITPLUS is a free software framework whose main goal is to provide recreational activities for people with multiple disabilities. It offers new forms of interaction based on computer vision, voice and other peripherals.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    iPDC - Free Phasor Data Concentrator

    iPDC - Free Phasor Data Concentrator

    Tool for Wide Area Measurement System

    iPDC is a free Phasor Data Concentrator that collects data from PMUs, and PDC/iPDC that are IEEEC37.118 Synchrophasors std compliant. iPDC do the time sequencing and combining of the received data as per IEEEC37.118 and send to other iPDCs, and applications on request. iPDC is able to archive the received data in the MySQL database on local/remote machine. PMU Simulator is also IEEEC37.118 std compliant. Software is built to be working on Linux platform.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Artist is a portable 2D graphics library. Main features are: drawing primitives, bitmap blitting, alpha blending, zoom and rotation, text rendering and image file loading. It uses hardware acceleration and provides a simple and elegent API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Bad Camel Gaming is a collection of arcade games build on the Oasis Framework, the Bad Camel Gaming game framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A hight performance well designed Collision Detection Library for the Open Dynamics Engine. Supports CONCAVE TRIMESHES and Deformable bodies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Arduino Launch Control System (LCS)

    Arduino Launch Control System (LCS)

    A single rod model rocket launch control system using the Arduino Nano

    This is a single rod model rocket launch control system. The system utilizes the Arduino Uno/Nano to report on local weather conditions (temperature, humidity, barometric pressure). The system also provides a 10-second countdown when the fire button is pressed. The system meets and exceeds the NAR Safety Code standard for model rocket launch systems as it incorporates a removable key to block the flow of power to the launch pad. It incorporates an additional two-button safety system to ensure that a launch is conducted exactly at the desired time. This release marks Version 1 of the system. It is designed to be modular so that it can be easily modified in the future. This project makes a great entry into electronics, Arduino and model rocketry. As such it is ideal for use in schools and youth organizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Arkon simulates a universe of interacting entities. It is an experiment with learning experience as its grand goal. The development path is strictly dynamic, starting as a starship simulation with eyes on the possibility of battles among AI-piloted ships
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project demonstrates the use of a sniper gun (physics), and the behaviour of agents in a 3D world in case of a catastrophy like the assassination of a person.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    B.O.T.S (Bots Tactical Simulation) is a programming game, where players "code" the behaviour of their bot and watch them fight with others bots in a arena. It comes with a full environnement in Java/Swing, for coding, debugging, playing matchs, etc ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BSP is the de facto standard node builder for the classic 3D shoot'em'up Doom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB