Helehex
Helehex
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
here's an indirect link to the mojo game dev server if anyone else is interested in joining https://helehex.net/mojo/?gd=1
84 replies
MModular
Created by franchesoni on 10/17/2024 in #questions
mojo compile is non-deterministic ? (video)
must be getting some undefined behavior somewhere, probably accessing uninitialized memory
6 replies
MModular
Created by blblblbl on 10/16/2024 in #questions
How do safe Reference and List work together?
On latest nightly:
fn main():
var list: List[Int] = List(10,11,12)
var element = Pointer.address_of(list[0])
print(element[]) # prints 10
for i in range(10000):
list.append(i)
print(element[]) # prints 0
fn main():
var list: List[Int] = List(10,11,12)
var element = Pointer.address_of(list[0])
print(element[]) # prints 10
for i in range(10000):
list.append(i)
print(element[]) # prints 0
29 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
ok
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
i could grab a relevant domain name and link through there
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
i dont really want to link people to my website, what's another way?
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
i just have to figure out how to make it indirect so it doesn't get removed
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
ok
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
oh nvm it still gets removed hehe
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
oh ok
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
are discord link allowed in threads there?
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
never thought about that
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
hmm
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
im not sure how @Moderator's would feel about that
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
i could totally get around it by making a page on my website just for the mojo game dev server link
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
yes i do
84 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
ok im gonna see if i get a warning for posting the link here
84 replies
MModular
Created by Helehex on 8/5/2024 in #community-showcase
Thermo
No description
60 replies
MModular
Created by Helehex on 8/5/2024 in #community-showcase
Thermo
I'm using infrared as the math library, so eventually much of the code will be dimension agnostic, but we'll see how far i can take that.
60 replies
MModular
Created by Helehex on 8/5/2024 in #community-showcase
Thermo
I'm hoping to design it so i can plug in thermo as the physics engine, but also reuse thermo for another project i have planned.
60 replies