Alexandre Rousseau
Alexandre Rousseau
Hi. I am unable to build any of the samples on macOS 10.15.7. ``` cd samples ; cargo run --bin logo ... CMake Error: The source directory "./raylib-rs/target/debug/build/raylib-sys-a48f350d7ec517f1/out/raylib" does not...
MacOS 10.13.4, Safari 11.1, Atom 1.44.0, atom-live-server-plus 3.0.1.
Étude 2-2 has a problem. It states: ``` In the REPL, type (require 'goog.dom :as dom) to access the code. ``` Doing that fails. Instead, what should be entered in...
On OSX, browser refresh shortcut (command-r) becomes non-functional once the hexi game loop (e.g., g.start()) is launched. Witnessed on OSX 10.11.5 with both Chrome 54+ and Firefox 49+.
... if possible. Thanks!
I am looking for some simpler way to create and manipulate image buffer pixels. Your crate seems perfect for the job. However, I would like to display said image buffer...
Feature request: do not comment generated output but do provide a -v (for verbose) flag in case comments are needed. Thanks (also for making sigil) Alex
Ran this: ``` python ../emscripten/tools/file_packager.py game.data --preload ../../@/ --js-output=game.js ``` Got this error: ``` Traceback (most recent call last): File "../emscripten/tools/file_packager.py", line 386, in curr = open(file_['srcpath'], 'rb').read() IOError: [Errno...
I need to handle map moveend events (with Kino.MapLibre) but am not sure how to proceed. Would this require forking/augmenting the project or is the functionality already built-in ?
Build attempt on OSX Ventura failed. ``` $ janet -v 1.34.0-meson $ jpm build ./project.janet:11:10: compile error: unknown symbol file/popen ```