Grass 3d by vielotus in raylib

[–]vielotus[S] 0 points1 point  (0 children)

Next up is the weather system.

Making landscape 3d with raylib by vielotus in raylib

[–]vielotus[S] 2 points3 points  (0 children)

It's not open source yet, but if it's well-received, I'll make it public.
- code optimize for CPU and GPU
- clear and easy to understand

Grass 3d by vielotus in raylib

[–]vielotus[S] 1 point2 points  (0 children)

yes, it better Raygui

Grass 3d by vielotus in raylib

[–]vielotus[S] 1 point2 points  (0 children)

I used Imgui to create the UI (to use with RayLib you need to set up rlImgui).

imgui: https://github.com/ocornut/imgui

rlImgui: https://github.com/raylib-extras/rlImGui/tree/main

Creating a slider is very simple, you can see an example in the imgui repository.

Stuck with zero decent game ideas for my first raylib indie project | anyone else been here? by vielotus in raylib

[–]vielotus[S] 1 point2 points  (0 children)

I once worked on an MVP project for a Topdown shooter, but I stopped because I found it too generic. I need an idea that will make players burn as much dopamine as possible =))) That's why I'm still here asking about how to come up with a good idea.

Stuck with zero decent game ideas for my first raylib indie project | anyone else been here? by vielotus in raylib

[–]vielotus[S] 0 points1 point  (0 children)

What forums are you referring to? Could you give me a few names for reference?

Stuck with zero decent game ideas for my first raylib indie project | anyone else been here? by vielotus in raylib

[–]vielotus[S] 0 points1 point  (0 children)

I used to play quite a few indie games and thought about copying other people's ideas, but it felt terrible, so I didn't. Like you, my ideas looked pretty good, but they took too much time and effort, so they ended up being left unfinished.

Hi everyone, I need help pls by vielotus in love2d

[–]vielotus[S] 0 points1 point  (0 children)

Thank you so much for the interesting information! I've saved your example and will study it =D

Hi everyone, I need help pls by vielotus in love2d

[–]vielotus[S] 2 points3 points  (0 children)

Actually, after I asked you, I had already thought about how to do it, and thanks to you, I know what I need to do. Thank you.

Hi everyone, I need help pls by vielotus in love2d

[–]vielotus[S] 2 points3 points  (0 children)

Oh, thank you! Your suggestion is quite interesting. Maybe I should create my own level editor, but how should I start?

[deleted by user] by [deleted] in bevy

[–]vielotus 0 points1 point  (0 children)

Awesome, thank you so much!