examples: add some TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-06 14:21:31 -07:00 committed by Stephen Gutekanst
parent a7a6ecdd45
commit 883a9a7807
8 changed files with 11 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// TODO(important): docs // TODO(important): docs
// TODO(important): review all code in this file in-depth
const std = @import("std"); const std = @import("std");
const mach = @import("mach"); const mach = @import("mach");

View file

@ -1,3 +1,4 @@
// TODO(important): review all code in this file in-depth
const std = @import("std"); const std = @import("std");
const mach = @import("mach"); const mach = @import("mach");
const core = mach.core; const core = mach.core;

View file

@ -1,3 +1,4 @@
// TODO(important): review all code in this file in-depth
const mach = @import("mach"); const mach = @import("mach");
const gpu = mach.gpu; const gpu = mach.gpu;
const ecs = mach.ecs; const ecs = mach.ecs;

View file

@ -1,3 +1,5 @@
// TODO(important): review all code in this file in-depth
// Experimental ECS app example. Not yet ready for actual use. // Experimental ECS app example. Not yet ready for actual use.
const mach = @import("mach"); const mach = @import("mach");

View file

@ -1,3 +1,4 @@
// TODO(important): review all code in this file in-depth
const std = @import("std"); const std = @import("std");
const zigimg = @import("zigimg"); const zigimg = @import("zigimg");
const assets = @import("assets"); const assets = @import("assets");

View file

@ -1,3 +1,5 @@
// TODO(important): review all code in this file in-depth
// Experimental ECS app example. Not yet ready for actual use. // Experimental ECS app example. Not yet ready for actual use.
const mach = @import("mach"); const mach = @import("mach");

View file

@ -1,3 +1,4 @@
// TODO(important): review all code in this file in-depth
const std = @import("std"); const std = @import("std");
const zigimg = @import("zigimg"); const zigimg = @import("zigimg");
const assets = @import("assets"); const assets = @import("assets");

View file

@ -1,3 +1,5 @@
// TODO(important): review all code in this file in-depth
// Experimental ECS app example. Not yet ready for actual use. // Experimental ECS app example. Not yet ready for actual use.
const mach = @import("mach"); const mach = @import("mach");