Skip to content

Commit

Permalink
Add features
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyas-taouaou committed Oct 30, 2024
1 parent 0556237 commit 68601d2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# Codotaku Game Engine
A game engine made using Rust programming language and modern Vulkan 1.3 graphics API live on [YouTube](https://www.youtube.com/watch?v=UQVfHEyRTGE&list=PLlKj-4rp1Gz3YDKMnpQ0EWTtxQM5y9SRU) with modern features like dynamic rendering.

A game engine made using Rust programming language and modern Vulkan 1.3 graphics API live
on [YouTube](https://www.youtube.com/watch?v=UQVfHEyRTGE&list=PLlKj-4rp1Gz3YDKMnpQ0EWTtxQM5y9SRU) with modern features
like dynamic rendering.
Focusing on performance, cutting edge technology and developer experience more than compatibility.

Features:

- Multi window support.
- Resolution scaling.

## Compatibility

Windows or Linux with Vulkan API 1.3 capable GPU driver with the following features:

- dynamic_rendering
- synchronization2
- buffer_device_address
- buffer_device_address_capture_replay (debug only)
- descriptor_indexing
- scalar_block_layout

## Contributions

Contributions are welcome especially bug fixes, will reviewed in the next live streams.

0 comments on commit 68601d2

Please sign in to comment.