mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-01 04:10:05 +00:00
Moving over lib gen features to a different repo, changing this repo to just be minimal metadesk lib from raddbg
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
# Metadesk: RAD Debugger's Standalone Fork
|
||||
# Metadesk Library: RAD Debugger's Standalone Fork
|
||||
|
||||
**Note: This repo is under heavy WIP. Currently getting the code from RAD's (Epic Games) Debugger over to a standalone state while at the same time studying it.**
|
||||
|
||||
This is a fork that aims to make the latest version of metadesk available from the [RAD Debugger](https://github.com/EpicGamesExt/raddebugger) accessible as a standalone library.
|
||||
**Update:**
|
||||
This will contain just the minimal lib. Extra additions or the ability to generate variants will be in another repo (Currently removing excess).
|
||||
|
||||
The library will be provided in 3 forms:
|
||||
|
||||
* default: (the way its laid out in this repo)
|
||||
* c11: Setup ergonomically as a c11 library (both segregtated and as a single-header)
|
||||
* cpp17: Setup ergonoically for usage as a C++ 17 library (both segregated and as a single-header)
|
||||
This is a fork that aims to make the latest version of metadesk available from the [RAD Debugger](https://github.com/EpicGamesExt/raddebugger) accessible as a library.
|
||||
|
||||
docs will be updated referencing content procued by Ryan Fleury and content based on studying or resolving this library for this repo.
|
||||
|
||||
@@ -16,5 +13,5 @@ docs will be updated referencing content procued by Ryan Fleury and content base
|
||||
|
||||
* [docs](./docs/Readme.md)
|
||||
* [examples](./examples/Readme.md)
|
||||
* [gen_c11](./gen_c11/Readme.md)
|
||||
* [gen_cpp17](./gen_cpp17/Readme.md)
|
||||
* [gen_c11](./gen_c11/Readme.md) (Remvoing to another repo)
|
||||
* [gen_cpp17](./gen_cpp17/Readme.md) (Removing to another repo)
|
||||
|
||||
Reference in New Issue
Block a user