Pinned Repositories
BindingAndMvvm
徒手实现BaseViewModel, RelayCommand, 和方便的ValueConverter, 中文请看https://www.bilibili.com/video/av87157038/
Check
CSharp C# library for Cyclic Redundancy Check CRC
LoongCalc
一个C#逆波兰表达式解任意数学表达式的WPF计算器,MVVM模式的实践项目,前置项目为基础框架开发LoongCore,视频版教程在B站
LoongCore
个人手撸框架, 并通过单元测试来了解MVVM的内涵,后置项目WPF计算器也已经完工,视频版见B站香辣恐龙蛋
LoongEgg.LoongChart.Demo
图表库使用示例
LoongEgg.LoongLog
一个简单实用的Logger工具,欢迎体验!最低支持.Net4.5和.NetCore2.0
LoongEgg.MvvmCore
一个跨平台和跨框架的MVVM核心框架,最低依赖为.Net4.5和.NetStandard(.NetCore2.0 & .Net4.6.1)
LoongEgg.UdpCore
使用Json进行配置的Udp收发器 An Udp Sender & Receiver using json file to configure
LoongKeys
WPF版的键盘指示器 A WPF application of low-level keyboard hook(or keyboard indicator/monitor, use NONE 3rd party dependency)
LoongLog
一个可以在控制台(彩色)、输出(彩色)、文件同时记录的Log日志,视频教程在B站香辣恐龙蛋。A log for c# with colorful output/console and file recorder.
loongEgg's Repositories
loongEgg/LoongEgg.UdpCore
使用Json进行配置的Udp收发器 An Udp Sender & Receiver using json file to configure
loongEgg/Check
CSharp C# library for Cyclic Redundancy Check CRC
loongEgg/LoongEgg.github.io
loongEgg/AE450
loongEgg/ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
loongEgg/betaflight
Open Source Flight Controller Firmware
loongEgg/bldc
the vesc firmware fit to my bldc hardware
loongEgg/BrushlessFoc
A simple Brushless Motors FOC Driver
loongEgg/BrushlessFoc_Hardware
loongEgg/Chart
loongEgg/CLan
loongEgg/CLanLog
新手的第一个C语言学习教程,B站/微信-香辣恐龙蛋(获取视频、文字版免费教程)
loongEgg/Communication
loongEgg/Converters
Common instances of IValueConverter for WPF, can be used directly in xaml as MarkupExtension.
loongEgg/Core
Mvvm framework with BindableObject, DelegateCommand and IoC Container
loongEgg/Data
loongEgg/FMT-Firmware
FMT Autopilot Embedded System
loongEgg/FundamentalsOfC
C语言基础, Fundamentals of C Language?
loongEgg/Geographical-Adventures
loongEgg/godot-engine.easy-charts
A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
loongEgg/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
loongEgg/Log
Cross platform log tool , contains debug, console and file loggers.Lowest target framework is netcore3.1 or net4.5
loongEgg/LoongCrc
loongEgg/MvvmNet
loongEgg/Protocol
Protocol for communication, for example UDP.
loongEgg/PX4-Autopilot
PX4 Autopilot Software
loongEgg/SharpExtensions
Extension method for basic c# types, for example UInt16, string and Stream. C#基础类的扩展方法
loongEgg/Timer
Hight accurate timer of c# on windows, in my computer the resolution is micro seconds(us) of a 100Hz(10ms) timer
loongEgg/Udp
Bindable UDP Client can used in WPF as ViewModel of MVVM
loongEgg/vio_data_simulation
Generate imu data and feature in camera frame. You can use this data to test your VINS.