bacon's Avatar
bacon
Member since

Recent Activity

&zinc got individual doc pages working pretty nicely now! dynamically generating a toc from markdown (without additional annotation) and added in some nice styling for inline code and code blocks

View original message on Discord

&zinc finally getting around to building the site/documentation for my engine (using 11ty)

View original message on Discord

&zinc spent some time getting my coroutine system in a better place and added in the ability to pause/reset coroutines. also added in the ability to yield on tweens so you get a really nice api for doing tweened animation

View original message on Discord

not directly zinc related though somewhat zinc related, happy to share here a sort of handmade-flavored podcast I'm starting where I interview creators about how they do data management in their games. if you want to hear people talk about serialization, binary formats, level data management, etc. I highly recommend listening to the show!

for the first episode I got to talk with mobile game legend arnold rauers of tinytouchtales all about his game geo gods (and card crawl, etc.). hope you all give it a listen (and share it!)
https://www.gamedatapodcast.com/p/arnold-rauers-tinytouchtales-geo-gods-card-crawl-miracle-merchant-data-programming

View original message on Discord

&dinghy (renamed to zinc) finally stopped procrastinating and implemented a proper child/parent transfom system that can pass TRS down the "heirarchy"

View original message on Discord

working on a better api for associating components with entities in my own engine by leveraging c# source generators to backfill partial classes with component member accessor properties:

View original message on Discord

&dinghy reflecting object fields into bound imgui controls to live edit a particle system

View original message on Discord

ended up taking a lot longer than expected but i finally got dearimgui working and binding properly through sokol into a dll that is being consumed in c# and it's all working nicely! &dinghy

View original message on Discord

&dinghy got physics and particles in recently. particles aren't even special, each one is an entity with the ECS system and doesn't exhibit any slow down when spawning them.

View original message on Discord

&dinghy wrote up a big blog post on the general tech stack for dinghy and where the engine is currently at! https://afterschool.studio/p/2023

View original message on Discord

sokol + stb hooked up on the backend and all the code you need to do on the left is shown on the right

finally getting stuff worth showing for &dinghy - sokol + stb binding on the backend and wrapping it all up in a really simple 2D c# game framework (gif is choppy but you get the idea)

View original message on Discord

working with sokol + sokol_gp and properly binding it all to c# for a game framework I'm working on (big thanks to :batmartins: )

View original message on Discord