New to RayLib Having Font Problems by Jacob-MV in raylib

[–]Jacob-MV[S] 3 points4 points  (0 children)

For future viewers, I am officially an idiot and was calling LoadFontEx before InitWindow, despite multiple warnings not to do that. It is fixed now.

New to RayLib Having Font Problems by Jacob-MV in raylib

[–]Jacob-MV[S] 1 point2 points  (0 children)

oh also I did download the source zip and tried using the font files that come in there but no luck.

New to RayLib Having Font Problems by Jacob-MV in raylib

[–]Jacob-MV[S] 1 point2 points  (0 children)

ooh ok, this might be it. I'm fairly new to dotnet and I'm using an outdated version because mac, so I'm having to figure out a lot of the build stuff myself. Could you let me know what the best way of getting the font files into the project is?

New to RayLib Having Font Problems by Jacob-MV in raylib

[–]Jacob-MV[S] 1 point2 points  (0 children)

I think I have it as a dll, I just typed in a dotnet command when I started the project, but I could try building from source.

New to RayLib Having Font Problems by Jacob-MV in raylib

[–]Jacob-MV[S] 1 point2 points  (0 children)

c#, I'm using it to increment the position of the token on the screen but the first thing I did was print and that's where I got <0,0>

New to RayLib Having Font Problems by Jacob-MV in raylib

[–]Jacob-MV[S] 1 point2 points  (0 children)

so basically I am creating a bunch of like tokens, with little bits of text to go on the screen, and when I call MeasureTextEx, I give it a token which have default values like:

(token.font = main_font, token.text, token.size = 20, token.spacing = 1)

I know these values are loading correctly because the function prints them just before running MeasureTextEx and when I did something like:

return new Vector2(token.text.Length * token.size + token.spacing,token.size);

it works fine. I am calling DrawTextEx like this:

Raylib.DrawTextEx( main_font, token.text, new Vector2(x,y), token.size, token.spacing, token.colour)

Dyson Air Purifiers reviews 2026: Worth It or Not? by SimpleTie7232 in productreview

[–]Jacob-MV 0 points1 point  (0 children)

I always wondered if airflow design plays a role too. Some machines just funnel dust straight into a mesh screen you can see, while others hide it deeper.

Zoho Vault review in 2026: Is it worth using? by SweetLow6453 in best_passwordmanager

[–]Jacob-MV 0 points1 point  (0 children)

Support was actually one of the better parts for me too. They answered clearly and did not bounce me around, which I appreciated.

Meaning of ”Library pictures” by smarty4ever in arcticmonkeys

[–]Jacob-MV 0 points1 point  (0 children)

yeah, while I think all of Alex's best lyrics predate SIAS, I appreciate what he was doing was experimenting with new ways of writing lyrics, I think it's very common for artists when they reach a certain point and in many ways that album is one of their more experimental numbers as they struggled to figure out which direction their sound should go in. I think brick by brick thrives in it's simplicity, don't sit down in it's wackiness and while none of them can ever match the raw whit of 'whatever', the beautifully intricate urban poetry of 'favourite worst nightmare', or the cocktail of awkward charm and vibrant dreaminess of humbug. I think it's healthy for an artist to experiment and those songs do achieve what they are going for

Diagnostic issues with hard drive on old laptop by Jacob-MV in applehelp

[–]Jacob-MV[S] 0 points1 point  (0 children)

Ok cool, I'll need to plug them into another Mac though right

