Files
playaround_ideas/README.md
2025-05-15 11:08:03 +02:00

38 lines
1.9 KiB
Markdown

# Random Ideas
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
# Linux Ricing
A list of ideas for customising Linux. [Here](https://github.com/fosslife/awesome-ricing) is a repo with a lot of stuff.
[This](https://github.com/avtzis/awesome-linux-ricing?tab=readme-ov-file#cursor) has even more and also a section for gui stuff
- A bar at the top which could look sick -> https://github.com/polybar/polybar
- Another bar that also looks sick -> https://github.com/Alexays/Waybar
- interesting way to interact with the OS and open programs -> https://github.com/kando-menu/kando
- Music Player -> https://github.com/neithern/g4music
- Another Music Player -> https://github.com/cococry/lyssa
- Game Launcher -> https://github.com/kra-mo/cartridges
- Window Manager -> Hyprland
- ImageViewr -> Loupe (maybe search for a non gnome alternative?)
- Wallpapers chooser -> Waypaper
- Wallpaper engine -> Hyprpaper (waypaper needs something like this)
- Terminal autocomplete (also called prompt) -> Starship (https://starship.rs/)
- PulseAudio (https://www.freedesktop.org/wiki/Software/PulseAudio/)
- App-Launcher -> Rofi (extensive themes: https://github.com/adi1090x/rofi)
- Powerbar -> Also some themes in the link above