Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe committed Jul 27, 2024
1 parent e862a36 commit 1ae36c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/jextract-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ if [[ $VYBE_EXTENSION == "dll" ]]; then
--use-system-load-library \
--library raylib \
--library vybe_raylib \
-D_WIN32=TRUE \
-DRAYMATH_IMPLEMENTATION=TRUE \
-DBUILD_LIBTYPE_SHARED=TRUE \
--output src-java \
Expand Down
2 changes: 0 additions & 2 deletions src/vybe/type.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
(vp/defcomp Model (org.vybe.raylib.VyModel/layout))
(vp/defcomp BoundingBox (org.vybe.raylib.BoundingBox/layout))

#'vr.c/matrix-scale

(vp/defcomp Shader (org.vybe.raylib.Shader/layout))
(defmethod vp/pmap-metadata Shader
[v]
Expand Down
8 changes: 8 additions & 0 deletions test/vybe/game_test.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(ns vybe.game-test
(:require
[clojure.test :refer [deftest testing is]]
vybe.game))

(deftest sanity-test
(testing "if we get here, it means all needed vars are loaded"
(is (= 0 0))))

0 comments on commit 1ae36c9

Please sign in to comment.