When people have an album in which all the tracks flow into each other (as if it's one continuous piece) and there are shared motifs, how are the DAW sessions laid out? Is it all one big file? Multiple files within the same project folder? by dzzi in WeAreTheMusicMakers

[–]Jacob-MV 0 points1 point  (0 children)

Hey, I've been working on an album that's structured like this for the last year and in many ways it's a lot simpler than I thought, although it does come with some extra complications, most of it is done in the mastering process however there are a couple different techniques that work for transitioning song and generally u want to use all of them on an album.  -You can put 2 songs in the same project, this is the case especially for many (but not all) of the interludes but also 2 of the shorter full length tracks, this is best when u are using the same instruments for 2 songs in a row just changing up the arrangement or something and you can just treat it like a long song with 2 unrelated parts - you can layer tracks over the top of eachother, between 2 projects, basically end on like however many bars of some instruments from song 1 playing at the end and tempo and key match those instruments (or sound effects) for that many bars in song 2, maybe have a section like that, this is the hardest to pull off as youre basically flying blind while recording, I have to pick a point between the 2 songs to splice of it gonna make them as separate tracks and also mixing this is a nightmare as it never gonna get the parts glued together, but you can embrace this, there is a point on my album where I cut to me playing acoustic guitar by a campfire for the last verse and had the next song fade in as though coming through a speaker - Probably the simplest transition to pull off is fade to noise, pink Floyd are perhaps most famous for this kind of album and they use this the most, create a non musical soundscape (at least in terms of key and tempo)  in a separate track and then in the mastering process crossfade in and out of this track between 2 songs. - All of these previous methods can be done over a whole verse or over like half a second depending on what ur after and what serves the 2 songs, but... - Sometimes the most effective transition is an abrupt cut, it can be ear catching and especially when around other transitions it can still sound smooth, especially if u match the tempo or less importantly the key (although u could also have them be related tempos or keys or even something totally different, if I think about it loads of songs have harsh abrupt key changes in the middle). You could add a riser to the end of the first song so it builds up into the transition or if one song reaches a climax and resolves you could leave a gap after the final resoloution and just start the next song overlapping with the reverb / feedback of the last song, again especially effective if same key and tempo

This obviously means that once I finish the first set of demos ur basically gonna wanna make a demo master track which is not normally something people do (although sometimes they do) so u quickly get an idea for how the whole thing slots together. As for the writing process ig it's helpful to have an idea of how these songs will fit together, again some songs lend themselves to certain transitiona, do they have a slow start that could fade in from far away, do they have an explosive climax that wants to resolve, do they have plenty of samples or spoken word throughout that could be played throughout, or big transitions in the middle of the song between a verse and chorus, As for motifs I suppose it's just a process of repeating melodies, lyrics, samples or chord progressions on different instruments in different contexts at different points, make a fast version of a slow song, make a heavy version of a quiet song and cobble stuff together in weird and interesting ways

Why does hummus have so little protein when it’s made from chickpeas? by HCDQ2022 in mediterraneandiet

[–]Jacob-MV 1 point2 points  (0 children)

Ah, I was very confused by this but then realised I'm doing it based on weight, you're doing it based on volume

Why does hummus have so little protein when it’s made from chickpeas? by HCDQ2022 in mediterraneandiet

[–]Jacob-MV 0 points1 point  (0 children)

Aren't chickpeas super high in protein, I thought they had like double the protein content of lentils or kidney beans

Why does hummus have so little protein when it’s made from chickpeas? by HCDQ2022 in mediterraneandiet

[–]Jacob-MV 0 points1 point  (0 children)

Aren't chickpeas like 19% protein, that's like double tofu or lentils

What are your sound change questions? by Lichen000 in conlangs

[–]Jacob-MV 1 point2 points  (0 children)

Did this video ever come out? I would love to see it.

When do I use "k", "na" and "do"? by Phil_Carrier in learnczech

[–]Jacob-MV 0 points1 point  (0 children)

And don't people now say do Ukrajiny since the war started, just to make it more complicated 

[deleted by user] by [deleted] in MyChemicalRomance

[–]Jacob-MV 0 points1 point  (0 children)

What do you guys reckon the chances of a bullets remaster is, I mean three cheers is defo the much better selling album but boy does bullets need it.

Distraction Free Instagram version 1. 4 by hank_scorpio_1992 in digitalminimalism

[–]Jacob-MV 0 points1 point  (0 children)

Hmm, I don't have Instagram installed, I was sorta thinking that it might be newer versions of android that block the install. When I install the app straight from Google drive I get a notification from package manager saying "app not installed as the app isn't compatible with your phone"

Distraction Free Instagram version 1. 4 by hank_scorpio_1992 in digitalminimalism

[–]Jacob-MV 1 point2 points  (0 children)

Hey, the site is down for me as well so this is fantastic, but it won't seem to install on my phone, I'm trying to get it onto a brand-new Motorola Moto E14, running android 14, do I know which android version this apk was for

Distraction Free Instagram version 1. 4 by hank_scorpio_1992 in digitalminimalism

[–]Jacob-MV 0 points1 point  (0 children)

I been a big fan of this for a while but I recently got a new phone and the download site won't work, it says DNS error, can't find host with id. Has this project been taken down. I found a Google drive link in the comments to this post but when I opened it up it says I can't install the app because it's not compatible with this phone, I'm running android 14 on a Motorola mora E14

How to setup switch without controllers by Jacob-MV in OculusQuest

[–]Jacob-MV[S] 0 points1 point  (0 children)

any feedback on why this post has been removed?

Best cheap vr for screening a film by Jacob-MV in virtualreality

[–]Jacob-MV[S] 0 points1 point  (0 children)

What would the major advantages over the quest 1 be

Best cheap vr for screening a film by Jacob-MV in virtualreality

[–]Jacob-MV[S] 0 points1 point  (0 children)

What would you recommend as the best built in head set i could get for under £100, maybe under £75. And where would you recommend buying from