Package julia_fractal

This commit is contained in:
Emery Hemingway
2019-02-22 16:30:46 +01:00
committed by Norman Feske
parent 6e1d2c6dc1
commit 36cce70728
7 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Creates a pretty animation by drawing successive julia set representations,
periodically varying a constant factor.
The program responds to mode changes. Hence, one can resize the Julia window.

View File

@@ -0,0 +1,4 @@
_/src/julia_fractal
_/src/libc
_/src/stdcxx
_/src/vfs

View File

@@ -0,0 +1 @@
2019-02-22 880cca35816636519a69a6e31534e375ac1f66fa

View File

@@ -0,0 +1,19 @@
<runtime ram="4M" caps="128" binary="julia_fractal">
<requires>
<nitpicker/>
<timer/>
</requires>
<content>
<rom label="julia_fractal"/>
<rom label="ld.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="stdcxx.lib.so"/>
<rom label="vfs.lib.so"/>
</content>
<config/>
</runtime>

View File

@@ -0,0 +1,2 @@
SRC_DIR = src/app/julia_fractal
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@@ -0,0 +1 @@
2019-02-22 e931a286490a8d140beed1a3bf053fc75b90bdd5

View File

@@ -0,0 +1,8 @@
base
framebuffer_session
input_session
libc
nitpicker_session
os
stdcxx
timer_session