No description
  • Rust 88.3%
  • GLSL 11.7%
Find a file
2022-02-09 18:30:23 +01:00
meshes tweak brush sizes 2022-01-22 08:12:17 +01:00
shaders hacky fix 2022-02-09 08:14:29 +01:00
src fix subtraction w overflow 2022-01-22 08:43:49 +01:00
.gitignore add smoothing to the polygon strip 2021-10-19 19:53:38 +02:00
Cargo.lock make ssbo drop work on single threaded system 2022-01-15 13:31:45 +01:00
Cargo.toml make ssbo drop work on single threaded system 2022-01-15 13:31:45 +01:00
glslangValidator.exe add shader validation 2021-12-16 07:15:47 +01:00
LICENSE Add files via upload 2022-02-09 18:30:23 +01:00
README.md Update README.md 2022-02-09 17:50:22 +01:00

country-slice

My small hobby toy project, written in Rust language with Bevy's ECS and OpenGL (gl-rs and glutin).

Build and Run

  1. download the repo
  2. cd to the country-slice directory
  3. execute cargo run --release, this will build and run the app

References