Skip to content

Commit

Permalink
Updated Sphynx/Sphynx Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSphynxoid committed Apr 15, 2024
1 parent 29f9aeb commit ab6d0fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sphynx/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# **Sphynx Framework**
This is the Core of the Sphynx Engine, It exposes interfaces and implements all the core fonctionality for the Game Engine (Graphics, Input, Scripting with mono, and in the future Audio, Asset Pipeline)
## **Graphics**
## **Scripting**
The Framework currently uses mono to support scripting.
The ScriptAssembly project is the interface between Managed and Core. It's exposes functionality as Internal Calls (Check [Embedded Mono](https://www.mono-project.com/docs/advanced/embedding/) for details)
Right now, on the core side it's kind of ugly and may be refactored but the Managed side will stay same.
There is also plans to interop with the component system of Core after i finalize the design.

0 comments on commit ab6d0fc

Please sign in to comment.