Pinned Repositories
androidkickstartr
AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
boost-python-tutorial
Working code from the "Embedding Python in C++ Applications with boost::python" tutorial
BorderlessWindow
CuteLogger
Logger: simple, convinient and thread safe logger for Qt-based C++ apps
cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
doubanfm-qt
A DoubanFM client
krdc
Remote Desktop Client
MAF3
A software application framework for the rapid development of computer aided medicine applications
MapGraphics
A tile-based "slippy map" library written in/for C++/Qt. It's meant to enable C++/Qt developers to easily add nice, interactive maps to their applications. Supports zooming, rotating, interactive custom map objects, transparency, etc. It is a Qt map widget that can use tiles from MapQuest, Openstreetmap, or a custom source you define.
UnrealQt
Integrate Qt into Unreal Engine
examyes's Repositories
examyes/BigWorld-Engine-14.4.1
BigWorld OSE 2014
examyes/BigWorld-Engine-2.0.1
BigWorld Engine 2012 v2.0.1 vc2008sp1
examyes/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
examyes/cesium-unreal
Bringing the 3D geospatial ecosystem to Unreal Engine
examyes/cmake-project-template
This project is aimed at jump-starting a C/C++ project that can build libraries, binaries and have a working unit test suite. It uses CMake build system and is deliberately completely minimal.
examyes/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
examyes/cpp_starter_project
A template CMake project to get you started with C++ and tooling
examyes/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
examyes/cyclonedds
Eclipse Cyclone DDS project
examyes/DARTH
DATASETS FOR WHOLE E-ARTH
examyes/Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
examyes/faceswap
Deepfakes Software For All
examyes/fanhaodaquan
番号大全。
examyes/iSpy
Open source surveillance software
examyes/lct-tracker
LCT2.0 in IJCV 2018
examyes/libcds
A C++ library of Concurrent Data Structures
examyes/linux
Linux kernel source tree
examyes/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
examyes/LuaMachine
Unreal Engine Plugin for Lua APIs implementation
examyes/LuisaCompute
High-Performance Rendering Framework on Stream Architectures
examyes/machineid
Get the unique machine id of any host (without admin privileges)
examyes/meson-sample-project
A sample project that uses the meson build system and integrates common c++ development tools.
examyes/NLP_ability
总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力
examyes/PID
PID controller implementation written in C.
examyes/portico
Portico is an open source, cross-platform, fully supported HLA RTI implementation. Designed with modularity and flexibility in mind, Portico is a production-grade RTI for the Simulation and Training Community, so come say hi!
examyes/ProceduralMeshDemos
Examples of procedural mesh generation in Unreal 4.
examyes/processhacker
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.
examyes/x64dbg
An open-source x64/x32 debugger for windows.
examyes/xiangshi
中文文本相似度计算器
examyes/yolov5-dnn-cpp-python
用opencv的dnn模块做yolov5目标检测,包含C++和Python两个版本的程序