Pinned Repositories
15-minute-apps
15 minute (small) desktop apps built with PyQt
3.0_GraphProcessor
由NodeGraphProcessor魔改而来的节点编辑器,MVVM架构
3D
WPF 3D
3D-Electronic-Blocks
Unity 3D Children Education App「基于Android平台的幼儿教育APP——3D电子积木」
3D_Sphere
一个可以通过手势、鼠标、声音控制的3D天气球。Unity3D project to create a 3D Sphere can control by gesture/mouse/voice.
3DMahjong
这个项目是使用unity开发的3d麻将棋牌游戏,参考腾讯的欢乐麻将手游制作。 目前开发的是游戏前端,对游戏采取了抽象,包括 麻将机的抽象,各种打牌动作的解耦,使得在麻将机上的打牌 摸牌, 整理牌,等动作,都分离解耦,和具体的麻将规则不相关,以命令形式驱动各种动作, 之后采用了消息驱动命令,驱动麻将机发动各种动作, 在这个层次之上,再附加麻将规则层,按照一定的地方麻将逻辑,发送动作命令给麻将机,完成整个核心游戏逻辑,按这个框架,可以直接录制一场麻将的打牌录像,只要保存对应动作命令,再重放即可。 涉及到的相关技术和知识点包括了 游戏框架, 图形学方面的内容, 自写shader部分,unity模型的动作制作,ps贴图绘制,美术资源的获取,c#编程,3dmax制作模型,贴图,骨骼动画,资源管理,内存优化
abp
Open Source Web Application Framework for ASP.NET Core
ABP-MicroService
基于abp微服务架构的低代码平台
abp-next-admin
这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
WPFDevelopers
WPF Developers Daily Share 🎉Ongoing update.
oo-simbo's Repositories
oo-simbo/RemoteFFmpegGUI
使用 Vue.js + ASP.NET 搭建的 FFMpeg 的 Web GUI 平台,支持视频转码、拼接视频、合并音视频等操作。并搭配基于 WPF 的 Windows 桌面端。
oo-simbo/ScreenToGif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
oo-simbo/AspectCore-Framework
AspectCore is an AOP-based cross platform framework for .NET Standard.
oo-simbo/FFmpegAndroid
FFmpeg实现音频拼接、混音、均衡器音效;视频裁剪、水印、转码、编解码、转Gif动图;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL滤镜特效,视频拍摄。音视频学习路线,音视频知识总结、流媒体协议
oo-simbo/OpcHelper
Opc UA DA 整合 方便使用
oo-simbo/Sdcb.FFmpeg
FFmpeg basic .NET API generated by CppSharp
oo-simbo/awesome-abp
Resources for abp.io - a modular application framework for .net core
oo-simbo/Fantasy.Wpf.NodeEditControl
oo-simbo/TikTokDownload
抖音去水印批量下载用户主页作品、喜欢、图文、音频
oo-simbo/diffusers
oneflow fork of 🤗 Diffusers
oo-simbo/stable-diffusion
A latent text-to-image diffusion model
oo-simbo/grbl
An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
oo-simbo/transformers
OneFlow fork of 🤗 Transformers
oo-simbo/Wei.Repository
基于.Net6,EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据库,多DbContext
oo-simbo/NodeGraphProcessor
Node graph editor framework focused on data processing using Unity UIElements and C# 4.6
oo-simbo/helix-toolkit
Helix Toolkit is a collection of 3D components for .NET.
oo-simbo/Macad3D
Free and OpenSource 3D Construction Tool
oo-simbo/AvalonEdit
The WPF-based text editor component used in SharpDevelop
oo-simbo/DEM.Net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
oo-simbo/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
oo-simbo/yolov5-flask
a demo use yolov5 with flask
oo-simbo/skiasharp-samples
The samples for the SkiaSharp repository.
oo-simbo/UI.Windows-submodule
oo-simbo/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
oo-simbo/BabylonBlazor
This library packages the well-known Java Script 3D library [Babylon.js](https://www.babylonjs.com/) into a Razor component that can be used in a C# Blazor project. .NET 5.0/6.0 required.
oo-simbo/Blazor.Diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
oo-simbo/MessagePipe
High performance in-memory/distributed messaging pipeline for .NET and Unity.
oo-simbo/geometry3Sharp
C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
oo-simbo/Chromely
Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
oo-simbo/yolov7-opencv-onnxrun-cpp-py
分别使用OpenCV、ONNXRuntime部署YOLOV7目标检测,一共包含14个onnx模型,依然是包含C++和Python两个版本的程序