Skip to content
/ MPF Public
forked from sunnycase/MPF

A GUI Framework for .Net Core / 运行于 .Net Core 的 GUI 框架

Notifications You must be signed in to change notification settings

qcjxberin/MPF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moe Presentation Framework


AppVeyor

A WPF-alike GUI Framework for .Net Core.

Screenshots

image

Features

Rendering

  • 2D / 3D Object Rendering
  • Vector Geometry Rendering (Line, Arc, Bezier)
  • Vector Font Rendering

Input

  • Generic HID (Human Interface Device) Support

Supported Platform

  • Windows XP and newer

Rendering Backend

  • Direct3D 9 With Shader Model 2.0 (ps_2_a)
  • Direct3D 11
  • OpenGL 2.0 (Planning)

Build

  • Git clone
  • Build in VS2017 RC

类 WPF 的 GUI 框架,运行于 .Net Core

特性

渲染

  • 2D / 3D 对象渲染
  • 矢量图形渲染 (Line, Arc, Bezier)
  • 矢量字体渲染

输入

  • 通用 HID (人机接口设备) 支持

支持的平台

  • Windows XP 及以上

渲染后端

  • Direct3D 9 With Shader Model 2.0 (ps_2_a)
  • Direct3D 11
  • OpenGL 2.0 (计划中)

编译

  • Git clone
  • 使用 VS2017 RC 生成

About

A GUI Framework for .Net Core / 运行于 .Net Core 的 GUI 框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.4%
  • C++ 39.1%
  • HLSL 1.9%
  • C 0.6%