Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GI
Posts
22
Comments
16
Joined
3 mo. ago
Games @lemmy.world
Gigamegs @lemmy.zip

🚀 Spaceship 🚀

[ Spaceship ] Major update: general Bug fixes, improved Stage & GFX, new BG GFX: Infinite Cosmic Space String v2, new GFX: Nebula, new GFX: procedurally generated Platform, 1x new weapon, faster rendering, Shader GFX.

#shmups #indiedev #indiegame #indiegames #IndieGameDev #gamedev #arcade #bullethell #RETROGAMING #retrogames #retrodevs

Games @sh.itjust.works
Gigamegs @lemmy.zip

Spaceship

[ Spaceship ] Major update: general Bug fixes, improved Stage & GFX, new BG GFX: Infinite Cosmic Space String v2, new GFX: Nebula, new GFX: procedurally generated Platform, 1x new weapon, faster rendering, Shader GFX.

#shmups #indiedev #indiegame #indiegames #IndieGameDev #gamedev #arcade #bullethell #RETROGAMING #retrogames #retrodevs

PC Gaming @lemmy.ca
Gigamegs @lemmy.zip

Spaceship

Major update: general Bug fixes, improved Stage & GFX, new BG GFX: Infinite Cosmic Space String v2, new GFX: Nebula, new GFX: procedurally generated Platform, 1x new weapon, faster rendering, Shader GFX.

Retro Gaming @lemmy.zip
Gigamegs @lemmy.zip

Spaceship: Major update: 64-Bit, 2x New Boss Units, 1x Station Unit, New Shield Upgrade, New BG Gfx Infinite Cosmic Space String

Major Update Highlights

  • 64-Bit Support: Enhance your gaming performance and stability with our transition to 64-bit architecture.
  • New Boss Units
    • Double the Challenge: Confront two powerful new boss units, each offering unique gameplay experiences.
  • Station Unit:
    • Introducing the New Station Unit: Expand your strategic options with this innovative addition.
  • Shield Upgrade:
    • Fortified Defense Mechanism: Upgrade your shields to improve defense capabilities against formidable foes.
  • Background Graphics:
    • Infinite Cosmic Space String: Enjoy a stunning visual experience with our newly designed infinite cosmic space continuous string in the backdrop.

Prepare for an upgraded adventure that combines enhanced visuals and intense challenges. Dive into the action and explore all these exciting new features!

Interesting Shares @lemmy.zip
Gigamegs @lemmy.zip

Spaceship: Major update: 64-Bit, 2x New Boss Units, 1x Station Unit, New Shield Upgrade, New BG Gfx Infinite Cosmic Space String

Major Update Highlights

  • 64-Bit Support: Enhance your gaming performance and stability with our transition to 64-bit architecture.
  • New Boss Units:
    • Double the Challenge: Confront two powerful new boss units, each offering unique gameplay experiences.
  • Station Unit:
    • Introducing the New Station Unit: Expand your strategic options with this innovative addition.
  • Shield Upgrade:
    • Fortified Defense Mechanism: Upgrade your shields to improve defense capabilities against formidable foes.
  • Background Graphics:
    • Infinite Cosmic Space String: Enjoy a stunning visual experience with our newly designed infinite cosmic space continuous string in the backdrop.

Prepare for an upgraded adventure that combines enhanced visuals and intense challenges. Dive into the action and explore all these exciting new features!

Gaming @lemmy.ml
Gigamegs @lemmy.zip

Spaceship: Major update: 64-Bit, 2x New Boss Units, 1x Station Unit, New Shield Upgrade, New BG Gfx Infinite Cosmic Space String

Major Update Highlights

  • 64-Bit Support: Enhance your gaming performance and stability with our transition to 64-bit architecture.
  • New Boss Units:
    • Double the Challenge: Confront two powerful new boss units, each offering unique gameplay experiences.
  • Station Unit:
    • Introducing the New Station Unit: Expand your strategic options with this innovative addition.
  • Shield Upgrade:
    • Fortified Defense Mechanism: Upgrade your shields to improve defense capabilities against formidable foes.
  • Background Graphics:
    • Infinite Cosmic Space String: Enjoy a stunning visual experience with our newly designed infinite cosmic space continuous string in the backdrop.

