Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 859 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 859 Bytes

Usaneo Multiplatform 2D & 3D Game Engine

Current Limitations Engine Or Function is not Implemented

  • UI
  • Animation
  • Physics
  • Multiplayer
  • Networking
  • Rendering
  • Input
  • Graphics
  • Audio

How to Contribute Engine?

  1. Fork the repository on GitHub.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes using a descriptive commit message.
  4. Push your changes to your branch on GitHub.
  5. Open a pull request to the main branch.
  6. Implement Function or Main Functions of Engine

How to Run Engine?

  1. Clone the repository on your local machine.
  2. Install the required dependencies using SDL 2.
g++ -I src/include -L src/lib -o main main.cpp -lmingw32 -lSDL2main -lSDL2
  1. Run the engine using the compiled executable.