Modularize + Refactoring code
This commit is contained in:
parent
813280350f
commit
00ab67b212
23 changed files with 2001 additions and 87 deletions
11
src/main.rs
11
src/main.rs
|
@ -1,16 +1,7 @@
|
|||
mod render;
|
||||
mod entities;
|
||||
mod math;
|
||||
|
||||
use entities::Entity;
|
||||
use entities::Player;
|
||||
use render::debug;
|
||||
use render::vulkan::test;
|
||||
use engine_core::test;
|
||||
|
||||
fn main() {
|
||||
// let mut player = Player::new();
|
||||
// debug(&player);
|
||||
// player.get_transform().translate(10.0, 20.0);
|
||||
// debug(&player);
|
||||
test();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue