An open API service indexing awesome lists of open source software.

https://github.com/emperoryp7/phoenix-engine

This project aims for making an engine which renders 2D graphics.
https://github.com/emperoryp7/phoenix-engine

engine glfw graphics graphics-engine opengl phoenix-engine

Last synced: about 1 year ago
JSON representation

This project aims for making an engine which renders 2D graphics.

Awesome Lists containing this project

README

          

# Phoenix Engine

[![CodeFactor](https://www.codefactor.io/repository/github/emperoryp7/phoenix-engine/badge)](https://www.codefactor.io/repository/github/emperoryp7/phoenix-engine)
![MSBuild](https://github.com/EmperorYP7/Phoenix-Engine/workflows/MSBuild/badge.svg)

The engine aims for faster 2D rendering using OpenGL (as of now) with Glfw window and ImGui interface.

This engine is inspired by TheCherno's Hazel Engine. The engine uses extensive and core MS Visual C++.

I'll add OpenGL implementations soon. The engine is infant at this stage.

You can access the engine with Microsoft© [Visual Studio Community 2019](https://visualstudio.microsoft.com/downloads/).

The developers using the engine must include the engine's logo in their projects.

![Phoenix](./assets/images/phoenix_engine-shadowed.png?raw=true "Phoenix")

Logo designed by [Shubham Kushwaha](https://www.linkedin.com/in/shubham-kushwaha-2124911aa/).

The engine is more or less a code along of the game engine series of TheCherno.

## How to set up?

1. Clone this repository on to your local machine using `git clone --recursive` to clone all the submodules as well.

2. Run `Generate.bat` file to create the Microsoft Visual Studio solution & project files.

3. Open the `Phoenix.sln` file with Microsoft Visual Studio.

4. Done! :smirk: