Hard Chip Demo
Playing now
3Sampling since 06:53 UTC
43%of peak
All-time peak
712 Sep 2026
Playing now
3Sampling since 06:53 UTC
All-time peak
712 Sep 2026
| Published | Title | Build |
|---|---|---|
| Quick Patch Notes v0.1.7.182 NEW Contextual shortcut tips wired across the editor to remind shortcuts (only shortcuts for the moment; will be completed by other contextual tips); · NEW Gameplay settings to hide the contextual shortcut tips and to reset the dismissed ones; · NEW tutorials use tailored shortcut tips list and all other stages use a default list of contextual shortcut tips; · TLS English keys for the two new g… | 25048532 | |
| Quick Patch Notes v0.1.7.181 MI Main menu background load the campaign levels before moving to it; · SX-DEV New campaign levels CampaignLevelRegistersChip added; · SX-DEV Introduced CampaignLevelAirlockPhase2Repair with scripts for terminal interactions and chip fabrication; · SX-DEV New draft for CampaignLevelOverhangingPlatform and CampaignLevelElevatorSas for new levels. · MI-DEV Tests for ChipMapsConstants to ensure co… | 24911014 | |
| Quick Patch Notes v0.1.7.180 SX Refactor campaign levels with the uniform CampaignLevelBase loading and lifecycle logic (areas, terminals and scripts) and cleanup. Groundwork to move overworld sections to come. · CX Starting Inputs/Outputs location fix Multiplexer 8to1; · MI Scheduling of new readouts on UI thread; · TLS Algo vs Arithmetic (big) typo; · SRV More logs to investigate the CORE_GHOST issues; · MI-DEV Overworld… | 24673654 | |
| Quick Patch Notes v0.1.7.179 FIX Levels no longer dispose the shared walking camera on teardown; ThreadDispatcher is shared and no longer per collision model; · FIX OffScreenImGuiManagerPool tracks free slots and grows on demand instead of counting by dictionary size; · MI Dev tools: ImGuiOneTimeButton and ImGuiLongRunningButton, TheGreatEscaper preloads the level it launches, component list in the debug overlay; · MI Comp… | 24543516 | |
| Quick Patch Notes v0.1.7.178 NEW boot clear block; · SIM Boot clear logic pulls down only during a power-up phase and then disconnects. This block is essential for specific latches or feedback-loop-based circuits, providing a signal to prime a loop; Used in specific latches to prime them; · SIM Old Puller block and logic permanently removed; · SIM refactoring and regression tests harness for validation (all stages); · MI U… | 24404834 | |
| Quick Patch Notes v0.1.7.177 FIX Crash on probe expanded view (missing localized string, antiregression tests added); · FIX crash on maximized probes; · FIX Tutorial video race condition crash on dispose; · TLS German coherence pass; · MI Overworld editor features, LoadMaps editor world shifts and save last selection, position sliders and mouse motion for it; Legends: NEW new element/feature, FIX bug/error fix, UX User eXp… | 24278454 | |
| Quick Patch Notes v0.1.7.176 TLS Coherent French wording pass; · TLS fix english mistakes; · TLS missing keys in all languages; · UX In report windows, globe icon link to the website rankings for that stage; allow reconnect when in offline mode; · FIX Another defensive fix for CTD; · FIX Tentative crash fix on corrupted blueprint files; · FIX Defensive code on 2 crash sites (Camera during level transition raced); · DEV Ble… | 24186691 | |
| Quick Patch Notes v0.1.7.174 NEW Duplicator now with source and target modes (clipboard, blueprint or die) · PERF Reducing GC pressure on simulation thread (5%ish); · CX-EXP ALU Register and General-purpose register; · CX-EXP ReadableDFlipFlop; · CX-EXP Safe Byte Register; · UX Floating Truth table fit columns width to its content size; · UX Truth table shows 0 1 on 0 1 alone even when integer formatting is asked; · MI Ove… | 24083685 | |
| Quick Patch Notes v0.1.7.173 CX-XPR WritableDFlipflop challenge test; · NEW Native crash handling + launcher (debug and crash handling purposes); · CX-EXP new CSE import/export CSV for truth tables; · CSE add Step button missing IDs, fix the step description modal, allow multibit output to be any; · FIX reconcile outputs and inputs with a challenge that has a different pinout than its save; · FIX crashing CSE while deletin… | 23837774 | |
| Quick Patch Notes v0.1.7.172 NEW Simple autocompletion in Terminals with Tab, ? as alias to help; · UX Visual feedback of Alt Delete and Ctrl Build mode; · CX Activate post rand phase on 8Bit Alu; · FIX hotfix probes crashing and probe mouse capture zone (some times whole screen); · MI Mediator thread safe unsubscribe during enumeration; Legends: NEW new element/feature, FIX bug/error fix, UX User eXperience, CX Challenge… | 23614301 | |
| Quick Patch Notes v0.1.7.170 CX Grades for XOR XOR3 XNOR XNOR3; · UX Subprocess notes flash once on tutos, to bring attention to it; · UX Build upward, avoid not building anything if the ghost was showing a block would be built; · UX Allow probe to be Alt+Click (deleted) even when clicking on one of its button; · FIX Removing enforced 1/0 constant blocks cleanup in Blueprints; · FIX Crash when undo/redo with probes coming… | 23486992 | |
| Quick Patch Notes v0.1.7.169 NEW Probe advanced view with graph for state over ticks; · NEW Auto clock mode: clock blocks switch when the circuit settles; · PERF Early exit for faster converging raymarch (AABB approach to avoid wasting rays out of bound); · PERF Stop pulling all keys state for UI (costly at high frame rates); · FIX white strips background during benchmarks; · FIX Backspace shortcut in Probe bottom menu (UI… | 23390104 | |
| Quick Patch Notes v0.1.7.168 PERF Nearly sub-voxel sdf domain exit logic for the raymarching render; PERF Mini optimization for the raymarching render; UX Changing the build upward experience with different hit boxes and strong arrow indication that you can go up (new attempt at making it smooth); UX Agent details icon and link rework more visible; FIX Comparer mode; FIX AA sample logic in settings; SRV Adding a global lea… | 23268019 | |
| Quick Patch Notes v0.1.7.167 NEW-EXP Player details linked to the webpage, and worldwide ranking; · NEW-EXP StageGlobalLeaderboards service for seeing stage global leaderboard from the website; · SRV Player details stats and numbers building logic; · MI CORS for Website leaderboard; · FIX Minmax in global stage leaderboard; · FIX hotfix crash for main game; Legends: NEW new element/feature, FIX bug/error fix, UX User eXper… | 23171154 | |
| Quick Patch Notes v0.1.7.166 HOTFIX Regression impossible to start a new game, thanks BLRplex for reporting this🙏🙏🙏 | — | |
| Quick Patch Notes v0.1.7.165 NEW Handy Clipboard image viewer to import schematics from outside HC (search OR NOR for example in your favorite search engine, image section); · NEW-EXP Subprocess overlay brings a little bit of context to each stage during the campaign. · UX Subprocess notes disappearing gracefully; · UX Remove the reset validation button; · UX doesn't show the schematic button if there is no schematic; · TL… | 23059611 | |
| Quick Patch Notes v0.1.7.164 UX Input/Output pin assignments follow a die Z extension; · UX hard to delete labels with Alt+LClick; · MI Key press logic updated for the new UI stack; · TLS Adding missing keys and russian reviewed update; · TLS Translation pass on newly added key from the localization repository; · TLS Adding hardcoded strings for localization (stages names and settings); · TLS Japanese terminals script form… | 22957823 | |
| Quick Patch Notes v0.1.7.161 NEW Fast Raymarching renderer (for a price in visual fidelity); · NEW-EXP UI scale settings (1x to 2.5x, but work still in progress!); · NEW-EXP Japanese localization (work in progress); · NEW-EXP Simplified Chinese Localization (work in progress); · PERF SDF distance-adaptive thresholding, far away pixels get less precision compared to the pixel size. · UX Input/Output shows colored lines to/f… | 22877593 | |
| Quick Patch Notes v0.1.7.160 NEW OpenCommunity v1 added to PastGauntlets screen; · UX Export button in the Library screen, in all lists, to facilitate sharing designs; · UX Stop removing input block when pasting blueprint; · UX/UI Revisited probe minimized state; · MI Cleaner volatile buffer for Indicator rebuilding (avoid soft crash of the indicator); · MI Theme tests; · FIX Tentative fix for ProbeManager and SceneRendere… | 22648845 | |
| Quick Patch notes v0.1.7.159 NEW Celadon theme unlockable when participating in the Gauntlet; · SRV Community stages api endpoints allow more control/feedback to creators. · MI Script no zip xprmtl; · FIX auto unstuck for Android arm64 test; · FIX Discarded players wrong best calculation (cause of normalization clamping); · FIX Debug value and action for Collision issue while in the overworld. Legends: NEW new element/feat… | 22549819 | |
| Quick Patch Notes v0.1.7.157 FIX Die Limits indicator potential CTD; · FIX Die limits when updating graphical settings live; · FIX Align indicators updating from background thread; · FIX Align indicators showing on high-quality preset in photo mode; · FIX tentative fix for CTD with BuildUpDottedIndicator; · SRV fix graphs missing values; · SRV Gauntlet exclusion player list and discarded leaderboards (I can play Gauntlet n… | 22403845 | |
| Quick Patch Notes v0.1.7.156 NEW MSAA 2x and 3x and SSAA 2x antialiasing, setup able in menu; · NEW Live graphical settings update in the Editor; · UX shader normal calculations, diminishing visual edge white artifacts and update dependencies · MI Photomode can activate a High Quality renderer preset for a nicer photo; · FIX and redo grid lines on the background shader; · FIX Import chip localisation crash; · SRV w1 hardco… | 22344896 | |
| Quick Patch Notes v0.1.7.154 CX XPRMTL Bit shifts can be completed now; · MI sampler adjustments in shader; · TLS typo in instructions modal; · UX Loading modal doesn't prevent escaping the stage; · FIX Orbital camera flipping at the top; · FIX crash when extends +x and +z and press P at the same time; · FIX mos center block reappearing bug; · FIX Camera shift with vertical taskbar in borderless; · SRV Validation working n… | 22244482 | |
| Quick Patch Notes v0.1.7.153 NEW Live unlock and distribution logic for gauntlet stages; · MI Current Gauntlet is retrieved from the online CommunityAPI (automation process of gauntlets); · FIX Cam rework grab mouse behavior when locked with direct call to native windows api; · FIX crash on alignment indicators; · FIX sim crash on large copy/paste/resize on large die (reset button is more aggressive too is correction is no… | — | |
| Quick patch notes v0.1.7.152 UX 4 updated schematics to the new style; · UX Left Click to rebind instead of right, Right click to clear out a bind; · FIX new Camera rework now works with multi screens setup; · FIX ZQSD is assignable for Azerty keyboard; · FIX Jerking camera movements, using another method to grad & hide cursor when looking around for editor and overworld cameras; | — |
| Date | Day | Time | Patch title | Build ID | Branch | Depots | Download Δ |
|---|---|---|---|---|---|---|---|
| 1 Sep 2026 | Tue | 01:42 | No patch notes · unannounced build | 25048537 | public | 1 | — |