15,946,342 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
The default search term operator is
OR
for a simple list of search terms.
Any selected filters such as document type, tags, categories, etc. are ANDed to the query in the search box.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
258 Results
Filters
Articles
Technical Blogs
Tips & Tricks
Reference Articles
Projects
Assets
Questions
Answers
Forum Messages
News Items
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating (Hi - Lo)
Rating (Lo - Hi)
Popularity (Hi - Lo)
Popularity (Lo - Hi)
Votes (Hi - Lo)
Votes (Lo - Hi)
Modified (New - Old)
Modified (Old - New)
Thread Modified (New - Old)
Thread Modified (Old - New)
Created (New - Old)
Created (Old - New)
Title (A - Z)
Title (Z - A)
Author (A - Z)
Author (Z - A)
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
More Filters
Article Topics
All Topics
Artificial Intelligence
Internet of Things
DevOps
Containers
High Performance Computing
Hosted Services
Security
Web Development
Mobile Apps
Desktop Programming
Database Development
Productivity Apps and Services
Game Development
Multimedia
General Programming
Programming Languages
Article License
All Licenses
Ms-RL
Custom
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
CC (BY-ND 3.0)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Mobile Development
Product Lifecycle
Database & SysAdmin
General Discussions
Page 1 of 26
Page Size:
10
·
25
·
50
Tag filtered by: OpenGL
❌
Diligent Engine: A Modern Cross-Platform Low-Level Graphics Library
Please
Sign up or sign in
to vote.
5 May 2024
by
EgorYusov
license:
CPOL
This article introduces Diligent Engine, a modern cross-platform graphics API abstraction library and rendering framework
Game Development
C++
OpenGL
DirectX
game
3D
Vulkan
OpenGL and WPF: Integrating an OpenGL Window inside a WPF Window
Please
Sign up or sign in
to vote.
1 Mar 2024
by
gabriel4sonic
license:
CPOL
Shows how to use OpenGL in a .NET WPF application by directly incorporating an OpenGL window as a child of the main WPF window, making it behave more like a control
Desktop Programming
»
Wpf
Windows
OpenGL
WPF
.NET6
C#10
RGFW | Singler-Header Lightweight Framework for Basic Window and Graphics Context Handling (like GLFW)
25 Feb 2024
by
ColleagueRiley
license:
CPOL
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
Desktop Programming
»
Cocoa
C
OpenGL
DirectX
Xlib
WinAPI
Cocoa
, +
Unity Graphics Emulator for Native Plugin Development
Please
Sign up or sign in
to vote.
12 Jul 2023
by
EgorYusov
license:
CPOL
This article describes Unity low-level plugin interface and the Unity graphics interface emulator that facilitates native plugin development.
Game Development
»
Unity
C++
Windows
OpenGL
DirectX
game
3D
, +
Quality Losses (Related to Kerning) in Text Rendering for OpenGL with FreeType
Please
Sign up or sign in
to vote.
17 Dec 2022
by
Steffen Ploetz
license:
CPOL
High-end quality in text rendering concerns not only the characters, but also the character spaces - and here FreeType is not quite up to date anymore: The kerning used by FreeType is not always available (especially with newer fonts).
Multimedia
C++
C
OpenGL
multimedia
First Steps .
Tutorial: How to Start with TGUI (Running on SFML and Utilizing OpenGL) using Code::Blocks on Linux
Please
Sign up or sign in
to vote.
5 Nov 2022
by
Steffen Ploetz
license:
CPOL
My way to have a first sample program running with "Texus' Graphical User Interface" (TGUI) - a cross-platform modern C++ immediate GUI, on which I use "Simple and Fast Multimedia Library" (SFML) as backend.
Multimedia
»
Opengl
C++
OpenGL
Linux
GUI
H264.
HEVC Video Encoder for OpenGL
Please
Sign up or sign in
to vote.
26 Oct 2022
by
Shao Voon Wong
license:
CPOL
H264/HEVC Video Encoder for recording OpenGL rendering
Multimedia
»
Opengl
C++
OpenGL
C++11
Getting Started with Path Tracing using Diligent Engine
Please
Sign up or sign in
to vote.
6 Sep 2022
by
EgorYusov
license:
CPOL
An implementation of a basic path tracer with Diligent Engine
Multimedia
»
Opengl
C++
OpenGL
3D
rendering
Vulkan
Masking Texture in OpenGL using Class CImage
Please
Sign up or sign in
to vote.
6 May 2022
by
Petrov Vladimir
license:
CPOL
Masking Texture in OpenGL from Bitmap Image File using Class CImage (just call the File Name)
Desktop Programming
»
Mfc
WinXP
C++
Win32
MFC
OpenGL
Nimbus SDK: A Tiny Framework for C++ Real-Time Volumetric Cloud Rendering, Animation and Morphing
Please
Sign up or sign in
to vote.
3 Apr 2022
by
Carlos Jiménez de Parga
license:
CC (ASA 3U)
A reusable Visual C++ framework for real-time volumetric cloud rendering, animation and morphing
Multimedia
»
Opengl
C++
OpenGL
GLSL
CUDA
Page 1 of 26
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last