Prepare for an upgraded adventure that combines enhanced visuals and intense challenges. Dive into the action and explore all these exciting new features!

PC Gaming @lemmy.ca
Gigamegs @lemmy.zip

Spaceship: Major update: 64-Bit, 2x New Boss Units, 1x Station Unit, New Shield Upgrade, New BG Gfx Infinite Cosmic Space String

Major Update Highlights

  • 64-Bit Support: Enhance your gaming performance and stability with our transition to 64-bit architecture.
  • New Boss Units:
    • Double the Challenge: Confront two powerful new boss units, each offering unique gameplay experiences.
  • Station Unit:
    • Introducing the New Station Unit: Expand your strategic options with this innovative addition.
  • Shield Upgrade:
    • Fortified Defense Mechanism: Upgrade your shields to improve defense capabilities against formidable foes.
  • Background Graphics:
    • Infinite Cosmic Space String: Enjoy a stunning visual experience with our newly designed infinite cosmic space continuous string in the backdrop.

Prepare for an upgraded adventure that combines enhanced visuals and intense challenges. Dive into the action and explore all these exciting new features!

Gaming @beehaw.org
Gigamegs @lemmy.zip

🚀 Retro arcade 2d shmup side-scroller shooter game: 🚀 Spaceship 🚀

Major update: 64-Bit, 2x New Boss Units, 1x Station Unit, New Shield Upgrade, New BG Gfx Infinite Cosmic Space String

Mirrors:

  1. https://tetramatrix.itch.io/old-school-retro-mini-game-spaceship
  2. https://tetramatrix.github.io/spaceship/
Data is Beautiful @mander.xyz
Gigamegs @lemmy.zip

:: Additively weighted Voronoi diagram ::

I wrote this implementation many years ago, but I feel it didn’t receive the recognition it deserved, especially since it was the first freely available. So, better late than never—I’d like to present it here. It’s an algorithm for computing the Weighted Voronoi Diagram, which extends the classic Voronoi diagram by assigning different influence weights to sites. This helps solve problems in computational geometry, geospatial analysis, and clustering, where sites have varying importance. While my implementation isn’t the most robust, I believe it could still be useful or serve as a starting point for improvements. What do you think?

Data Is Beautiful @lemmy.ml
Gigamegs @lemmy.zip

:: Additively weighted Voronoi diagram ::

I wrote this implementation many years ago, but I feel it didn’t receive the recognition it deserved, especially since it was the first freely available. So, better late than never—I’d like to present it here. It’s an algorithm for computing the Weighted Voronoi Diagram, which extends the classic Voronoi diagram by assigning different influence weights to sites. This helps solve problems in computational geometry, geospatial analysis, and clustering, where sites have varying importance. While my implementation isn’t the most robust, I believe it could still be useful or serve as a starting point for improvements. What do you think?

Programming @programming.dev
Gigamegs @lemmy.zip

I wrote this implementation many years ago, but I feel it didn’t receive the recognition it deserved, especially since it was the first freely available. So, better late than never—I’d like to present it here. It’s an algorithm for computing the Weighted Voronoi Diagram, which extends the classic Voronoi diagram by assigning different influence weights to sites. This helps solve problems in computational geometry, geospatial analysis, and clustering, where sites have varying importance. While my implementation isn’t the most robust, I believe it could still be useful or serve as a starting point for improvements. What do you think?

Programming @beehaw.org
Gigamegs @lemmy.zip

I wrote this implementation many years ago, but I feel it didn’t receive the recognition it deserved, especially since it was the first freely available. So, better late than never—I’d like to present it here. It’s an algorithm for computing the Weighted Voronoi Diagram, which extends the classic Voronoi diagram by assigning different influence weights to sites. This helps solve problems in computational geometry, geospatial analysis, and clustering, where sites have varying importance. While my implementation isn’t the most robust, I believe it could still be useful or serve as a starting point for improvements. What do you think?

Programming @beehaw.org
Gigamegs @lemmy.zip

AWS Certified Cloud Practitioner - Free Practice Quiz

Hey 👋,

Recently I obtained the certificate and I thought it would be great to have a free quiz!

Programming @programming.dev
Gigamegs @lemmy.zip

