Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. JosiahMaybe

    Best 2d grouping algorithms to try for a 3+d thing?

    In summary, looking for most efficient parallel GPU 2d group to same or similar space for this application with cutting. Basically just 2d group to nearly entirely same spaces. I start with points of all same number of dimensions, shapes made of indices of points to make a shape, and view point...
  2. JosiahMaybe

    what's up everybody?

    I am just trying to figure out how to make a web and desktop game with Rust and wgpu. Sort of going viral on YouTube with shorts. I am making 3 or more dimensional Euclidean graphics and games or trying to. Some time I might make a not Euclidean engine of any dimensional. Speaking of that, what...
  3. JosiahMaybe

    Fast GPU whole shapes sort, best way?

    I should mention, like my in or out algorithm requires which rotational direction is in for going one way in indices, I guess I can go by a min or max point in any 2d dimension and more in that way that is known as out, and find which side it is on from going one way around. That eliminates like...
  4. JosiahMaybe

    Fast GPU whole shapes sort, best way?

    Also, a good note, I have a good cutting and in or out algorithm. If an edge intersects then cuts needed, if none, then check if a single point of one is in another and opposite, use axis aligned bounding boxes to tell, I have like find maybe on an axis two closest points on either side, if no...
  5. JosiahMaybe

    Fast GPU whole shapes sort, best way?

    Really? Should I explain my best thing so far? Also, how to reject early?
  6. JosiahMaybe

    Fast GPU whole shapes sort, best way?

    Probably easiest part of this to solve is fastest 2d group by intersections and same spaces, I have been researching this, what is recommended? Basically cut to no edge intersects and no plane intersects, AI is just loopy on this, not O(N) probably as suggested by grok on X. There are no other...
  7. JosiahMaybe

    Fast GPU whole shapes sort, best way?

    All I know at this point is trying to to do like whole shapes sort as opposed to per pixel sort, may require cutting shapes that intersect planes or that intersect edges in 2d view plane, for draw order only things that are in same space relate or need any specific order, I could randomly merged...
  8. JosiahMaybe

    Node.JS How to know how much to tax a buyer when using prepayment processor?

    You have to ask user and get it directly, maybe send it separately from client side. You could also use IP or navigator.geolocation but billing address is better. If you can't control things enough to get all you need, make a different setup. Also, if you sell outside your home country there are...
  9. JosiahMaybe

    Where should I learn to code?

    There are whole courses specifically for that, do you want me to look up one for you?
  10. JosiahMaybe

    What's everyone up to :)

    I made StinomXE, I have been trying to do 3 or more dimensional stuff for years. Now I am working on Slang shaders. I have 3+ dimensional to 2d and average z and distance shaders now. Like my big problem is my concurrent sort algorithm. I think I decided on Bitonic, is there anything better? X E.
  11. JosiahMaybe

    Sending form data to an email account

    What you need is a backend of some language, an email, and either free access (not recommended) or credentials for it to send. I know in PHP it can be in php.ini. X E.
  12. JosiahMaybe

    What's everyone up to :)

    StinomXE was too slow, made RinomXE in Ruby to be faster and it is. Will be translating programming languages soon. Once that is done, I plan a game in Defold game engine with it. I plan to use Slang shaders because they can translate to about all and use GLSL in like my Defold game. It will be...
  13. JosiahMaybe

    If you could go back, would you code?

    In my case it is something like started for fun, eventually making it to being a profession. I know too many already if there is such a thing, no? All this time, now it is to be productive and help people. X E.
  14. JosiahMaybe

    General advice on how to make an OS?

    There are some OSes online made in Zig for mobile though. X E.
  15. JosiahMaybe

    General advice on how to make an OS?

    Odd but true, no one makes from scratch, it is a lot of slightly modified Linux mostly, like my problem is I don't know what to learn from now. Zig has a target that Rust does not have which is why I am using it. Well someone has to know or something but so far there are little to no learning...
  16. JosiahMaybe

    General advice on how to make an OS?

    So far I decided to start on mobile, get another Revvl 7 with ARMv8-A, about $90 used, and Rust simply won't do this so I might use Zig. Thanks for trying to help. Looks like first is bootloader, then kernel. I have no idea what I am supposed to make. Reading wiki.osdev.org and ARM reference...
  17. JosiahMaybe

    PHP Help with curl()

    Set CURLOPT_POST to true and update how you do it to mirror new API. X E.
  18. JosiahMaybe

    Where to learn ARM Assembly language?

    No I did not yet. X E.
  19. JosiahMaybe

    Both spinning (rotating) and moving an image from side to side

    https://www.w3schools.com/css/css3_transitions.asp https://www.w3schools.com/cssref/css3_pr_transform.php Looks like you should add a transition for your properties so it is smooth and also have a transform of a rotation so that it rotates. Do you want further explanation? X E.
  20. JosiahMaybe

    Where to learn ARM Assembly language?

    Those were not up to date or 32 bit, continuing looking. X E.
Back
Top Bottom