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/ShaderGen
Proof-of-concept library for generating HLSL, GLSL, and Metal shader code from C#,
mellinoe/CrazyCore
Repository containing the game assets and code for Crazy Core
mellinoe/ge
A general-purpose 3D game engine with editor, built with .NET Core
mellinoe/veldrid-raytracer
A C# ray tracer, capable of running on both the CPU and GPU.
mellinoe/vk
Low-level Vulkan bindings for .NET.
mellinoe/veldrid-samples
Sample projects for Veldrid
mellinoe/nativelibraryloader
A .NET Standard library for loading native shared libraries and retrieving function pointers.
mellinoe/synthapp
Experimental audio sequencer with .NET Core
mellinoe/assemblybrowser
A GUI-based CIL browser running on .NET Core
mellinoe/ecs
Trying out an experimental ECS with real ECS principles
mellinoe/veldrid-docs
Documentation site for Veldrid
mellinoe/Vx
Experimenting with an easy-to-use immediate mode 3D renderer
mellinoe/assimp-net
Automatically exported from code.google.com/p/assimp-net
mellinoe/Snake
Snake
mellinoe/Veldrid.TinyDemo
A minimal demo project using Veldrid
mellinoe/nexscenegraph
A New EXperimental Scene Graph in .NET Core
mellinoe/Veldrid-Legacy
Repository containing old branches of Veldrid
mellinoe/discoverdotnet
A web site that helps you discover awesome .NET open source and community resources
mellinoe/VeldridNSViewExample
A basic example showing how to use Veldrid to render into an NSView.
mellinoe/bepuphysics1
Pure C# 3D real time physics simulation library. Repo contains only the 1.X.X versions.
mellinoe/cimgui
c-api for imgui (https://github.com/ocornut/imgui)
mellinoe/docfx-test-repo
Testing docfx site
mellinoe/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
mellinoe/mellinoe.github.io
My personal site.
mellinoe/MoltenVK
MoltenVK is an implementation of the high-performance, industry-standard Vulkan graphics and compute API, that runs on Apple's Metal graphics framework, bringing Vulkan compatibility to iOS and macOS.
mellinoe/MoverBots
A small AI game based very loosely on the taxicab domain (https://soar.eecs.umich.edu/articles/downloads/domains/177-taxi)
mellinoe/UnitsNet
Makes life working with units of measurement just a little bit better.
mellinoe/Vd2
mellinoe/veldridcpp
Archived source code from an experimental C++ backend for Veldrid, using Vulkan.
mellinoe/Vulkan
Examples and demos for the new Vulkan API