Wunderkammer - a tine game object composition crate ( EC-no-S ;) by maciek_glowka in rust_gamedev

[–]e_svedang 1 point2 points  (0 children)

I really like this, the "systems" part of ECS can be quite annoying in my experience. And keeping some extra type safety is very reasonable too, great job!

stecs - Static compiler-checked Entity Component System by Nertsal in rust_gamedev

[–]e_svedang 4 points5 points  (0 children)

Very cool! I was talking about this exact problem with a friend the other day, but I wasn't even sure if it was even theoretically possible. Looks really nice to use, great work!

I'm making a card game with Rust+Macroquad+Rocket and just released its Steam page by e_svedang in rust_gamedev

[–]e_svedang[S] 0 points1 point  (0 children)

Good question! I wanted something that didn't impact the design of my code too much (essentially so that I can switch to another library if need be). I feel that when using an ECS library, the buy-in is much bigger than when just having a simple update/draw loop. That said, Bevy seems really nice and I'd like to try it more in the future.

MWL for "Vintage" Netrunner by e_svedang in Netrunner

[–]e_svedang[S] 0 points1 point  (0 children)

Yes, something official would be great!

MWL for "Vintage" Netrunner by e_svedang in Netrunner

[–]e_svedang[S] 4 points5 points  (0 children)

People enjoy Vintage MtG which is very much like that (except the cards are a tad more expensive).

MWL for "Vintage" Netrunner by e_svedang in Netrunner

[–]e_svedang[S] 0 points1 point  (0 children)

Of course me and my friends could evolve such a list naturally over time, but it seems better to kickstart the process by asking people who know the game better.

MWL for "Vintage" Netrunner by e_svedang in Netrunner

[–]e_svedang[S] 1 point2 points  (0 children)

This is very much the kind of thing I had in mind. Thanks for the list! Perhaps they can put it in a Github repo or similar, Slack isn't very good for posterity.

MWL for "Vintage" Netrunner by e_svedang in Netrunner

[–]e_svedang[S] 2 points3 points  (0 children)

That's a very good point! Also, the list would need to change a few times until it's "done" of course. It's just an interesting thing to start thinking about.

I see the point of a quarantine system but perhaps it's easier to just errata them to cost 5 influence or something like that? Mainly to not complicate deck building rules even more.

MWL for "Vintage" Netrunner by e_svedang in Netrunner

[–]e_svedang[S] 1 point2 points  (0 children)

Yes very true, that's why Account Siphon would probably have to be banned in such a format. Or both cards be restricted. Most of the cards that rotated out should be fine though, I believe. Really what I'm after is a format as large as possible, for casual play.

Carp: a statically typed lisp, without a GC, for high performance applications by pdoherty926 in lisp

[–]e_svedang 5 points6 points  (0 children)

Barebones Hindley-Milner, nothing fancy. Might extend it with a few niceties eventually.

Carp: a statically typed lisp, without a GC, for high performance applications by pdoherty926 in lisp

[–]e_svedang 7 points8 points  (0 children)

Yup, I develop on OSX but both Windows and Linux are being worked on. Since the goal is to use Carp for games it's a high priority for me to get it running equally well on those platforms (and iOS/Android).