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

    Higher dimensional slicing

    Note, it needs to match sides so it would be possible to tetrahedralize. X E.
  2. JosiahMaybe

    Higher dimensional slicing

    Sorry, I have not tested this properly, in theory it should work though, use at your own risk. X E.
  3. JosiahMaybe

    Higher dimensional slicing

    A common way to do higher dimensional cut to view is to use tetrahedra. Before we dive into that, how is view defined? There may be many ways to define it but for this I will define it as what from a viewpoint, like an eye, goes exactly through a 2d view plane, the screen, on the way to an...
  4. JosiahMaybe

    PHP text file write issue

    Could you maybe be missing a / to get to the robots.txt? Also, you are opening it read only, try open with "rw" maybe? edit, oops, you then did write access. X E.
  5. JosiahMaybe

    How should this API ad server work?

    Basics: planning a cookieless API only ad server for in games and on the web. I know I am supposed to target these things. This is mostly backend stuff but I don't know how to make this scalable. It is multi-lingual. I have geolocation stuff free, audio, video, picture and text ad stuff...
  6. JosiahMaybe

    API cookieless AI Rust ad server, how?

    I know I can use Burn AI in Rust, possibly MiniLM, a geolocation database free, a geolocation API free for 1M calls a month, just curious how you put in like context, description of ads, and come out with good targeting? I kind of want Rust because safety, reliability, and speed. I know ONNX can...
  7. JosiahMaybe

    Random tools for gaming decisions?

    It may depend on the tool, but it can be good enough for serious. X E.
  8. JosiahMaybe

    Rust all platforms GUI?

    Rust language as of 5/25/2026 has no GUI lib with right to left support with 3d easy enough and smart TV stuff. There is iced and egui, one is currently desktop only and the other is left to right only. cosmic-text+lyon_tessellation seems like a great start. I will be getting this working some...
  9. JosiahMaybe

    JavaScript unterminated string literal

    If you are using JS or HTML, you cannot encase " " in " " without making it \" and you may have issues with multiple lines, try \n or one " "+" "+... maybe. X E.
  10. JosiahMaybe

    Hey you happy bunch :D

    I have been working on Paxul 3+, mostly a GUI for 3d and basically everything in Rust. Recently I officially decided on WASM+Lua for mods across everything and I also found that tetrahedra are great for cutting to view regardless of dimension and in some cases, geometry of space. I have been...
  11. JosiahMaybe

    Modding, how to plan for it?

    GitHub - SwadicalRag/wasm2lua: wasm2lua: converting WASM into Lua, Lua is tested for less than web assembly, WASM, things like wasmi crate can do WASM in Rust including no_std and embedded, and the link can make Lua for Monogame for game consoles from WASM which makes for a semi-unified stack...
  12. JosiahMaybe

    Modding, how to plan for it?

    I can also allow Lua scripts from Rust and Monogame, both allow Lua scripts. X E.
  13. JosiahMaybe

    Where to find math people?

    I have been trying to make 3 or higher dimensional stuff of various geometries e.g. spherical, hyperboloid, some derivative spaces, or euclidean, having trouble not knowing stuff like how to do linear feasibility regions, linear programming the math and differential geometry are good, I can keep...
  14. JosiahMaybe

    All smart TVs game engine, need C++/C# help X E.

    I found Rust can do it all, no need. X E.
  15. JosiahMaybe

    Modding, how to plan for it?

    Letting out the source code is probably better than modding. X E.
  16. JosiahMaybe

    Modding, how to plan for it?

    So far looks like I may be using three engines, Godot, Rust, and Monogame, I may allow source code to get out with terms like no redistribution without me saying it is okay, but is that enough for modding games? Is that even a good idea? How to plan for modding allowed but minimal risk of it...
  17. JosiahMaybe

    hi

    Hello and welcome. X E.
  18. JosiahMaybe

    Best SEO Analysis Tools for Small Businesses?

    Just search like "free SEO audit", there are a lot. X E.
  19. JosiahMaybe

    Effective Strategies for Brand Recovery in Modern Enterprises

    Just be honest and stay true to what you consider good. X E.
Back
Top Bottom