fengxingdy

fengxingdy

Geek Repo

Github PK Tool:Github PK Tool

fengxingdy's starred repositories

FUXA

Web-based Process Visualization (SCADA/HMI/Dashboard) software

Language:TypeScriptLicense:MITStargazers:2491Issues:0Issues:0

runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

Language:C#License:MITStargazers:14560Issues:0Issues:0

ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.

Language:C#License:Apache-2.0Stargazers:2523Issues:0Issues:0

cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.

Language:C++Stargazers:18024Issues:0Issues:0

Silk.NET

The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.

Language:C#License:MITStargazers:3893Issues:0Issues:0

veldrid

A low-level, portable graphics library for .NET.

Language:C#License:MITStargazers:2433Issues:0Issues:0

libmodbus

A Modbus library for Linux, Mac OS, FreeBSD and Windows

Language:CLicense:LGPL-2.1Stargazers:3295Issues:0Issues:0

fruit

Fruit, a dependency injection framework for C++

Language:C++License:Apache-2.0Stargazers:1773Issues:0Issues:0

oxyplot

A cross-platform plotting library for .NET

Language:C#License:MITStargazers:3202Issues:0Issues:0

CppSharp

Tools and libraries to glue C/C++ APIs to high-level languages

Language:C#License:MITStargazers:3032Issues:0Issues:0

brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".

Language:C++License:Apache-2.0Stargazers:16046Issues:0Issues:0

Calcium

Calcium is a zero-dependency cross-platform application framework for creating UWP, WPF, and Xamarin applications. It provides much of what you need to rapidly create sophisticated yet maintainable applications.

Language:C#License:MITStargazers:35Issues:0Issues:0

nodejstools

Node.js Tools for Visual Studio

Language:C#License:Apache-2.0Stargazers:1792Issues:0Issues:0

NETworkManager

A powerful tool for managing networks and troubleshoot network problems!

Language:C#License:GPL-3.0Stargazers:5718Issues:0Issues:0

sokit

Sokit is a TCP & UDP package send / receive / transfer tool

Language:C++License:GPL-3.0Stargazers:1172Issues:0Issues:0

wireshark

Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.

Language:CLicense:GPL-2.0Stargazers:6900Issues:0Issues:0

DrawingBoard

NJU_Graphics_Homework / 计算机图形学课程大作业

Language:C++Stargazers:61Issues:0Issues:0

heap_history_viewer

A program to draw rectangles from heap traces.

Language:C++License:NOASSERTIONStargazers:132Issues:0Issues:0

12306

12306智能刷票,订票

Language:PythonLicense:MITStargazers:33738Issues:0Issues:0

OpenXLSX

A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.

Language:C++License:BSD-3-ClauseStargazers:1267Issues:0Issues:0

obs-studio

OBS Studio - Free and open source software for live streaming and screen recording

Language:CLicense:GPL-2.0Stargazers:57273Issues:0Issues:0

ShareX

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

Language:C#License:GPL-3.0Stargazers:28494Issues:0Issues:0

ash-engine

A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.

Language:C++License:MITStargazers:79Issues:0Issues:0

LibreCAD

LibreCAD is a cross-platform 2D CAD program written in C++17. It can read DXF/DWG files and can write DXF/PDF/SVG files. It supports point/line/circle/ellipse/parabola/spline primitives. The user interface is highly customizable, and has dozens of translations.

Language:C++License:NOASSERTIONStargazers:4194Issues:0Issues:0

FreeCAD

This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.

Language:C++License:NOASSERTIONStargazers:18255Issues:0Issues:0

openscad

OpenSCAD - The Programmers Solid 3D CAD Modeller

Language:C++License:NOASSERTIONStargazers:6625Issues:0Issues:0

SpiritClient

SpiritClient是一款基于Qt的、开源的中南大学电信光纤上网客户端

Language:C++License:GPL-2.0Stargazers:6Issues:0Issues:0

QQrobot

QQrobot是用C++语言开发设计,程序界面、网络通迅等模块使用了Qt,Qt是开源的,跨平台C++程序图形界面框架库,QQrobot具备跨平台特性,可在linux、MAC OS以及Windows等操作系统中运行,集成开发编译环境请到 http://qt-project.org/ 下载。 QQrobot基于腾讯公司WebQQ协议实现,可以向QQ群或者是个人自动发送信息。分为两个部分,QQ主体和robot插件。QQ主体解析WebQQ协议,负责QQ号码登录,信息接收和发送功能。robot分析聊天内容,跟据聊天内容智能做出回应。 QQ主体窗口内,可监控显示聊天信息、好友列表、群列表和机器人列表。为QQ群或者个人指定随意多个机器人为之提供服务。也提供了信息发送功能,可随时向QQ群或者个人发送信息。 robot插件,使用Qt5的plugin技术,可单独开发,编译后拷贝到plugins目录中,QQ主体自动识别安装运行。robot插件只要完成接口RobotInterface内的name和listenandsay方法就ok,name返回robot的名子,listenandsay的参数是收到的聊天内容和发送者信息,返回值是robot回应信息。

Language:C++License:LGPL-2.1Stargazers:455Issues:0Issues:0

QHeatMap

Generate Heat map in Qt.

Language:C++License:MITStargazers:82Issues:0Issues:0

ICD_Creator

IEC61850 ICD file Creator and Editor by Qt

Language:C++Stargazers:12Issues:0Issues:0