Development of a Transport Software Management Application

Mandate for the development of dispatch system solutions for trucking fleets to manage taks such as tracking orders, efficient dispatch and delivery report

An Example of a C++ class Implementation Of Euler Angles

C++ has many features which make this language very attractive for scientific programming, and one of them is the operator overload functionality. I present an example taken from our programming environment (math3D library) that use this to represent a rotation class (Euler angles).

IKEA Virtual Reality Extract

I’m currently working on updating of an interior designer application, used by multinational furniture giant, to a 2nd generation version powered with state-of-the-art technology provided with Virtual Reality (VR) headset.

Computer-generated real-time surgical simulation

Worked on the development of a data gathering library to assess student performance in a surgery simulation environment.

Elligno Sign an Outsourcing Services Agreement in Virtual Reality

We are excited to announce the consulting services agreement for the upgrade of interior design application to a new platform for 3D display, immersive, and interactive Virtual Reality.

Elligno sign IT agreement to provide outsourcing services for a world leader in simulation

Elligno will retain responsibility for its programming expertise in C++, software development as well as the development of applications linked to the company’s surgery simulator R&D project.

C++ scientific code snippet

An example of how STL (Standard Template Library) can be used to write scientific code. In our programming environment we make an extensive use of this kind of technique. From our experience, it helps to write better code that is easier to understand and less error prone.

Basic Things worth Knowing About Bind Adapter

C++11 added a new adapter called bind (bind1st and bind2nd are now deprecated since C++11). I give some hands-on examples of everyday life usage as a scientific programmer of this adapter.

Creating Pair of Objects Using Boost Range and Lambda

We present a little example of the use of boost range and the lambda expression, supported by C++11, that show manipulating range is made easy and don’t need extra programming of function for simple task.

Modeling And Simulation of Electro-Optical Sensor Systems

I’m currently working on a military project as a Software System Engineer (training system) of UAS (Unnamed Aerospace System). The software system is currently utilized for training systems supporting military, defense and security forces.