Lucas CHOLLET
726fa41d4a
Mandelbrot: Modernize code by using the FileSystemAccessClient
...
This allows us to stop using raw `FILE*` and reintroduce `unveil` calls.
2023-12-31 10:12:50 +01:00
Tim Schumacher
ce2f1b845f
Everywhere: Mark dependencies of most targets as PRIVATE
...
Otherwise, we end up propagating those dependencies into targets that
link against that library, which creates unnecessary link-time
dependencies.
Also included are changes to readd now missing dependencies to tools
that actually need them.
2022-11-01 14:49:09 +00:00
pbrw
601de466cb
Mandelbrot: Use TRY() a lot more :^)
2021-11-25 08:49:31 +01:00
Gunnar Beutner
631d36fd98
Everywhere: Add component declarations
...
This adds component declarations so that users can select to not build
certain parts of the OS.
2021-06-17 11:03:51 +02:00
Gunnar Beutner
51db8085f8
Demos: Add Mandelbrot demo
...
This adds a very rudimentary Mandelbrot viewer. It supports zooming
and pretty much nothing else. Not even color smoothing or super
sampling.
2021-05-17 13:35:39 +02:00