Pinned Repositories
ImGui.NET
An ImGui wrapper for .NET.
CrazyCore
Repository containing the game assets and code for Crazy Core
ge
A general-purpose 3D game engine with editor, built with .NET Core
nativelibraryloader
A .NET Standard library for loading native shared libraries and retrieving function pointers.
opentk
This Open Toolkit library is a fast, low-level C# wrapper for OpenGL and OpenAL. It can be used standalone or inside a GUI on Windows, Linux, Mac, Android and iOS.
ShaderGen
Proof-of-concept library for generating HLSL, GLSL, and Metal shader code from C#,
veldrid-raytracer
A C# ray tracer, capable of running on both the CPU and GPU.
veldrid-samples
Sample projects for Veldrid
vk
Low-level Vulkan bindings for .NET.
veldrid
A low-level, portable graphics library for .NET.
mellinoe's Repositories
mellinoe/opentk
This Open Toolkit library is a fast, low-level C# wrapper for OpenGL and OpenAL. It can be used standalone or inside a GUI on Windows, Linux, Mac, Android and iOS.
mellinoe/coreui
A libui wrapper for .NET Core
mellinoe/Veldrid.TextRendering
Text rendering with Veldrid and SharpFont
mellinoe/corebuild
A minimal configuration for creating a .NET Core console application using a regular MSBuild csproj
mellinoe/bootstrap
Helper script for bootstrapping .NET Core on new platforms
mellinoe/coretemplate
A simple template for building .NET Core libraries and applications using MSBuild
mellinoe/ImageSharp
:camera: A cross-platform library for the processing of image files; written in C#
mellinoe/mos6502
MOS Technology 6502 CPU emulator
mellinoe/SharpFont
Pure managed TTF / OTF reader and renderer.
mellinoe/Veldrid.Collections
A set of experimental, low-level collections.
mellinoe/ImageProcessor
:camera: A cross-platform library for processing of image files written in C#
mellinoe/Avalonia
A multi-platform .NET UI framework (formerly known as Perspex)
mellinoe/buildtools
Build tools that are necessary for building the .NET Core projects
mellinoe/CecilRepro
Repro code for Cecil Issue
mellinoe/ci-test-project
Figuring out how to work with AppVeyor
mellinoe/cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
mellinoe/core-setup
Installer packages for the .NET Core runtime and libraries
mellinoe/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
mellinoe/corefx
This repository contains the foundational libraries that make up the .NET Core development stack.
mellinoe/corefx-testdata
Test assets that are required by the corefx repository, and referenced as nuget packages.
mellinoe/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
mellinoe/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
mellinoe/dotnet-ci
Repository containing scripting for the dotnet-ci Jenkins instance.
mellinoe/NetworkInformation.Samples
Dumping ground for System.Net.NetworkInformation samples / manual tests
mellinoe/opencvsharp
.NET Framework wrapper for OpenCV
mellinoe/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
mellinoe/Veldrid.SDL2
C# SDL2 Bindings
mellinoe/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
mellinoe/Wire
Binary serializer for POCO objects
mellinoe/XmlSerializerPerf