Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/billyfrcs/2dspriteanimation

2D Sprite Animation And Movement.
https://github.com/billyfrcs/2dspriteanimation

2d-game 2danimation animation cpp game game-development graphics graphics-library raylib raylib-cpp spritesheet visual-studio-code

Last synced: 9 days ago
JSON representation

2D Sprite Animation And Movement.

Awesome Lists containing this project

README

        

2D Sprite Animation

![2D Sprite Animation](https://github.com/BillyFrcs/2DSpriteAnimation/blob/main/Assets/Sample/Animation.gif)

Simple and easy 2D Player Animation and Movement Game created from scratch using C++ and [Raylib](https://www.raylib.com/index.html) graphics library.

## Getting Started

Clone this repository and open it up in Visual Studio Code.

```
git clone --recursive https://github.com/BillyFrcs/2DSpriteAnimation.git
```

How to Build the Project ?
#### Windows
```console
> mingw32-make setup
> mingw32-make
```

#### MacOS & Linux
```console
$ make setup
$ make
```

> Get the [Raylib C++](https://github.com/CapsCollective/raylib-cpp-starter) template for making Games from scratch.
\
> Note: Make sure to import the Assets folder in App folder to run the build App if you download from the [Github Action](https://github.com/BillyFrcs/2DSpriteAnimation/actions) build.

## Assets

2D Sprite Sheet from [Kenney.nl](https://www.kenney.nl/)