Showing 27 open source projects for "write"

View related business solutions
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
    Learn More
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
    Try it free
  • 1
    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: 21 This Week
    Last Update:
    See Project
  • 2
    glslmath

    glslmath

    C++ header-only library that simulates GLSL math

    GLSLmath provides C++ math operations as defined by GLSL. For example, it provides methods to easily setup viewing transformations and perspective projections. GLSLmath has been inspired by the glm and slmath libraries, which aim to mimic GLSL, but in contrast to those GLSLmath does not focus on a complete conforming implementation of GLSL. It rather aims to provide a convenient single header file that implements the most commonly used subset of GLSL so that it is easy to use for rapid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The OpenGL Extension Wrangler Library
    The OpenGL Extension Wrangler Library is a simple tool that helps C/C++ developers initialize extensions and write portable applications. GLEW currently supports a variety of operating systems, including Windows, Linux, Darwin, Irix, and Solaris.
    Leader badge
    Downloads: 4,883 This Week
    Last Update:
    See Project
  • 4
    art-template

    art-template

    High performance JavaScript templating engine

    art-template is a simple and superfast templating engine that optimizes template rendering speed by scope pre-declared technique, hence achieving runtime performance which is close to the limits of JavaScript. At the same time, it supports both NodeJS and browser. art-template simultaneously supports two syntax of template. Standard syntax allows templates to be easier to read and write. While original syntax has powerful logical processing ability. Original syntax is compatible with EJS...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • 5
    mini3d

    mini3d

    3D Software Renderer in 700 Lines

    The 3D software rendering tutorial, without any performance optimization, mainly shows people how to write a software renderer with a fixed pipeline. Although the main body code is only 700 lines, the sparrow is small and complete. The source code has only one mini3d.c, and a single file implements everything and is easy to read. No third-party library dependencies, no complicated project directories. Standard D3D coordinate model, left-handed system plus WORLD / VIEW / PROJECTION three...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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
  • 7
    OpenGLChecker

    OpenGLChecker

    Utility application to obtain data about your OpenGL implementation.

    OpenGLChecker is a fast and smooth program that retrieves relevant information about your OpenGL implementation. It can also test your computer's performance with fully scripted benchmarks. This allows you to write your own benchmark scripts for testing your OpenGL performance.
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • 8
    QuickShader

    QuickShader

    shader editor

    QuickShader is a program that allows you to write and test shaders without creating your own rendering engine. Using this tool you can quickly create many shaders based effects (i.e. phong lighting/shading, normal mapping, parallax occlusion mapping, pn-triangles and many more) that are used in modern games and simulations. Unfortunately program is restricted to shaders only, single pass pipelined effects. Effects based on postprocessing, blending and other techniques are currently unavailable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    VB6 Raytracer

    VB6 Raytracer

    Well just a raytracer in Visual basic 6, thus the name VB6 raytracer. Not because it is easy or logical, but because it is hard. I know this is not the right language to write a raytracer, see it as a stubborn POC that it is still somehow possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
    Learn More
  • 10
    GuiObjects

    GuiObjects

    A C++ library to easily create GUI-editable objects

    The project was born when I wanted to write a 3D modeling + rendering engine in C++. I wanted to create an easily expandable tool for the GUI, that will automatically know how to display the various objects for editing. The goal was to make each object "know" how it should be displayed and changed, so that a simple GUI tool can display complex objects, and new objects can be created without having to spend time creating the "widgets" for them. The basic requirements
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This Minimal OpenGL Utility Library is a library similar to GLUT, only with fewer features! You can write window-system-independent OpenGL programs with even fewer lines of code than GLUT. Initial support for X11 and Win32. Examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FX Batch Compiler
    This Windows application supports compilation of FX effect files and HLSL shader files using fxc command line compiler included in DirectX SDK. You can compile many files at time or one file with different settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The BLEU project was created with C++, OGRE, RBGUI, and OIS. Obviously the code structure is not the most ideal imaginable, but I was hard pressed for time when I wrote it. If I were to write it today, it would be completely different. As you can see in my GPE documentation, I no longer use the friend keyword quite so liberally (In fact, haven't used it once in GPE). The naming convention I have used is a bit wonky as well. In addition the scoping for all the variables, methods, etc...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Write Quake 3 engine games in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Parallel Compositing library enables developers to write scalable 3D graphics applications. The library does sort-last compositing, and works on both clusters and SMP machines. The API aims to be the MPI of parallel compositing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VTK.NET is a .NET wrapper for the Visualization Toolkit. With it, you can write Windows Forms applications in C#, managed C++, Visual Basic, or J#. It includes a Windows Forms Control for drag and drop design of forms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    The goal of this project is to design and write comercial quality software and aplications with fully respect to free software (like in "free speach"). The software designed by us will target various fields: from scientific applications to multimedia an
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    SMGL (Scriptable MiniGame Library) is a small library to make it easy to quickly write 3D MiniGames.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RadDoom is a radiosity scene renderer that use "Dynamic Surface Subdivision". It's write in Java and Java3D. It enables, in real time, the user to travel in the 3D scene during rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MonoGLo is a Mono C# binding for Open GL (the famous 3D library). With MonoGLo, you can write and run a stand alone 3D applications in C# with Mono using Open GL, GLU and glut calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FileConv is a set of utility classes that allow java programmers to load/write 3d files of various formats to/from 3d applications and convert between various file formats so that people using different 3d applications can collaborate on the same project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CyberVRML97 for Java is a development package for VRML97/2.0 and Java3D programmers. Using the package, you can easily read and write the VRML files, set and get the scene graph information, draw the geometries, run the behaviors easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CyberVRML97 for C++ is a development library of VRML97/2.0 applications. Using the library, you can read and write the VRML files, set and get the scene graph information, draw the geometries, run the behaviors easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Translation of DirectShow Base Classes from C++ to Delphi should allow Delphi programmers to write their own DirectShow filters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project aims to write a full-featured 3D-Game IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next