RSS 43 projects tagged "English"

Download No website Updated 28 Jan 2013 LifeV

Screenshot
Pop 39.06
Vit 11.16

LifeV is a finite element (FE) library providing implementations of state of the art mathematical and numerical methods. It serves both as a research and production library. It has already been used in medical and industrial contexts to simulate fluid structure interaction and mass transport. LifeV is the joint collaboration between four institutions: École Polytechnique Fédérale de Lausanne (CMCS) in Switzerland, Politecnico di Milano (MOX) in Italy, INRIA (REO, ESTIME) in France, and Emory University (Sc. Comp) in the U.S.A.

Download Website Updated 13 Jul 2012 OpenSAND

Screenshot
Pop 28.50
Vit 17.59

OpenSAND, formerly known as Platine, is a user-friendly and efficient tool to emulate satellite communication systems, mainly DVB-RCS - DVB-S2. It provides a suitable and simple means for performance evaluation and innovative access and network techniques validation. Its ability to interconnect real equipments with real applications provides excellent demonstration means.

Download Website Updated 08 Jan 2012 QVision

Screenshot
Pop 37.31
Vit 22.37

Qt-based library with functionality to create highly efficient and fully graphical applications, oriented to computer vision, image processing, and scientific computation. The library features an homogeneous and well documented object-oriented API, with wrapping methods for high performance functionality from libraries such as OpenCV, GSL, CGAL, IPP, BLAS, LAPACK, or Octave library.

No download Website Updated 06 Dec 2011 libdwarf

Screenshot
Pop 22.05
Vit 23.02

libdwarf is a library and command line tool for manipulating DWARF data in ELF object files. The DWARF Debugging Information Format is of interest to programmers working on compilers and debuggers. All libdwarf distributions contain C source, the DWARF2 specification, and libdwarf specifications. Implementors often extend DWARF by adding new attributes and other things.

No download No website Updated 18 Jun 2011 SupplyChain++

Screenshot
Pop 20.52
Vit 26.47

SupplyChain is a C++ library that simulates a supply chain. It takes full advantage of concurrent programming and multi-core CPUs without the programmer having to know anything about it. A supply chain consists of two mandatory components: initial producers and final consumers. Apart from these components, a supply chain can include any number of manufacturer nodes. Each node can contain any number of elements of its own type. These elements allow very powerful supply chains to be modeled and constructed.

No download Website Updated 01 Jun 2011 IfcOpenShell

Screenshot
Pop 18.49
Vit 26.79

IfcOpenShell is a software library that helps users and software developers to work with the IFC (Industry Foundation Classes) file format. The IFC file format can be used to describe building and construction data. The format is commonly used for building information modelling. IfcOpenShell uses Open CASCADE to convert the implicit geometry in IFC files into explicit geometry. At the time of writing, IfcOpenShell provides an importer for Autodesk 3ds Max, an importer for Blender, and a stand-alone application to convert an IFC file into a Wavefront .obj file. Furthermore, software developers are explicitly encouraged to use the IfcOpenShell library in their own applications.

Download Website Updated 08 May 2011 netspeed-plasmoid

Screenshot
Pop 24.47
Vit 1.77

netspeed-plasmoid is a simple plasmoid that shows the current speed of a network interface and some other statistics.

No download Website Updated 13 Aug 2012 x0

Screenshot
Pop 50.75
Vit 2.47

x0 is a low-latency scalarable HTTP Web server and framework written in C++ (C++11), supporting CGI, FastCGI, reverse proxying, SSL + SNI, advanced HTTP & FastCGI load balancing, systemd socket activation, and more.

Download Website Updated 23 Sep 2010 StateCore

Screenshot
Pop 22.93
Vit 31.14

StateCore is a generic finite state machine (FSM) based on the state pattern for C++ developers. It features Interface and Implementation classes, small and fast inline methods, Global, Current, and Previous states, and Enter, Execute, and Exit events.

No download Website Updated 30 Apr 2010 Particle System API

Screenshot
Pop 24.25
Vit 33.40

The Particle System API allows C++ application developers to easily include dynamic simulations of groups of moving objects. The API is much lighter weight than a full physics engine. It is especially useful for eye candy in games and screen savers, but is also used in off-line animation software. With the Particle System API you create a group of particles, then describe the components of the particle effect using actions like Gravity(), Explosion(), and Bounce(). You apply the actions to the particle group at each time step, then read back the particle positions and other attributes into your app, or send them directly to the GPU as a vertex array or as geometry instances.

Screenshot

Project Spotlight

cvs-fast-export

Translation of an RCS file collection or CVS repository history as a fast-import stream.

Screenshot

Project Spotlight

OGLplus

A C++ wrapper around the OpenGL C API.