-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
## Info | ||
**wxpg** is a custom-tailored game engine, built on top of wgpu.\ | ||
This project serves as a continuation of [vox](https://github.com/goldeneas/vox), in which game code was part of the engine.\ | ||
This project serves as a continuation of [vox](https://github.com/goldeneas/vox), which was more focused on voxel rendering. | ||
|
||
## Status | ||
**wxpg** is currently provides a series of thin abstractions\ | ||
over popular libraries such as egui, egui_plot, glyphon, and wgpu.\ | ||
There are no examples yet! | ||
|
||
## Features | ||
- Integration with bevy_ecs | ||
- Integration with egui + glyphon | ||
- Instanced rendering support | ||
- Multi indirect indexed rendering support | ||
|
||
## License | ||
This work is marked with CC0 1.0. |