Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraaven authored Jul 25, 2024
1 parent d5d857f commit 8d13836
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# RayGame
simple game made with Raylib

# RayEngine

I wanted some good practice with C#, like pure C#, but i never figured out a good way to go about it. Eventually, i figure out i could pickup either OpenGL or RayLib and create something like a wrapper for it to make a "Game Framework"

## Implementation
- Now technically, Raylib is a Game framework in iself, it does not need to be built on any further to be used.
- However, me being used to Unity's style of things, i decided to try adding a Unity like GameObject - Component System on top of RayLib, so its more friendly to use in terms of being a game engine.

- Feel free to browse the documentation for the framework [here](https://kraaven.github.io/RayEngine/), and do give me feedback if ur free.

- I dont intend to continue working on this engine, but i consider its core features complete, it being able to render "Meshs" and have Colliders.

0 comments on commit 8d13836

Please sign in to comment.