banananas
banananas
Explore posts from servers
MModular
Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
i believe
13 replies
MModular
Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
That's... very strange indeed it may be a bug but i can't really go in deeper since magic isn't open-source
13 replies
MModular
Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
Honestly i'm not sure why this happens; usually if i rename the directory and rebuild i can go on without any issues
13 replies
MModular
Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
Tbh i've never used the modular cli so i'm not sure how that used to look
13 replies
MModular
Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
I'm pretty sure if you change the name of the folder in any way you have to rebuild the project iirc that doesn't change anything in your code tho
13 replies
MModular
Created by banananas on 10/23/2024 in #questions
Creating files from code
Yep, that works well honestly i'm surprised i didn't think of this earlier
10 replies
MModular
Created by banananas on 10/23/2024 in #questions
Creating files from code
Huh, really? I'm going to have to try that when I get home
10 replies
MModular
Created by banananas on 10/23/2024 in #questions
Creating files from code
That's the problem, I want to literally create a file
10 replies
DDeno
Created by banananas on 10/11/2024 in #help
Getting the width and height of an image
yep, that works! thanks for the help
5 replies
DDeno
Created by banananas on 10/11/2024 in #help
Getting the width and height of an image
Alr, i'll try that
5 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
For anyone interested, i did manage to find an alternative binding here
18 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
Good point
18 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
Yeah but i was talking abt manually importing SDL
18 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
Honestly probably an easy fix tho if I actually were to think about it
18 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
It might not take really long to get raw SDL functionality imported but for some reason SDL_Init fails when I try to import it from the library into deno
18 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
Honestly I like deno the most out of TypeScript rts and I've tried using sdl with cpp, but I'm not as comfortable with it as with ts
18 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
I mean I could port the whole thing directly into deno using dlopen, but that may take a while
18 replies
DDeno
Created by banananas on 10/7/2024 in #help
(Littledivy's SDL2 bindings) textures not loading properly
Honestly I just need something that doesn't require the web and I'm Very familiar with SDL
18 replies
DDeno
Created by banananas on 10/6/2024 in #help
[SOLVED] dlopen failing
deno run --unstable-ffi --allow-ffi [filename]
4 replies
DDeno
Created by banananas on 10/6/2024 in #help
[SOLVED] dlopen failing
for anyone with this problem, use:
4 replies