Quantcast
Channel: CodeProject Latest postings for Graphics
Browsing latest articles
Browse All 20 View Live

c++ directx9 center background

Hello, i am trying to code some graphics for a little game in c++ and winapi / directx9. I have established a background as a surface. Then i put some sprites on the background. The problem is, as i...

View Article



64 bit .NET CatmullRom method?

I have need to use the Vector2.CatmullRom(...) method in a memory intensive program that currently produces extremely large pictures for testing purposes. I found the ability to do this on the XNA...

View Article

Image may be NSFW.
Clik here to view.

How do I convert iTextSharp text to outline (vectorize)?

Hi I am generating a PDF for use in a lasercutter. The printerdriver for the laser cutter takes vectors with a specific color and stroke-width, and uses them to cut all the way through the material....

View Article

OpenGL GLFW/SDL emdeded into WinForms/WPF

Dears, Hope all is fine. Here, there is an article about Creating OpenGL Windows in WPF. But is it possible to embed a pure С++ OpenGL-GLFW or SDL based context into the WForms/WPF, which in its turn...

View Article

opengl (openTK)

Using OpenTK in devStudio 15 and windows forms on my dell desktop. When I render a color (eg red = 255, 0, 0, 255), and read the results back it is about, but not quite half of the written value, eg...

View Article


Should a Web designer use coding or just PSD/XD Template

I really need your help on this topic. I designing some PSD template websites and apps isthisis the right web design or I have to code also? What responsive website means for a web designer is just...

View Article

Create 2D graphics editor

Hello, I am trying to develop a 2D graphics editor on C#. In that editor I want continuous co-ordinates where ever the mouse hovers. I tried using Graphics class in C# but it uses the screen...

View Article

Infographics

I can not know which is the best free tool for create infographics. I want to know about this. Please provide me Best tool or site to create eye catching infographics

View Article


Image may be NSFW.
Clik here to view.

graphviz - pinning individual graphic elements, i.e. forcing their placement?

I am going to use graphviz to generate state flow charts (i.e. blobs representing states, arrows from one blob to another representing events/transtions) based on a transition table. There are ways to...

View Article


OpenGL removing "objects" - how ?

First - to avoid "confusion" - I am using term "object" to describe what is created in OpenGL in-between "new " and "end" loop code. I have a "text (object)" rendered (in OpenGL window) , I need to...

View Article

OpenGL stencil in 2D - advanced (?) issues

I have run into a dead end in another OpenGL forum. I have a basic understanding how (OpenGL) stencilling works. My stencil is in 2D , no depths. I am extracting a (circular) part of OpenGL objects, no...

View Article

Pygame image wont show up until I close the window

I am creating a game with pygame and an image won't show up until the window is loading to be closed. This is my code so far:Pythonimport pygame pygame.init() screen = pygame.display.set_mode((800,...

View Article

SharpDX MediaFoundation and DirectShow

I'm somewhat new to DirectX programming and need a bit of guidance. My requirement is currently limited to video and 2D drawing and so far I've managed to get SharpDX to play a video from a file...

View Article


Looking for a C# option for doing simple 2D graphics

So I'm aware of MonoGame, SharpDx, etc, but these are all significant overkill for what I need, and what's more, none of them work over the remote desktop protocol. I'm just wanting to do some very...

View Article

Image may be NSFW.
Clik here to view.

Drawing a simple triangle horror when using std::vector

this is bullshit, the first VAO without std::vector get drawn but not the second with vector : Vector3f Vertices[4]; Vertices[0] = Vector3f(-1.0f, -1.0f, 0.5773f); Vertices[1] = Vector3f(0.0f, -1.0f,...

View Article


UWP Flyout Problem

I'm having an issue with a nested button flyout that I can't figure out. ( Screenshot of the problem --> Uwp Flyout Issue[^] ) Basically, a hamburger button's flyout contains a Splitview, where the...

View Article

tack snap shot with windows service

hello every body. I wanna to create windows service with c # that ,it able tack snapshot and send to server. but my problem iswhenusing"Screen.PrimaryScreen.Bounds" .visual studio cant know this. I...

View Article


what are the differences between pass-by-value and pass-by-reference in C++

Hi all, can you tell me what are the differences between pass-by-value and pass-by-reference in C++? thankyou

View Article

Shadow copy with windows service

Hello everyone. I want to create a Windows service in C# that can create a snapshot and send it to the server. but my problem is when using "Screen.PrimaryScreen.Bounds". Visual Studio cannot speak....

View Article

Graphics for Visual Studio 2008 C++

I'm working on a C++ project and need to do some graphics. This includes labeled axis and various format of data lines. How can I do it since visual studio does not have any graphics capability.The...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images