Showing 18 open source projects for "qgis-osgeo4w-2.6.1-1-setup"

View related business solutions
  • 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
  • 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
    syfluid

    syfluid

    Fancy interactive fluid simulation for gfx fans, VJs and demo coders

    syfluid is a funny toy as well as a real simulation. It simulates a fluid or a gas in a very colorful, graphic and sometimes psychodelic way. In realtime! Drag while your right mouse button is pressed to "draw" the fluid/density field. Drag while your left mouse button is pressed to make the whole thing move, i.e. to "draw" the "forces" that you're adding to the fluid/density field. Press "r" to clear the screen and "m" to open the menu. Press "1" .. "8" to switch color presets. SPACE...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Buddhabrot Max

    Buddhabrot Max

    A Buddhabrot generator for large (>20000² px) renderings.

    A escape time orbit fractal renderer written in C#. Consists of two separate programs, one focused on high resolution and high quality rendering ("Buddhabrot Max"), the other focused on realtime exploration / zooming ("Buddhabrot Mag"). Uses multithreading and hardware acceleration. Allows creating of huge renderings (if enough memory is available) and saving files with full 32 bit float dynamic range as OpenEXR files. You can easily add new formulas which are then runtime compiled...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    BFD Fibonacci Pattern Inkscape Extension

    Inkscape plugin for generating the fibonacci pattern

    This is an inkscape plugin, written by the software engineer for Beauty Full Day, for generating the Fibonacci Pattern. It is a flexible plugin for generating different sizes and allows for one to control how spread out the pattern is and how small to large each node can get.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    PlaTec

    Plate Tectonics simulator

    PlaTec is a 2D terrain generator that uses a simplified model of plate tectonics to produce realistic heightmaps in real time. The simulator starts with a flat fractal map and splits it randomly into plates. Plates are moved around the map. If continents of two plates collide, they fold creating mountain belts. If oceanic crust of one plate collides with another plate, subduction occurs resulting in coastal mountain ranges or island chains. This project is part of my Bachelor...
    Downloads: 6 This Week
    Last Update:
    See Project
  • The Customer Engagement Platform For Your Business | Zoho SalesIQ Icon
    The Customer Engagement Platform For Your Business | Zoho SalesIQ

    Zoho SalesIQ is an all-in-one customer engagement, live chat, and analytics platform.

    Zoho SalesIQ offers your marketing, sales, and support teams the digital customer engagement tools to communicate with every site visitor at every stage of the customer lifecycle. This all-in-one live chat and analytics platform promotes proactive customer engagement, allowing you to initiate the right kind of conversation at exactly the right time.
    Learn More
  • 5
    MilkDrop Anywhere

    MilkDrop Anywhere

    A remote control MilkDrop2 plugin for Windows

    ... the zip file with some basic instructions. Check out the Wiki or Discussion tab for up to date instructions, info, and more... If anyone actually uses this, please let me know in the Discussion tab - I don't know if the interest would be that high this day and age but you never know... If you're a programmer, you could tweak this program as a template to remotely control anything you want (just give me some credit, I wrote it from scratch) Not a 100% easy setup, but anyone can do it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Complex Renderer

    Complex Renderer

    Simple renderer of complex functions including recursive

    This program draws a user-defined function from complex plane to RGBA color. Currently, compiled program draws Mandelbrot set, but if you want to draw another function, you need to inherit it from 'Renderer' class in sources, pass it to 'Window' and recompile project. Including 4 versions. The first one was written with C++ and uses CPU 128-bit double. The second does the same, but was written with D language and Derelict3. The third uses GPU (GLSL shaders) to draw Mandelbrot set...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Urban is a software capable of procedurally creating 3d urban environments. It's based on a multi-agent system where each agent is responsible for one type of urban object. This means the system is highly modular and can easily be extended.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Thred32

    Delphi version of famous free embroidery-digitizing software: Thred

    Thred32, an open-source Delphi project translated from the famous Thred: The Embroidery Software and Designs. Thred (and also Thred32) is a versatile and free digitizing program for embroidery machines. Thred is originally developed by Morin McCoskey. http://www.thredworks.com/features.php The name Thred comes from the words thread and editor combined, but it's more than just an editing program for finished designs Finally Thred32 is attended because developers love and uses...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Procedural Graphics Workbench

    Interactive desktop application for rendering various fractals.

    Procedural Graphics Workbench (PGW) will be a versatile interactive desktop application for rendering various types of fractals and other procedural graphics. It will also allow users to combine rendered images using various blending modes and other raster operations to create new images. Some most important planned features: * deep zooming capability (similar to Fractint) * multithreaded rendering * rendering divided to various machines ("rendering cluster") * various...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Visualize data fast and make smarter business decisions with a real-time BI solution. Icon
    Visualize data fast and make smarter business decisions with a real-time BI solution.

    For Business Users, Software Providers, System Integrators

    Embed enterprise-grade BI inside your custom applications. Wyn Enterprise is GrapeCity's fully customizable, end-to-end BI solution. Wyn provides advanced analytics, interactive dashboards, and reports — in one unified platform. Wyn's powerful reporting module is driven by the same ActiveReports engine, which has led the industry for 20+ years.
    Learn More
  • 10

    Mobius Mandelbrot

    Fractal Extreme plugin for Hiato's Mobius Mandelbrot

    http://www.fractalforums.com/mandelbrot-and-julia-set/m-set-on-a-partialtotal-mobius-cylinder-looks-neat/ Use a bailout of 6 for complete fractal. This implemenent the three mobius types. Total wraps the real value if it exceeds 1 or is less than -1. Right wraps only when the real values exceeds 1, Left only when less than -1. Normal and smoothed iteration versions of each type are provided. My first attempt is also there called 'Bad' because I'd created a couple of pictures and need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TreeBuilder is a 3D tree model procedural generation tool. It implements two methods of tree creation. First is based on J. Penn & J. Weber paper "Creation and Rendering of Realistic Trees" and the second one uses L-Systems. TreeBuilder also features realtime rendering of created models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    LX29 SGGF

    Some Graphical Art Functions combined in one Form

    The Lukix29 SGGF makes much more than only SGGF's it is an tool for making and manipulating mostly Random generated geometrical Pictures
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Nutcracker

    Build animated sequences for RGB Mega-trees

    nutcracker is a php based web tool that allows the user to create sophisticated animations on any RGB device. Current RGB targets supported are Megatrees, matrices and Rays. Nutcracker sequences are a four step oricess 1) Go into the tool and define your RGB device, You are prompted for the number of RGB strings you have and how many pixels are on each string 2) You next go into the effects library. Spirals, meteors, butterfly wing and many other effects are available, For each effect...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    makingMazes

    makingMazes

    Creator of mazes, with a recursive algorithm homemade (I'm not mathema

    The algorithm will carving zeros in an integer array initialized to "1". Data can be recorded in a simple way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QTfeedback
    Qt+OpenGL Application. Simple Feedback effect for generating interesting image results in realtime. See more on http://11235813tdd.blogspot.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Flam3 Editor is built around the traditional flam3 software pack. The editor let you load, edit and save cosmic recursive fractal flames, like electric sheep or apophysis files, it handles traditional flam3 xml parameter files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A project dedicated to documentation concerning the use of vector graphics for production of optical illusions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A work in progress. obScene will be a highly photo-realistic raytracer which includes fractal primitives, advanced lighting/texture effects and python scripting access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next