Hey 👋,

Recently I obtained the certificate and I thought it would be great to have a free quiz!

Gaming @beehaw.org
Gigamegs @lemmy.zip

Spaceship 🚀

Medium update: Bugfixes, much faster rendering, new beautiful inifinite background terrain with triangles, player spaceship is always on top.

https://tetramatrix.itch.io/old-school-retro-mini-game-spaceship

Indie Games @lemmy.ml
Gigamegs @lemmy.zip

Spaceship

Medium update since my last post: Bugfixes, new weapon, new GFX: aura, transparency, damage. Please destroy my shmup game !

  • I asked deepseek: Downward-growing stacks** are more common in many architectures (e.g., x86, ARM). This convention originated from early computer architectures and has been carried forward for consistency.

    Funny, I can't remember, because I did a lot of assembler.

  • Gaming @lemmy.ml
    Gigamegs @lemmy.zip

    Spaceship

    Hey, do you like gaming?

    I’ve been working on a simple old-school retro OpenGL side-scroller shmup, and I’d love for you to check it out!

    If you have a moment, it would mean a lot if you could leave a rating, write a quick review, or share a kind comment.

    1. https://tetramatrix.itch.io/old-school-retro-mini-game-spaceship.
    2. https://tetramatrix.github.io/spaceship/
    3. https://read.cash/@Gigamegs/simple-old-school-retro-opengl-side-scroller-shmup-0a184b7d

    I’ve really enjoyed creating it so far and have plans to add more features soon.

    Thanks so much for your support!

    Gaming @beehaw.org
    Gigamegs @lemmy.zip

    Spaceship

    Hey, do you like gaming?

    I’ve been working on a simple old-school retro OpenGL side-scroller shmup, and I’d love for you to check it out!

    If you have a moment, it would mean a lot if you could leave a rating, write a quick review, or share a kind comment.

    1. https://tetramatrix.itch.io/old-school-retro-mini-game-spaceship.
    2. https://tetramatrix.github.io/spaceship/
    3. https://read.cash/@Gigamegs/simple-old-school-retro-opengl-side-scroller-shmup-0a184b7d

    I’ve really enjoyed creating it so far and have plans to add more features soon.

    Thanks so much for your support!

    Spaceship

  • It’s actually built on Linux but targets Windows as the primary platform. I’m still learning, but I could port it to Linux if needed. That said, it’s built entirely on cross-platform device libraries compatible with Mac, Linux, and Windows, so running it on Proton shouldn’t be an issue.

  • Spaceship

  • Of course not! 🙂 You can find a lot of free graphics on itch.io—just use the search bar! Python is super nice and very easy to learn, while C++ can be a bit more confusing due to its additional complexity. I also didn’t start from scratch, which made things easier. Another useful tool is a good chatbot—it really helps with handling repetitive or tedious tasks.

  • Games @sh.itjust.works
    Gigamegs @lemmy.zip

    Spaceship

    Hey, do you like gaming?

    I’ve been working on a simple old-school retro OpenGL side-scroller shmup, and I’d love for you to check it out!

    If you have a moment, it would mean a lot if you could leave a rating, write a quick review, or share a kind comment.

    1. https://tetramatrix.itch.io/old-school-retro-mini-game-spaceship.
    2. https://tetramatrix.github.io/spaceship/
    3. https://read.cash/@Gigamegs/simple-old-school-retro-opengl-side-scroller-shmup-0a184b7d

    I’ve really enjoyed creating it so far and have plans to add more features soon.

    Thanks so much for your support!

    RetroGaming @lemmy.world
    Gigamegs @lemmy.zip

    Spaceship

    Hey, do you like gaming?

    I’ve been working on a simple old-school retro OpenGL side-scroller shmup, and I’d love for you to check it out!

    If you have a moment, it would mean a lot if you could leave a rating, write a quick review, or share a kind comment.

    1. https://tetramatrix.itch.io/old-school-retro-mini-game-spaceship.
    2. https://tetramatrix.github.io/spaceship/
    3. https://read.cash/@Gigamegs/simple-old-school-retro-opengl-side-scroller-shmup-0a184b7d

    I’ve really enjoyed creating it so far and have plans to add more features soon.

    Thanks so much for your support!