Log In
bw
/
helianthus
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
833ed7
installation script
Authored and Committed by
bw
4 years ago
raw
patch
tree
parent
31 files changed.
158 lines added
.
71 lines removed
.
SConstruct
file modified
+1
-1
demo/.gitignore
file added
+2
demo/SConstruct
file added
+3
demo/data/sound/beep.ogg
data/sound/beep.ogg
file renamed
+0
-0
demo/data/sprite/breadball.png
data/sprite/breadball.png
file renamed
+0
-0
demo/data/sprite/bricks.png
data/sprite/bricks.png
file renamed
+0
-0
demo/src/SConstruct
file added
+26
demo/src/main.c
helianthus/main.c
file renamed
+1
-3
dev-build.sh
file added
+7
helianthus/SConstruct
file removed
-40
helianthus/helianthus.h
file removed
-12
src/SConstruct
file added
+94
src/animation.c
helianthus/animation.c
file renamed
+0
-0
src/array.c
helianthus/array.c
file renamed
+0
-0
src/collider.c
helianthus/collider.c
file renamed
+0
-0
src/common.c
helianthus/common.c
file renamed
+0
-0
src/common.h
helianthus/common.h
file renamed
+0
-0
src/drawing.c
helianthus/drawing.c
file renamed
+0
-0
src/drawing.h
helianthus/drawing.h
file renamed
+0
-0
src/group.c
helianthus/group.c
file renamed
+0
-0
src/group.h
helianthus/group.h
file renamed
+0
-0
src/helianthus.h
file added
+12
src/helianthus.pc.in
file added
+12
src/private.h
helianthus/private.h
file renamed
+0
-0
src/sound.c
helianthus/sound.c
file renamed
+0
-0
src/sprite.c
helianthus/sprite.c
file renamed
+0
-0
src/sprite.h
helianthus/sprite.h
file renamed
+0
-0
src/test.c
helianthus/test.c
file renamed
+0
-0
src/world.c
helianthus/world.c
file renamed
+0
-0
src/world.h
helianthus/world.h
file renamed
+0
-0
test/main.c
file removed
-15
installation script
SConstruct
file modified
+1
-1
demo/.gitignore
file added
+2
demo/SConstruct
file added
+3
demo/data/sound/beep.ogg
data/sound/beep.ogg
file renamed
file was renamed with no change to the file
demo/data/sprite/breadball.png
data/sprite/breadball.png
file renamed
file was renamed with no change to the file
demo/data/sprite/bricks.png
data/sprite/bricks.png
file renamed
file was renamed with no change to the file
demo/src/SConstruct
file added
+26
demo/src/main.c
helianthus/main.c
file renamed
+1
-3
dev-build.sh
file added
+7
helianthus/SConstruct
file removed
-40
helianthus/helianthus.h
file removed
-12
src/SConstruct
file added
+94
src/animation.c
helianthus/animation.c
file renamed
file was renamed with no change to the file
src/array.c
helianthus/array.c
file renamed
file was renamed with no change to the file
src/collider.c
helianthus/collider.c
file renamed
file was renamed with no change to the file
src/common.c
helianthus/common.c
file renamed
file was renamed with no change to the file
src/common.h
helianthus/common.h
file renamed
file was renamed with no change to the file
src/drawing.c
helianthus/drawing.c
file renamed
file was renamed with no change to the file
src/drawing.h
helianthus/drawing.h
file renamed
file was renamed with no change to the file
src/group.c
helianthus/group.c
file renamed
file was renamed with no change to the file
src/group.h
helianthus/group.h
file renamed
file was renamed with no change to the file
src/helianthus.h
file added
+12
src/helianthus.pc.in
file added
+12
src/private.h
helianthus/private.h
file renamed
file was renamed with no change to the file
src/sound.c
helianthus/sound.c
file renamed
file was renamed with no change to the file
src/sprite.c
helianthus/sprite.c
file renamed
file was renamed with no change to the file
src/sprite.h
helianthus/sprite.h
file renamed
file was renamed with no change to the file
src/test.c
helianthus/test.c
file renamed
file was renamed with no change to the file
src/world.c
helianthus/world.c
file renamed
file was renamed with no change to the file
src/world.h
helianthus/world.h
file renamed
file was renamed with no change to the file
test/main.c
file removed
-15