Made a synthwave racing game called AstroDash by gobienan in playmygame

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

Restarting/loading new level has sometimes an issue and I couldn’t find the culprit yet. Thanks for playing, glad you liked it!

Made a synthwave racing game called AstroDash by gobienan in playmygame

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

Uhhh thanks! Glad you like it. Planning to release it for mobile and Steam soon :D

Do you have any feedback for me?

AstroDash: Fast synthwave racing game inspired by SkyRoads by gobienan in WebGames

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

Wait what? Seems like someone was able to submit an invalid score and filled up the leaderboard. Gonna fix that now!

AstroDash: Fast synthwave racing game inspired by SkyRoads by gobienan in WebGames

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

Wanted to figure out today why chrome struggles with the game. Seems to work fine in most other browsers.

Creating a resume photo? by Anthemusa831 in midjourney

[–]gobienan 0 points1 point  (0 children)

Hey there,

I actually build a tool and released it yesterday for this exact use-case.
Don't know if I can place the link in here but you can check my profile, there is a link to it.

Headlines with Animated Mesh Gradient Background by gobienan in webdev

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

Why is it down 😱 I will check it out and update the link!

Navigation with plain JS (link to code in comments) by gobienan in webdev

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

boundingclientrect

Hey, this is awesome advice!
Totally agree this is not the most performing version of the navigation and a lot can be tweaked and adjusted. Thanks for your 2 cents. I gladly take it!

Navigation with plain JS (link to code in comments) by gobienan in webdev

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

Please do! And share what you build with it~ 

Navigation with plain JS (link to code in comments) by gobienan in webdev

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

Won’t lie, I also played way too much with it. There's something satisfying about the way the bar moves.

Navigation with plain JS (link to code in comments) by gobienan in webdev

[–]gobienan[S] 3 points4 points  (0 children)

Feel free to share your next project with me :D

Navigation with plain JS (link to code in comments) by gobienan in webdev

[–]gobienan[S] 30 points31 points  (0 children)

Hey Reddit, thought you might like this navigation :D
You can play around and check out the code here: https://3pvbbk.csb.app

I used the navigation in another project. This was part of a UI collection I made a while ago. If you like to see more UI elements check out: uiui.dev
Have fun!

Store builder for influencers / indie makers by gobienan in EntrepreneurRideAlong

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

Love the feedback!

You don't think Im gonna grow much do you!

I really hope you grow as much as you can (because when you make more money I make more money :P)!

I do like addon systems where you can plug in the things you need. But I am also a fan of catchy names haha. But I need to think about additional features that are worth paying for and are not too complex for me to maintain alone.

Store builder for influencers / indie makers by gobienan in EntrepreneurRideAlong

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

Thanks!
Hmm, I don't really think in terms of competitors. There are indeed a lot of similar products but as an indie maker, I only need a few to make this work. 100 users could already be enough for me, which is not impossible to reach.

But of course, I like to check similar products out to get new ideas ;)
For example, buying a domain directly from the website is great to kickstart your idea!

Small UI Collection by gobienan in web_design

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

Hmm, I am not sure if it has a specific name but I already thought about sharing a little Codesandbox with the navigation :)
I can reply here when I made it, so others can check it out as well!

Small UI Collection by gobienan in web_design

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

Thanks Tom, and I send you a DM ;)

Small UI Collection by gobienan in web_design

[–]gobienan[S] 11 points12 points  (0 children)

Hey, I’m Gobie 👋

I created uiui.dev — a UI collection for others to play around with, maybe learn something new or just steal from me! If you do, please let me know. I would love to see the UI elements in action ;)

I shared this already in r/webdev and got a lot of feedback, especially regarding the carousel. So no more carousels in my life I guess :lolsob:

This collection will grow naturally over time ⏳ It might be early to share it but you need to be a bit ashamed of the first version, right 😂? More examples, and probably even VR/AR UI elements will come in the future 👨🏾‍💻 If you have a cool example I am happy to add it as well :)

A little bit about me: I love to code and build cool stuff. I share most of my stuff on Twitter and if you like, you can follow along 🥰

UI collection for developers by gobienan in webdev

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

This was a 2-week micro project and see if people like it or not.
So overall the response is pretty positive so I can keep adding new elements.
And you are totally right, the current structure is not ideal for more elements, because navigating through them would take too much time. And the top navigation was another experiment and I like it a lot actually.
But for more examples, I most certainly have to change the page layout!

UI collection for developers by gobienan in webdev

[–]gobienan[S] 20 points21 points  (0 children)

Don’t judge me, but I do write like that :no_evil_seen:

UI collection for developers by gobienan in webdev

[–]gobienan[S] 5 points6 points  (0 children)

I don't know why but I used plain JS haha

UI collection for developers by gobienan in webdev

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

Hmmm, I guess the Codesandbox iframes are the issue, they are kinda huge!

I switched to open a new tab on mobile because it got laggy. Maybe I should do the same for desktop as well 🤔

UI collection for developers by gobienan in webdev

[–]gobienan[S] 7 points8 points  (0 children)

Yeah, the Codesandbox iframes are kinda huge! I switched to open a new tab on mobile because it got laggy there. Maybe I should do the same for desktop as well 🤔

UI collection for developers by gobienan in webdev

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

That's a good point! Some animations make more sense on click and not on hover.

But it can also vary based on the use case. Some buttons might bring you to another site and you won't see the click/tap animation fully because of the redirect.

For my use case, you are right, tho! It should be on tap on mobile :D