Giter VIP home page Giter VIP logo

Comments (13)

DelvalletQuentin avatar DelvalletQuentin commented on May 25, 2024 2

Well, let's start showcasing games then ;)

The game is Red Aleph.
You can find it on Gamejolt.

Red Aleph an arcade arena-shooter, it is quite challenging and your only goal is to survive and maximize your score ! I developped it last year with only my brother and we used various libraries to help us, including Penumbra to give more credibility and eye-appeal to our simple sprites.

Enjoy theses screenshots :

redaleph_1
redaleph_3

We are currently developping a sequel where Penumbra will, again, help us make our poor-graphisms skill look more beautiful, we'll be sharing it as soon as we're ready to show our next game to the world ;)

from penumbra.

ktastrophe avatar ktastrophe commented on May 25, 2024 2

Title : REPTOMOM
Page: http://facebook.com/Reptomom

Here's a livestream I did on Twitch a while back:
click for video

Reptomom is an 80s-styled platfomer that I hope to commercially release one day.

When I was looking for XNA/Monogame-based lighting engines, I couldn't have asked for a better find than Penumbra. I had already built my game on the Microsoft Platformer project, which is none other than the example project for the engine... talk about catching a break! I've been really happy with the results, and I hope to make much more use of the lighting in the rest of my game.

from penumbra.

BlizzCrafter avatar BlizzCrafter commented on May 25, 2024 2

Title: Rogue Engine Editor
Link: MonoGame Community

YouTube Video
Watch the video on YouTube by clicking on the image! (Don't forget to watch in 1080p @ 60 fps!)

I create the Rogue Engine Editor for my main project "Caasi's Odyssey", which is a Rogue Adventure and which becomes available on the Steam platform.

The goal of this editor is to maximize the mod support of the game.

What do I mainly use to achieve this editor?

  • MonoGame.Framework (rendering and updating)
  • MonoGame.Framework.Content.Pipeline (content compilation)
  • Windows Forms (UI and basic functionality (yes, it's not WPF))
  • Penumbra (of course)
  • Farseer Physics Engine (physics system)
  • RogueEngine.ContentPipeline (custom content importers / processors / readers and writers for things like animations)
  • Newtonsoft.Json (serializing / deserializing editor / project data and preparing game objects inside the content pipeline of the Rogue Engine)
  • WeifenLuo.WinFormsUI.Docking (DockPanel suit - advanced UI)

from penumbra.

ktastrophe avatar ktastrophe commented on May 25, 2024 2

Development on Reptomom is still chugging along.

For those interested, here's a link to a Playable Demo

Please be lenient in your judgments :) Still giving it my best shot.

from penumbra.

discosultan avatar discosultan commented on May 25, 2024 2

@ktastrophe Super cool to see that you are still working on your game! Best of luck! 🐱‍🐉

from penumbra.

BlizzCrafter avatar BlizzCrafter commented on May 25, 2024 1

Title: Penumbra Physics
Link: GitHub Sample

penumbraphysics

This project is in the Penumbra master branch in the samples folder and it shows how you could create a complex body from a sprite using the Farseer Physics Engine and add it to the Penumbra Component as a Hull.

I created this project as a "proof of concept" for my main project. Penumbra should be able to work together with the Farseer Physics Engine - and it worked! The reason for this was, that I ported my main project from MonoGame 3.2 to MonoGame 3.5 and shortly after that to MonoGame 3.6. These are over 5.000 commits in the MonoGame Repo, which changed quite alot. It was necessary to exchange critical engine parts like my old lighting engine. I found Penumbra and began to work...

Currently I'm working on the integration of Penumbra into my main project. I will post my main project here as soon as I have my material ready for that ;)

from penumbra.

BlizzCrafter avatar BlizzCrafter commented on May 25, 2024 1

Title: PenumbraPhysics.Editor
Link: GitHub
Link: MonoGame Community

YouTube Video
Watch the video on YouTube by clicking on the image!

I'm currently working on an editor for my main project and decided to build up a small test environment in a Windows Forms project. The result is a compound of WindowsForms, MonoGame, FarseerPhysics and Penumbra and it shows the possibility of creating something like an editor inside a windows forms control using the above mentioned framework and (modified) libraries.

Quick overview about the changes I made in the PenumbraComponent.cs:

Original Modified Addition
Line19 Line23 GraphicsDeviceControl
Line31 Line36
Line100 Line137

This made it possible to draw Penumbra inside a WindowsForms control, so it's usable in an editor environment.

PS: I don't forgot to change my second placeholder here. The PenumbraPhysics.Editor is my third project using Penumbra. My second project is my main project. I will show something about it here soon.

from penumbra.

discosultan avatar discosultan commented on May 25, 2024 1

@sqrMin1 Really cool, good job with the editor and thanks for sharing!

from penumbra.

BlizzCrafter avatar BlizzCrafter commented on May 25, 2024 1

@ktastrophe Yes, your FB page is visible for me.

Don't wory I just subscribed to your YouTube channel. This is also fine 👍

from penumbra.

BlizzCrafter avatar BlizzCrafter commented on May 25, 2024

{ Placeholder for my second project }

from penumbra.

BlizzCrafter avatar BlizzCrafter commented on May 25, 2024

Thanks for sharing your project, it looks nice and interesting! :)

I remember seeing it somewhere. I believe I saw it on Twitter. Would be nice to also see your sequel here if you have something to show. Keep it up!

from penumbra.

BlizzCrafter avatar BlizzCrafter commented on May 25, 2024

@ktastrophe Do you have a twitter account? I'm not using Facebook, but I would love to follow your development progress.

And as @discosultan said: Best of luck to you! And nice to see that you are still on on it :)

from penumbra.

ktastrophe avatar ktastrophe commented on May 25, 2024

@ktastrophe Do you have a twitter account? I'm not using Facebook, but I would love to follow your development progress.

And as @discosultan said: Best of luck to you! And nice to see that you are still on on it :)

I don't put my updates on Twitter nearly as often as I should. Are you able to see the FB page at all? It's public. It's not my favourite platform, either, but it's kind of convenient for when I want to write a wordier post. 🎃

from penumbra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.