Pinned Repositories
3D-Graphics-Rendering-Cookbook
3D Graphics Rendering Cookbook, published by Packt.
Advantech-LinuxTSU-manifest
Advantech-VCOM-Linux-Driver
A Linux TTY driver, witch is an implementation of the VCOM protocol of the Advantech device server family(EKI-152x, ADAM-457x, and EKI-1511)
avahi
Avahi - Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
AveragedVoxelGlobalIllumination
Averaged Voxel Global Illumination Technique Demo
bashscript_test
GLSL40_examples_4_linux
porting OpenGL Shading Langage 4.0 Cookbook to Linux
jstree
a super lightweight json library
USB-4604-BE-linux-driver
Linux driver for Advantech USB-4604-BE
saurontech's Repositories
saurontech/Advantech-VCOM-Linux-Driver
A Linux TTY driver, witch is an implementation of the VCOM protocol of the Advantech device server family(EKI-152x, ADAM-457x, and EKI-1511)
saurontech/jstree
a super lightweight json library
saurontech/USB-4604-BE-linux-driver
Linux driver for Advantech USB-4604-BE
saurontech/3D-Graphics-Rendering-Cookbook
3D Graphics Rendering Cookbook, published by Packt.
saurontech/avahi
Avahi - Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
saurontech/bashscript_test
saurontech/computer-graphics-from-scratch
Text, diagrams, and source code for the book Computer Graphics from scratch.
saurontech/containers
moving linux containers to userspace, so one can have the same programming interface
saurontech/donut_c
saurontech/drystone
saurontech/DTLS-Examples
Examples for DTLS via SCTP and UDP using OpenSSL
saurontech/in_pktinfo_test
testing in_pkinfo
saurontech/leetcode
Using Leetcode problems to practice CPP techniques
saurontech/mdns
Public domain mDNS/DNS-SD library in C
saurontech/Modbus-RTU
Python RS-485 Modbus RTU
saurontech/modernCPP
a playground for modern CPP
saurontech/open62541
Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0
saurontech/proc_tools
saurontech/serial_testtools
serial testtools for linux
saurontech/ssdp-responder
SSDP responder for UNIX systems that gives you an InternetGatewayDevice icon in Windows :)
saurontech/ssl_select
a helper tool to integrate OpenSSL with select()
saurontech/usdg_tls_mem_leak_test
saurontech/userspace-rcu
This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores.
saurontech/virtual-485-bus
saurontech/vk_voxel_cone_tracing
Vulkan voxel cone tracing renderer based on SVO(sparse voxel octree) and Clipmap
saurontech/Vulkan-Cookbook
Code repository for Vulkan Cookbook by Packt
saurontech/vulkan-tutorial-hpp
Following vulkan-tutorial.com using Vulkan-Hpp
saurontech/vulkan_ray_tracing_minimal_abstraction
A minimal implementation of the VK_KHR_ray_tracing extension.
saurontech/VulkanSponza
Deferred Vulkan rendering playground using Crytek's Sponza scene
saurontech/VulkanTutorial
Tutorial for the Vulkan graphics and compute API