Stress testing.
This commit is contained in:
parent
6af68994d8
commit
f714775091
|
@ -59,7 +59,7 @@ $Y_MAX := 1.12
|
|||
|
||||
// if you use the minibrot this should be at least 100 to actually see the minibrot,
|
||||
// if you use the mandelbrot it looks best under 30
|
||||
$MAX_MAX_ITERATION := 30
|
||||
$MAX_MAX_ITERATION := 10000
|
||||
|
||||
$USE_SUNSET := true
|
||||
|
||||
|
@ -79,7 +79,7 @@ example := fn(): void {
|
|||
window := @as(?sunset.Window, null)
|
||||
if USE_SUNSET {
|
||||
sunset.client.find_server()
|
||||
window = sunset.client.new(.(.(400, 240), .(400, 400), "Mandelbrot Set\0"))
|
||||
window = sunset.client.new(.(.(400, 140), .(400, 400), "Mandelbrot Set\0"))
|
||||
if window == null {
|
||||
log.error("got no window\0")
|
||||
return
|
||||
|
|
|
@ -28,8 +28,8 @@ path = "boot:///render_example.hbf"
|
|||
[boot.limine.ableos.modules.sunset_server]
|
||||
path = "boot:///sunset_server.hbf"
|
||||
|
||||
# [boot.limine.ableos.modules.ps2_mouse_driver]
|
||||
# path = "boot:///ps2_mouse_driver.hbf"
|
||||
[boot.limine.ableos.modules.ps2_mouse_driver]
|
||||
path = "boot:///ps2_mouse_driver.hbf"
|
||||
|
||||
# [boot.limine.ableos.modules.ps2_keyboard_driver]
|
||||
# path = "boot:///ps2_keyboard_driver.hbf"
|
||||
|
|
Loading…
Reference in a new issue