Skip to content

Commit

Permalink
[Union] Union Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
muczc1wek committed Jan 10, 2025
1 parent 0a9b006 commit 1bedee1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/zengin/union/framework.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Union Framework
Union Framework is a successor of the [Union SDK](./sdk/index.md) - a software development kit for making plugins that interact with ZenGin engine. It is designed to be a simple more modular and improved version of the Union SDK.

!!! Warning
Union Framework is still in development and may not be as easy to set up and use as the Union SDK.

## Documentation
The documentation is available on the [Union Framework Docs](https://union-framework.gitlab.io/docs/) website.
3 changes: 3 additions & 0 deletions docs/zengin/union/sdk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Union SDK is a software development kit for making Union plugins that directly i

Working with Union SDK requires at least basic knowledge of C++ programming. Knowledge of the x86 (32-bit) architecture, dynamically linked libraries, and reverse engineering is also welcomed as we need to understand what the Gothic engine does under the hood to use it effectively.

!!! Warning
Union SDK has been discontinued in favor of the [Union Framework](../framework.md), however, it is still available for download and use.

## Requirements
Union SDK requires Visual Studio IDE, NET Framework 4.7.2, and Visual C++ 2010 libraries. They are available on Microsoft websites:

Expand Down

0 comments on commit 1bedee1

Please sign in to comment.