Pinned Repositories
011object-pool
C++17 implementation of an object pool pattern
13CAD
3D model simulation project
AdvancedToolBox
Qt Advanced Toolbox,each tab supports expanding and collapsing。
AppShift-MemoryPool
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)
Asclepios-DICOM-Viewer
Bachelor thesis project. A DICOM Viewer written in C++, QT and VTK.
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
AsyncTask
C++ AsyncTask class to handle cancellation and progress feedback.
base-components-tool
目前支持线程池 定时器(支持多任务) log日志 cmdline 命令行解析 等功能
BaslerCamera
基于Qt的Basler相机操作
blender-toolbox-qt
Attempt to recreate a blender like toolbox in Qt
fightCC's Repositories
fightCC/011object-pool
C++17 implementation of an object pool pattern
fightCC/AdvancedToolBox
Qt Advanced Toolbox,each tab supports expanding and collapsing。
fightCC/AppShift-MemoryPool
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)
fightCC/Asclepios-DICOM-Viewer
Bachelor thesis project. A DICOM Viewer written in C++, QT and VTK.
fightCC/AsyncTask
C++ AsyncTask class to handle cancellation and progress feedback.
fightCC/base-components-tool
目前支持线程池 定时器(支持多任务) log日志 cmdline 命令行解析 等功能
fightCC/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
fightCC/ffmpeg-libav-tutorial
FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more
fightCC/EtherealEngine
C++ Game Engine and Editor
fightCC/Hermes
A lightweight, cross-platform (not yet), thread-safe, asynchronous C++11 network library with no dependencies.
fightCC/http
Wrapper around Qt's HTTP APIs
fightCC/LabelMeYoloConverter
Convert LabelMe Annotation Tool JSON format to YOLO text file format
fightCC/LaserTriangulation
Laser-based triangulation project used for creating 3D point clouds. A lot of improvements to be made in future e.g. on-line working, AI object recognition etc.
fightCC/libmodbuspp
Much more than a C++ wrapper for libmodbus
fightCC/measure_object
This program measures height and width of pins (black pin on white background) using OpenCV. The program also calulates slope of the base and measures height of the pin from this base. Base must be on the bottom of the image.
fightCC/Nut
Advanced, Powerful and easy to use ORM for Qt
fightCC/popl
Header-only C++ program options parser library
fightCC/possumwood
Possumwood is a graph-based procedural authoring tool, in concept not dissimilar to popular CG packages like Houdini, Blender or Maya. It is intended to serve as a sandbox for computer graphics algorithms and libraries, providing a user-friendly and coding-free UI for libraries that would otherwise be inaccessible for an average user.
fightCC/QGoodWindow
QGoodWindow - border less window for Qt 5 and Qt 6
fightCC/QImageViewer
An image viewer written in C++ with Qt
fightCC/QMPlay2
QMPlay2 is a video and audio player which can play most formats and codecs.
fightCC/qt_ffmpeg_rtmp_player_demo
qt+ffmpeg(+opengl)实现rtmp/rtsp音视频流播放器demo,功能简单,无锁消费,高性能
fightCC/qt_ffmpeg_rtsp
forked from https://github.com/007LiZhen/FFmpeg-QT-rtsp, update to ffmpeg 6.0
fightCC/QtOpenCV
Qt and OpenCV2 Integration, cv::Mat <==> QImage
fightCC/r3dvis
Visualise r3d::Mesh objects using VTK and other data/view handling functionality.
fightCC/Radium-Engine
Research 3D Engine for rendering, animation and processing
fightCC/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
fightCC/thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
fightCC/uvgRTP
An open-source library for RTP/SRTP media delivery
fightCC/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO