readme
This commit is contained in:
		
							parent
							
								
									7b21fdf962
								
							
						
					
					
						commit
						a8229eedb1
					
				
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					.obsidian/*
 | 
				
			||||||
 | 
					.vscode/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ---> Rust
 | 
					# ---> Rust
 | 
				
			||||||
# Generated by Cargo
 | 
					# Generated by Cargo
 | 
				
			||||||
# will have compiled files and executables
 | 
					# will have compiled files and executables
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							@ -1,3 +1,13 @@
 | 
				
			|||||||
# egui-circles
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Immediate Mode GUI app, with basic simulation of a perfectly elastic collision between balls
 | 
					Immediate Mode GUI app with naive visualisation for elastic balls collisions.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Build & run 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install rust
 | 
				
			||||||
 | 
					cargo run --package=egui-circles                               # build & run
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# HowTo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Detailed information on how to use [egui](https://github.com/emilk/egui) rust library can found [here](https://egui.info/).  
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user