File tree 2 files changed +20
-0
lines changed
Filter options
2 files changed +20
-0
lines changed
Original file line number Diff line number Diff line change @@ -249,6 +249,26 @@ https://www.reddit.com/r/rust\_gamedev/comments/nx79kq/)_
249
249
250
250
## Tooling Updates
251
251
252
+ ### [ Sugarcubes]
253
+
254
+ ![ Sugarcubes Example] ( sugarcubes.png )
255
+
256
+ [ Sugarcubes] by [ @henryksloan ] is a tool for designing and testing automata.
257
+
258
+ Sugarcubes allows for easy creation of models used in the theory of computing.
259
+ It is designed to be a more intuitive and useful alternative to JFLAP,
260
+ the most popular tool for designing automata and formal languages.
261
+ It uses macroquad for the editor, and egui for the toolbars. Sugarcubes
262
+ currently features a fully functional finite automaton editor and simulator,
263
+ and many other models, editing features and simulations are planned.
264
+
265
+ You can check out a [ live WASM demo here] [ Sugarcubes ] ,
266
+ or the [ source code on Github] [ Sugarcubes source ] .
267
+
268
+ [ Sugarcubes ] : https://henryksloan.github.io/sugarcubes/
269
+ [ Sugarcubes source ] : https://github.com/henryksloan/sugarcubes
270
+ [ @henryksloan ] : https://github.com/henryksloan
271
+
252
272
## Library Updates
253
273
254
274
### [ backroll-rs] and [ GGRS]
You can’t perform that action at this time.
0 commit comments