Click here to Skip to main content
15,885,914 members
Everything / Graphics

Graphics

graphics

Great Reads

by honey the codewitch
GFX is a fast and full featured replacement for standard IoT drawing libraries that is optimized to reduce bus I/O
by Sergey Alexandrovich Kryukov
Addresses questions on graphics, threading with UI, form development, printing and more
by CMalcheski
Thinking outside the box can result in critical performance gains
by WebMaster
Some simple examples of how to apply affine transformations in computer graphics.

Latest Articles

by honey the codewitch
Display automated (optionally controllable) Tetris on an LCD or Neopixel panel
by honey the codewitch
Got an embedded or IoT widget with a screen but no real memory or flash space to speak of? Read this.
by honey the codewitch
Create ASCII art from common image formats and text
by Sergey Alexandrovich Kryukov
Another variant of the cross-platform replacement for all those office presentation applications in a single file, and now this file is JavaScript

All Articles

Sort by Score

Graphics 

27 Dec 2012 by WebMaster
Some simple examples of how to apply affine transformations in computer graphics.
10 May 2021 by Steffen Ploetz
Check whether ReactOS is able to run OpenGL, determine a convincing IDE and get started with the OpenGL on ReactOS.
8 Jun 2021 by FranciskaR
More on fluid simulation
25 May 2019 by dynamichael
Build an oct-tree from a color palette for a fast nearest color search
22 Mar 2013 by Dheeraj Singh Bhadoria
This Artical shows that how we can change the color of any image throw Bitmap
9 Feb 2011 by Karl Phillip
If you are looking for a true transparent window to render your 3D objects, check this thread:http://stackoverflow.com/q/4052940/176769
9 Mar 2012 by grinbergnir
A short and efficient algorithm for checking point inclusion in a polygon.
7 Nov 2014 by Ullas_Krishnan
This is only for students who are developing mini projects with Turbo C / C++ Compiler. This example may help you to get an idea in submitting your mini projects with stunning user interface experience with Mouse click events.
24 Jan 2011 by Nejimon CR
Make irregular splash screens without writing a single line of code!
16 Jan 2016 by Mathew_wwx
This tip will introduce a library written in C++ that wraps up a 2d polygon triangulation algorithm with time complexity of O(N*logN), the algorithm works on both self-intersected and non self-intersected polygons.
25 Apr 2022 by honey the codewitch
Use batching to increase performance during complex rendering operations.
13 Jun 2015 by DrABELL
Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3
8 May 2015 by DrABELL
CSS3 technique utilizes HTML5 div elements to produce compact pseudo-graphics
28 Jun 2017 by V. Subhash
A simple Java class to enumerate fonts in your systems and create a text samples document
13 Mar 2016 by The Zakies
Tutorial 1 (how to create a vector graphics program)
5 Jan 2011 by parths
Create a transparent window for OpenGL so your 3D shows directly on the desktop.
17 Jan 2019 by Peter Occil
Describes projection and view transforms commonly used in 3D graphics, such as perspective and orthographic transforms
23 May 2011 by Tefik Becirovic
Calculate angle between two points and the x-axis using C#
26 Sep 2014 by Søren Gullach
Fuzzy lib that have a GUI and uses Lagrange for member curve generating
19 May 2014 by Chris Copeland
A simple class which provides drawing support for formatted text
3 Nov 2014 by Ullas_Krishnan
How create a Splash Screen in C++ Program (TurboC) in DOS Mode..
4 Apr 2015 by BrainlessLabs.com
In this tip series, we will create a small C++ game engine.
3 Mar 2016 by The Zakies
Tutorial 2 (how to interactively add multiple shapes GDI using linked lists)
4 May 2010 by Henry Minute
Below is a code snippet derived from a few of the ideas in the article at Matrix Operations for Image Manipulation[^].Whilst this code is C# it should be easily convertible to VB or Managed C++.These three simple Methods make use of the ColorMatrix to achieve variations in the colour...
11 Jun 2015 by BD Star
This is a mini project (Tic-Tac-Toe game) for Turbo C / C++ compiler.