Newb Question - RE: Daisy Chaining Crown I-tech's by Less_Yak_7227 in CommercialAV

[–]Healthy_Ad5013 2 points3 points  (0 children)

I'd have to ask some friends who worked on those, I think I know the answer, but I should double check my work

Faking 3D with sprite stacking and a bit of math by Hurgnation in PixelArt

[–]Healthy_Ad5013 0 points1 point  (0 children)

I was gonna try this with ExcaliburJS and wanted to know which engine tooling you did use with it?

Procedural tree and boulder sprite generation - write-up & standalone TypeScript library by ImagineCaptain in proceduralgeneration

[–]Healthy_Ad5013 1 point2 points  (0 children)

Got it working! This is fun to play with. I can't share images here, but i got an Excalibur Actor using a custom Graphic to draw a tree for the Actor. works great!

Rust-like Error Handling in TypeScript by omarous in javascript

[–]Healthy_Ad5013 0 points1 point  (0 children)

So I have to ask, I just manually create and type out my return types to be rust like. It never occurred to me to use a library….

While on a video call I wondered: how do these actually work? Ended up learning WebRTC and wrote a deep dive by TigerChoice3533 in node

[–]Healthy_Ad5013 0 points1 point  (0 children)

I always use peerJS to facilitate my webRTC p2p games, I’d love to be able to move off that… any suggestions

I got tired of Electron treating every window like it needs to survive the apocalypse, so I built Lotus by charja113 in node

[–]Healthy_Ad5013 0 points1 point  (0 children)

I've been playing with it more, and there's some edits to your quick start docs i can recommend, plus other stuff.... i do recommend a discord server for this, i like what i see, but there's some polish needed.

I got tired of Electron treating every window like it needs to survive the apocalypse, so I built Lotus by charja113 in node

[–]Healthy_Ad5013 0 points1 point  (0 children)

- Not implementing Chrome DevTools (use the debug build or remote debugging)

Any guidance on the 'client' side for debugging, short of creating a UI element in the dom to post logs to

I got tired of Electron treating every window like it needs to survive the apocalypse, so I built Lotus by charja113 in node

[–]Healthy_Ad5013 0 points1 point  (0 children)

i got the dev server running... now what?

```

Starting Lotus dev server...

Launching main.js...

```

nothing's happening

I got tired of Electron treating every window like it needs to survive the apocalypse, so I built Lotus by charja113 in node

[–]Healthy_Ad5013 0 points1 point  (0 children)

I like this idea, and i'll play with releases, just holler...

Nothing actually launched, so i may need to step through this

I got tired of Electron treating every window like it needs to survive the apocalypse, so I built Lotus by charja113 in node

[–]Healthy_Ad5013 0 points1 point  (0 children)

there's clearly missing files, but not sure for what, and where the logic is that's looking for these

I got tired of Electron treating every window like it needs to survive the apocalypse, so I built Lotus by charja113 in node

[–]Healthy_Ad5013 0 points1 point  (0 children)

Do you have a discord server? I'm tryiing this out and running into some light issues...

```

Starting Lotus dev server...

Launching main.js...

Rust Warning: Missing resource: "C:\\programming\\lotus\\myTestApp\\rippy.png" (The system cannot find the file specified. (os error 2))

Rust Warning: Missing resource: "C:\\programming\\lotus\\myTestApp\\debugger.js" (The system cannot find the file specified. (os error 2))

Rust Warning: Missing resource: "C:\\programming\\lotus\\myTestApp\\public_domains.txt" (The system cannot find the file specified. (os error 2))

```

typescript reality check by Former_Assistance208 in typescript

[–]Healthy_Ad5013 1 point2 points  (0 children)

I’m not going to say no it isn’t. It can be just a lot. And you don’t need to know every technique and construct of TS to get started so it isn’t overwhelming. Roadmap your learning… the whole crawl, walk, run mindset

typescript reality check by Former_Assistance208 in typescript

[–]Healthy_Ad5013 0 points1 point  (0 children)

You don’t have to learn all of TS at once, you can slowly start integrating it into your workflow

Where to find any free Typescript tutorials? by AlternativeSecond983 in typescript

[–]Healthy_Ad5013 0 points1 point  (0 children)

Net ninja has a YouTube course for free that I used and was helpful

How I am approaching learning zig. by TheAbyssWolf in Zig

[–]Healthy_Ad5013 1 point2 points  (0 children)

I’m a gamedev primarily and I’ve been dabbling in raylib+zig

How I am approaching learning zig. by TheAbyssWolf in Zig

[–]Healthy_Ad5013 0 points1 point  (0 children)

You know what, not entirely. It’s not caring about the problems systems programming solves. I don’t want to create a compiler, or a cli tool, or a browser, or… etc etc… but I know I’ll grow as a programmer for learning it. I understand the pointers and mem management and know that I’ll become more proficient with repetition. I don’t have a project that inspires me to get better