https://github.com/vishnurajendran/meteor2d
a simple 2D game engine
https://github.com/vishnurajendran/meteor2d
cpp game-engine game-engine-2d meteor meteor2d open-source sdl
Last synced: 3 months ago
JSON representation
a simple 2D game engine
- Host: GitHub
- URL: https://github.com/vishnurajendran/meteor2d
- Owner: vishnurajendran
- License: mit
- Created: 2023-12-12T03:10:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T00:12:39.000Z (11 months ago)
- Last Synced: 2025-03-13T11:45:45.278Z (3 months ago)
- Topics: cpp, game-engine, game-engine-2d, meteor, meteor2d, open-source, sdl
- Language: C++
- Homepage: https://vishnurajendran.github.io/Meteor2D/
- Size: 24.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor 2D 
Meteor is a lightweight 2D game engine designed for simplicity and flexibility in C++. Built on top of SDL (Simple DirectMedia Layer), it provides a clean and intuitive API for game development.

## Features
- **Simple API:** Get started quickly with an easy-to-use C++ API.
- **Extensible:** Customize Meteor2D to the needs of your project.
- **Lightweight:** Focus on essential features for nimble game development.## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/vishnurajendran/Meteor2D.git
```2. Include the Meteor header in your C++ project.
3. Implement your application class by inheriting from `meteor::Application` and defining the necessary methods.
## Documentation
Documentation for Meteor2D can be found [here](https://vishnurajendran.github.io/Meteor2D/)## Disclaimer
- C++20 features are utilized in the development of this project.
- This project is developed using Visual Studio 2019.
- The Meteor 2D Game Engine has been primarily developed and tested on the Windows operating system.Please note that while efforts are made to maintain cross-platform compatibility, the current focus and testing have been on the Windows platform.
## TODO
### Core
- [x] Application and Engine Loop.
- [x] Basic Logging.
- [x] Entities.
- [x] Spatial Entity.
- [x] Renderer and RenderCommands.
- [x] Sprites.
- [x] SpriteSheet Animation.
- [ ] Input System.
- [x] Keyboard Inputs.
- [ ] Mouse Inputs (Parked until UI implementation).
- [x] Scene Serialization.
- [x] Audio.
- [ ] UI System.
- [ ] UI Elements.
- [ ] UI Events.
- [ ] UI serialisation.
- [ ] Gizmos.
- [ ] 2D Physics.### QoL
- [ ] Create a sample game using Meteor.
- [ ] Improve documentation on advanced features.### Planned
- [ ] Meteorite Editor.## License
Meteor is released under the [MIT License](LICENSE).