Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steviegt6/holocure-net
https://github.com/steviegt6/holocure-net
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steviegt6/holocure-net
- Owner: steviegt6
- Created: 2022-07-27T02:35:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T04:58:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T20:44:01.765Z (over 1 year ago)
- Language: C#
- Size: 6.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HoloCure.NET
> [\[discord\]](https://discord.gg/KvqKGQNbhr)
Fun little passion project I'm working.
## Projects
Several different projects with varying purposes are unified here.
| Project | Purpose |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `HoloCure.Registry` | Minecraft-like registry system. |
| `HoloCure.Logging` | Simple and extendable logging library. |
| `HoloCure.EventBus` | Relatively speedy EventBus implementation. |
| `HoloCure.Loader` | Abstractions for loading assemblies at runtime as if they were project dependencies (including support for resolving their NuGet and project dependencies). |
| `HoloCure.Reflection` | Powerful tools for quick-and-easy reflection and method generation at runtime. |
| `HoloCure.Core` | Very rough "game framework", mostly featuring some abstractions and frameworks build upon FNA. |
| `HoloCure.NET` | A rough port of [HoloCure](https://kay-yu.itch.io/holocure) build on `HoloCure.Core`. |
| `HoloCure.NET.Desktop` | Various desktop-specific implementations designed to allow `HoloCure.NET` to run in a desktop environment. |