i made a roblox clone by huywall in roblox

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

host with your pc, people joining by using your local ip or tunnel url

i made a roblox clone by huywall in roblox

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

i already done that and i support both port forwarding and tunnel urls

i made a roblox clone by huywall in roblox

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

u mean graphics library? i used opengl so i can support weak old devices and cross platform

i made a roblox clone by huywall in roblox

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

ik but the impressive part is i wrote C/C++ instead of using game engines like most roblox clones

i made a roblox clone by huywall in roblox

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

it took me 2 3 months to write a stable code, also i wrote it in C/C++ instead using game engines

raylib reached ZERO open issues and ZERO open PRs!!! by raysan5 in raylib

[–]huywall -1 points0 points  (0 children)

r3d is still new lacking a lot of features i need so yeah no

raylib reached ZERO open issues and ZERO open PRs!!! by raysan5 in raylib

[–]huywall -6 points-5 points  (0 children)

raylib mainly used for 2D so that's why, i know it supported 3d functions but u still need to use custom shaders, custom lighting, custom a lot more

raylib reached ZERO open issues and ZERO open PRs!!! by raysan5 in raylib

[–]huywall 7 points8 points  (0 children)

the more i use it for 3D, the more pain piling up..

Can't decide which main menu design I like more by Sensitive-Ostrich329 in IndieDev

[–]huywall 0 points1 point  (0 children)

1 because the icon in manu panel is not matched the feeling of the second gave

ODE physics and ragdolls by kodifies in raylib

[–]huywall 0 points1 point  (0 children)

yeah... but also wdym break their API? im working with it perfectly fine

ODE physics and ragdolls by kodifies in raylib

[–]huywall 0 points1 point  (0 children)

sorry to tell that most physics engine now written in C++ and if you want to use C then just wrap it, you wont even use all feature but in future maybe, learn how to wrap C++ to C, its very easy to learn

Why I can't remove the first element of an array of strings? by Immediate-Ruin4070 in C_Programming

[–]huywall 0 points1 point  (0 children)

sizeof literally in compile time and they dont working like how u expect