RushilKoul / Orbital

A 2D/3D game engine im working on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrbitalLogo

A fast, reliable and easy to use and game engine.

forthebadge forthebadge forthebadge forthebadge

LicenseHelp Server

About

Orbital is meant to be a powerful, yet simple 2D and 3D game engine. It started as a C++ and Direct3D project, though I decided to move it to Java and LWJGL. The engine is under development and all support/and or contribution is very welcome!

How to use it

Setting Orbital up is pretty simple. To set up Orbital you need to:

  1. Clone the repository into a folder.
  2. Open it with your IDE or Code Editor of choice (personally, I use IntelliJ Idea)
  3. Run the `Main.java` file.
  4. Enjoy!

Do note that Orbital is in its early development stages, so there isn't really much you can do with it. At the time of writing, you can render a window and get mouse input. If you want to make any sort of game using Orbital currently, you need to do all the logic in the loop function of the window class.

Help

If you have any inquiries or want any help about the engine, feel free to contact me on discord! My user tag is #6799 and my username is Yeff-Chan. You can also visit the support server, which is linked at the top of this readme.

About

A 2D/3D game engine im working on

License:MIT License


Languages

Language:Java 100.0%