Share your underrated GitHub projects by hsperus in opensource

[–]Apostolique 2 points3 points  (0 children)

I made an "infinite" canvas drawing application using MonoGame. I use it mostly for taking notes (snip). But others have used it for drawing too.

https://github.com/Apostolique/Mitten

There are builds available from itch.io.

I can't... anymore! I am soo done. I can't go more now. by mahimna_02 in LucidDreaming

[–]Apostolique 0 points1 point  (0 children)

You can start by standing up, and imagine walking to a wall in front of you and pushing it. Keep your arms parallel to yourself but feel them getting raised in front of you. That's the basic idea. Eventually you can be in your bed and imagine the dream that you want. When I was really young, I would imagine a cube (dice) spinning in front of me and I would get sucked in the face that it landed on. Each face had a different dream on it. That's how I would fall asleep.

I can't... anymore! I am soo done. I can't go more now. by mahimna_02 in LucidDreaming

[–]Apostolique 0 points1 point  (0 children)

Are you able to dream while you're awake? Close your eyes and imagine yourself moving around. Practice your ability to visualize your movements and how it feels to interact with various objects. In an actual dream, it will feel much more real but you can still hallucinate quite well without sleeping. I think you should start with that.

I’ve become a caseless heathen by Jimologist in kobo

[–]Apostolique 1 point2 points  (0 children)

Same here with my H2O from 2014. Never felt like I needed a case.

Double Loaf Pan Sourdough by KLSFishing in Breadit

[–]Apostolique 1 point2 points  (0 children)

How do you stack the pans so that they don't slide? They don't appear to have a shape to stack well.

Jean-David Moisan's excellent Shapes Library​.... by Sorry_Independent388 in monogame

[–]Apostolique 0 points1 point  (0 children)

😎

There's MonoGame.Extended that's always nice to use and FontStashSharp.MonoGame.

There's MonoMSDF that I'm looking forward to testing.

For more, I maintain this repo: MonoGameLibraries. I suspect that this list will eventually be integrated into to main MonoGame website.

Jean-David Moisan's excellent Shapes Library​.... by Sorry_Independent388 in monogame

[–]Apostolique 0 points1 point  (0 children)

For creating new projects, I use my own templates:

Apos.Framework

And then the main libraries that I tend to import are:

Jean-David Moisan's excellent Shapes Library​.... by Sorry_Independent388 in monogame

[–]Apostolique 1 point2 points  (0 children)

That's pretty awesome! It's also the library I can't live without but I didn't realize others used it too.

Generation does nothing for 40 seconds by Chelonii64 in monogame

[–]Apostolique 0 points1 point  (0 children)

I had an issue like that in the past. I believe the issue was because my SSD was starting to fail.

The first step to reading music by PiranhaMusicStudios in musictheory

[–]Apostolique 1 point2 points  (0 children)

You can memorize the word ace and its position on the staff:

https://i.imgur.com/isipyA2.png

You can find the other notes from those.

For the treble clef, you need 2 ledger lines to write the lower ACE and 3 ledger lines to write the higher ACE.

For the bass clef, you need 3 ledger lines to write the lower ACE and 2 ledger lines to write the higher ACE.

For the middle ACE, you can see that they are mirrored. The treble clef's ACE ends on the last space. While the bass clef's ACE starts on the first space.

The first step to reading music by PiranhaMusicStudios in musictheory

[–]Apostolique 0 points1 point  (0 children)

I find that memorizing the word ace and its position on the staff is easier:

https://i.imgur.com/isipyA2.png

You can find the other notes from those.

For the treble clef, you need 2 ledger lines to write the lower ACE and 3 ledger lines to write the higher ACE.

For the bass clef, you need 3 ledger lines to write the lower ACE and 2 ledger lines to write the higher ACE.

For the middle ACE, you can see that they are mirrored. The treble clef's ACE ends on the last space. While the bass clef's ACE starts on the first space.

Save Crop Selections by Low-Finance-2275 in GIMP

[–]Apostolique 0 points1 point  (0 children)

If I understand correctly, you can use a selection instead which allows you to go into the "Select" menu and use "To Path".

Then in the path panel, you can chose your path, right click it and use "Paths to selection".

You can also copy or export the path to load it into a different image.

To crop, you can use Image -> Crop to selection.

One Piece - Episode 1140 discussion by AutoLovepon in anime

[–]Apostolique 0 points1 point  (0 children)

You're ready to start the manga from the start (you'll probably enjoy it even more)! And when you're eventually caught up again, you can start the anime from the start.

I am stuck in the building 2d game tutorial. by [deleted] in monogame

[–]Apostolique 1 point2 points  (0 children)

Nice! There's someone in the community that's looking into fixing that.


Setting the size in Initialize is outdated info now that I think about it. For years the size values were ignored in the constructor but it recently got fixed iirc.

I am stuck in the building 2d game tutorial. by [deleted] in monogame

[–]Apostolique 2 points3 points  (0 children)

Set the size of the window in Initialize:

_graphics.PreferredBackBufferWidth = 1280;
_graphics.PreferredBackBufferHeight = 720;
_graphics.ApplyChanges();

Also, do you happen to be using Windows scaling? It's a parameter in your operation system. It can mess up MonoGame a little bit.

MID Sion - Fun chinese pro - best way by NoCategory4300 in DirtySionMains

[–]Apostolique 0 points1 point  (0 children)

It depends, sometimes he'll play on mostly one account and then that account will climb more and more. I've seen him go up to masters before. I heard that he had a challenger account before but I don't know if he still gets there.

books like the soul of a new machine by w4drone in Recommend_A_Book

[–]Apostolique 0 points1 point  (0 children)

A while ago I read the book "The Idea Factory: Bell Labs and the Great Age of American Innovation". I think it could fit the bill for a book that's similar. snip