Initial ideas
This commit is contained in:
parent
270cd130a8
commit
d60e78f47a
20
README.md
20
README.md
|
@ -1,3 +1,19 @@
|
|||
# playaround_ideas
|
||||
# Random Ideas
|
||||
|
||||
This repository is meant to be a list of Things I wanna try and maybe even have some ressources for that too.
|
||||
This repository is meant to be a list of Things I wanna try and maybe even have some ressources for that too.
|
||||
|
||||
|
||||
# Game Engine
|
||||
This holds a list of things I wanna try with making my own game engine
|
||||
|
||||
## C++
|
||||
I wanna learn some Vulkan and probably will use C++ for that, since it makes it easier to find ressources
|
||||
https://vulkan-tutorial.com/
|
||||
|
||||
## C#
|
||||
With Silk.Net I wanna continue on the engine I already started. At least makeing a solar system simulation (planets flying around and such). I don't know if I wanna progess there further or not
|
||||
|
||||
## Rust
|
||||
Making a game Engine in Rust could be fun. I can also incooperate Julia to seperate the backend (rendering) into rust and the frontend (everything else) in Julia.
|
||||
This would be a way to call Julia code in Rust:
|
||||
https://github.com/Taaitaaiger/jlrs
|
Loading…
Reference in New Issue
Block a user