Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/billyfrcs/2dspriteanimation
- Owner: BillyFrcs
- License: zlib
- Created: 2022-02-20T17:06:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T00:20:42.000Z (about 2 years ago)
- Last Synced: 2024-11-08T08:40:20.835Z (12 days ago)
- Topics: 2d-game, 2danimation, animation, cpp, game, game-development, graphics, graphics-library, raylib, raylib-cpp, spritesheet, visual-studio-code
- Language: C++
- Homepage:
- Size: 5.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)