ewc-graphics-engine
v1.0.0
Published
This is a personal project i decided to take on as a challenge. It consists of a simple 2D graphics engine with basic functionality for creating simply 2D games. In the future, it may serve as the foundation for a complete application with a graphical
Readme
EWC - Graphics Engine 2D
This is a personal project i decided to take on as a challenge. It consists of a simple 2D graphics engine with basic functionality for creating simply 2D games.
In the future, it may serve as the foundation for a complete application with a graphical interface or a more advanced graphics engine.
Features
- Basic rendering of 2D shapes.
- Foundation for game logic integration.
- Simple project structure for easy extension
Getting Started
Prerequisites
Make sure you have Node.js and npm installed on your system.
Installation
- Clone this repository.
- Install dependencies:
npm install- Run the development server:
npm run dev- Open your browser and go to
http://localhost:5173
💡 For now, the project only includes a basic render test.
