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.
- Host: GitHub
- URL: https://github.com/calbabreaker/crile
- Owner: Calbabreaker
- License: lgpl-2.1
- Created: 2023-08-21T23:42:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T05:16:11.000Z (over 1 year ago)
- Last Synced: 2025-03-27T08:03:24.953Z (over 1 year ago)
- Topics: ecs, game, game-engine, rust, wgpu
- Language: Rust
- Homepage:
- Size: 418 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crile Engine
Crile is a WIP cross-platform general-purpose game engine.

## Features (more soon)
- Entity component system
- 2D rendering
- Lua scripting
## Developing
This builds and runs the crile editor application:
```sh
cargo run
```