-
Updated
Dec 17, 2020 - C++
#
dds
Here are 162 public repositories matching this topic...
PX4 Autopilot Software
uav
drone
ros
px4
pixhawk
uas
dronecode
autopilot
mavlink
autonomous
drones
dds
hacktoberfest
ugv
mavros
multicopter
qgroundcontrol
fixed-wing
fast-rtps
avoidance
OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
-
Updated
Dec 17, 2020 - C++
plug in to use geoserver as terrain provider
-
Updated
Aug 15, 2020 - JavaScript
CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.
android
cli
webgl
threejs
mobile
compression
gpu
game-development
iphone
desktop
etc
pvr
dds
ktx
optimisation
pvrtc
astc
texture-compression
dxt5
s3tc
-
Updated
Oct 29, 2020 - TypeScript
Lightweight, versatile desktop image viewer for Windows, built on top of WinForms (C#). The best replacement for the default Windows photo viewer.
desktop-app
svg
editor
windows
c-sharp
lightweight
application
app
image
dotnet
viewer
picture
winforms
desktop
webp
ico
image-viewer
dds
picture-viewer
screenshoter
-
Updated
Dec 16, 2020 - C#
I'm compiling comprehensive coding tutorials for many different languages and frameworks! 🐲
-
Updated
Jun 1, 2020 - C++
An image and texture viewer for tga, png, apng, exr, dds, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL, and Tacent. Useful for game devs as it displays information like the presence of an alpha channel and querying specific pixels for their colour.
-
Updated
Dec 13, 2020 - C++
Blade and Soul Unreal Engine 3 Package (UPK) Extractor and Rebuilder - View, Export and Import Textures and Sounds. DDS Load and Save in C#.
c-sharp
wpf
texture
dds
game-files
bns
upk-files
mod-files
exported-textures
lzo
direct-draw-surface
-
Updated
Sep 25, 2018 - C#
HDR, PFM, DDS, KTX, EXR, PNG, JPG, BMP image viewer and manipulator
jpg
png
filter
image-processing
image-viewer
image-manipulation
dds
cubemap
ssim
ktx
hdr
image-diff
dxtc
pfm
lat-long
texture-compression
mipmaps
bc1
image-compare
image-calculator
-
Updated
Nov 13, 2020 - C#
Single header KTX/DDS reader
-
Updated
Oct 25, 2020 - C
angelrti
commented
May 28, 2020
The example on the RTI community site does not exist yet, because hosting the xml files on github is a prerequisite.
I will update the readme.md when the example exists, and include the link
Originally posted by @rgrti in rticommunity/rticonnextdds-examples#296
.NET Standard targa (.tga) and direct draw surface (.dds) image decoder
-
Updated
Nov 21, 2019 - C#
The ROS 1/2 based robots swarm architecture (opensplice DDS)
-
Updated
Apr 20, 2020 - C++
A Paint.NET filetype plugin that adds support for some of the DDS formats introduced in DirectX 10 and later.
-
Updated
Oct 12, 2020 - C#
RTI Perftest is a command-line application that measures the Latency and Throughput of very configurable scenarios that use RTI Connext DDS middleware to send messages.
-
Updated
Dec 1, 2020 - C++
Micro XRCE-DDS Client repository
-
Updated
Dec 17, 2020 - C
Micro XRCE-DDS Agent respository
-
Updated
Dec 3, 2020 - C++
Somewhat decent syntax highlighting for IBMi languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.
syntax-highlighting
rpg
vscode
mi
dds
rpgle
ibmi
ibmioss
machine-interface
cl
ibmi-languages
rpg-iii
-
Updated
Nov 10, 2020 - JSON
Improve this page
Add a description, image, and links to the dds topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dds topic, visit your repo's landing page and select "manage topics."
Brief feature description
Iceoryx uses a variety of strings (
std::string,cxx::string<>,cxx::CString100, etc).Once #253 is merged this mishmash should be cleaned-up.
Detailed information
Only use
cxx:string<>or types created from it.No std::string in public API
No more std::strings in code base