Showing 21 open source projects for "simple-draw"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1

    Simple 3D Classes

    A simple 3D framework in C++

    A simple 3D framework in C++ that supports OpenGL, OpenAL and GLUT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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: 3,277 This Week
    Last Update:
    See Project
  • 3
    GLFW

    GLFW

    A project that has moved to GitHub

    GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop. It provides a simple API for creating windows, contexts and surfaces, receiving input and events.
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • 4
    Rayshade

    Rayshade

    Rayshade raytracer

    ...Rayshade has an excellent easy to read yet informative User's Guide that other's could not help but copy from. (html of guide is in rayshade-4.0-ftp-and-guide.tar.gz) Rayshade has no GUI but as a text language it's simple and elegant. --- The Utah Raster Toolkit 'liburt' is "optional" (see Files) and needed to see your output and adds alpha texures: see NEWS. (do NOT use URT with Rayshade-Mathematica, it likes raw rgb). export CFLAGS="$CFLAGS -DPOPEN -DUSE_CPP" [ -n "$WITH_URT" ] && { CFLAGS="$CFLAGS -I/usr/local/include -DURT" LDFLAGS="$LDFLAGS -L/usr/local/lib64" LIBS=" /usr/local/lib64/librle.a export LDFLAGS LIBS } sh ....
    Downloads: 5 This Week
    Last Update:
    See Project
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 5
    asBezpch

    asBezpch

    Source code for efficiently rendering parametrically defined surfaces

    Source code and generated images from my 1987 master's degree project: An Adaptive Subdivision Algorithm for the Display of Parametrically Defined Surfaces
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    mini3d

    mini3d

    3D Software Renderer in 700 Lines

    ...No third-party library dependencies, no complicated project directories. Standard D3D coordinate model, left-handed system plus WORLD / VIEW / PROJECTION three matrices. Implementing Cropping: Simple CVV Cropping. Up to 1024 x 1024 textures. Use the depth buffer to judge the image before and after. Perspective Texture Mapping and Perspective Color Fill. Accurate polygon edge coverage calculation. The rendering engine has only 700 lines, the modules are clear, and the backbone is prominent. Detailed comments, detailed comments on the main code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    StupidRT

    StupidRT

    A really simple (following K.I.S.S statement) ray tracing project.

    I have in mind a C RayTracing library, but, actually it is an application using opengl to show the texture (e.g. the raytraced result) generated by the library. This is a project to explore and make a Ray Tracer that can be really fast, optimized and with the more options we can. My hope is to make it fully and easily understandable in order to give to the developers all the hand in the process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sketch For LaTeX

    Sketch For LaTeX

    A small simple system for 3d line drawings in LaTeX.

    Sketch is a small, simple system for producing line drawings of two- or three-dimensional solid objects and scenes. It began as a way to make illustrations for a textbook after we could find no suitable tool for this purpose. Existing scene processors emphasized GUIs and/or photo-realism, both un-useful to us. We wanted to produce finely wrought, mathematically-based illustrations with no extraneous detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Megalui

    Megalui

    Megalui: 2D/3D OpenGL & C/C++ Library for Scientific Visualizations

    Megalui supports Immediate-mode OpenGL drawing and GUI widgets based on the GLUI open source project. It is running on Windows & Linux. Features: Simple and powerful 'C' API; 2D/3D Drawing (Onscreen or 2D Plane); 3D Height Map Rendering; Seamless WebCam-Capture via Video-For-Windows API; 2D/3D Text Rendering; Alpha-Blending Drawing of all primitives; Drawing images on-screen and on-surface (plane); Images with Alpha-Blending; 3D Object/Surface Picking By using 2D screen coordinates; Line, Rectangle, Circle, Ellipse, Rectangle, Polygon, Points drawing primitives; Complex 2D Path drawing including bezier and quad curves; Draw Lines with Arrow Head in 3D; Generate out-of-the-box images using 'uiChessboardImage' or 'uiNamedImage'; Draw 3D text using printf like API; 3D camera path animation For fly-Over Animations; LaTEX-style Mathematical Formula Rendering; Cartoon Shaders; Lights; Multiple Views Rendering
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 10

    Name to Anagram Animator (N2AA)

    An OpenGL sample application

    The application is a result of one-semester subject supposed to introduce to OpenGL. Code is, at least I hope, properly commented and is published for better understanding of very simple, yet already archaic, methods of using OpenGL without shaders (everything is build from gl, glu, glut, glew and alut libraries and the technique I feel most advanced in the project are VAO objects). Do not expect anything more than this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    simp3d

    Quick project: Phong, Gouraud, Flat shading program (wire-frame also)

    This is a quick project made for X-Windows on Linux to perform simple shading. It was coded in a few days and made to work, and not for good software engineering practices -- an example program showing the math(s) needed to perform the 3d transformations and rendering. : Darrell Raymond Ulm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RayLab is a simple, portable ray tracer for producing 3D images. It uses a custom text-based scene description language, and supports several mathematical shapes, as well as CSG operations (constructive solid geometry).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Togl

    A Tcl/Tk widget for OpenGL rendering.

    Togl provides a platform independent Tk widget for using OpenGL rendering contexts.
    Leader badge
    Downloads: 108 This Week
    Last Update:
    See Project
  • 14
    A 3-D animation program that mimics the look of the movie TRON, and can render static scenes and motion animation. It is written entirely in C, and uses only the GL, GLU, and GLUT libraries to both draw scenes and provide a simple, easy-to-use UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GLE is a library of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. GLE uses the OpenGL(R) API to perform the actual rendering.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 16
    libgtk3dcanvas is a Gtk set of widgets to build easily simple 3D scene render engines. You can add items (balls, stick, polygone, ...) like on libgnomecanvas, and then, you can declare several camera (OpenGL, Direct3d...) to render it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    simple, portable and customizable library providing headers and initialisation code for OpenGl extensions. glex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    gltt is a library that allows you to read and draw TrueType fonts in any OpenGL application. It supports bitmapped and anti-aliased font drawing as well as vectorized and polygonized drawing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A project to provide a simple platform-independent framework for rendering with hardware-accelerated OpenGL in an offscreen buffer. Results are captured for print, broadcast over video, web, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Scriptable 3D Graphics modeler and renderer. By defining points and shapes in a 3-dimensional coordinate system, one can create a scene very quickly and easily a simple scripting language. The scene can then be animated and be added special effects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    It'a a simple snake game but in 3D with a lot of new features and a new gameplay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next