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

https://github.com/calbabreaker/crile

WIP cross-platform general-purpose game engine.
https://github.com/calbabreaker/crile

ecs game game-engine rust wgpu

Last synced: 12 months ago
JSON representation

WIP cross-platform general-purpose game engine.

Awesome Lists containing this project

README

          

# Crile Engine

Crile is a WIP cross-platform general-purpose game engine.

![2024-04-05_14-30](https://github.com/Calbabreaker/crile/assets/57030377/550316f6-0341-4dc7-ac54-8cb355f359d0)

## Features (more soon)

- Entity component system
- 2D rendering
- Lua scripting

## Developing

This builds and runs the crile editor application:

```sh
cargo run
```