#soffitUnmoderated tagAll postsTrending CommunitiesSteemitCryptoAcademyNewcomers' Communityআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Steem POD TeamAVLE 일상Steem AllianceWORLD OF XPILARTron Fan ClubSCT.암호화폐.CryptoBeauty of CreativityExplore Communities...#soffitTrendingHotNewPayoutsMutedkarlcrankgbl (25)in #soffit • 2 years agoGoBright Lights - Permanent Christmas LightsAre you tired of spending hours untangling and hanging up Christmas lights every year? Let GoBright Lights take care…markgritter (59)in #soffit • 6 years agoWorst-case matching in SoffitTesting with Hypothesis turned up some matches in Soffit that took a long time to run. Some optimization of…markgritter (59)in #puzzle • 6 years agoPrototyping a math puzzle with SoffitCan you find a path in the following graph that sums to 100? When you follow a blue edge, you add the number, and…markgritter (59)in #programming • 6 years agoTesting Graph Rewritting with HypothesisI've continued work on Soffit , but more slowly in the past couple weeks. My focus had been getting better testing…markgritter (59)in #procjam • 6 years agoImplementing the example graph grammar from "Procedural Generation in Game Design"Dr. Joris Dormans wrote a chapter in "Procedural Generation in Game Design" (Tanya X. Short and Tarn Adams…markgritter (59)in #programming • 6 years agoOptimizing python-constraint with forward checkingFor Soffit I implemented a few Constraint objects with the python-constraint library . These objects…markgritter (59)in #procjam • 6 years ago1-d cellular automaton in a graph grammarThis is the first example I tried that really pushed my engine hard. It would be better broken up into multiple…markgritter (59)in #programming • 6 years agoControlling graph grammar expansion with a countdownLet's create a graph grammar with Soffit that generates a fixed-sized binary tree. How do we tell a graph…markgritter (59)in #procjam • 6 years agoA complicated Soffit exampleSuppose we want to create a graph grammar that makes rectangular grids. A first cut at it would be something…