问题标签 [raylib]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - (Raylib) Cannot execute program in Notepad++. Exit code -1073741819
So I was running a C code in Notepad++ but it exited with the code: -1073741819. I don't know what this means and I cannot find any explanation online. Please tell me how to fix this problem.
Here is the full console log:
Here is the code since a lot of people asked (I watched a tutorial to set up the library and they run the exact same code but it didn't work.):
This is what happens when I run it on Explorer and CMD window:
c++ - 关于 Raylib 的问题 - 如何围绕 x 轴旋转玩家?
我有一个关于 Raylib 的问题。
我设法使用 Key_Down 移动我的播放器。
但是现在,我想通过使用 Key_Up、Key_Down、Key_Right 和 Key_Left 来改变我的播放器的方向。
我知道我需要围绕 X 轴移动我的播放器。我试着用
我已经尝试更改 DrawModelEx 函数的参数,我认为这不是一个好主意。
我听说我需要使用结构矩阵,但我不明白它是如何工作的。
谢谢您的回答
html - 如何从 raylib 构建 HTML
我是一名初学者程序员,我想知道如何从 raylib 构建 HTML。我尝试查看 GitHub https://github.com/raysan5/raylib/wiki/Working-for-Web-(HTML5)我无法理解。你能为我写一个简单的分步教程吗?请
android - 有人能告诉我为什么在为 android 编译 raylib 时出现此错误吗
所以,我正在用这个为android编译raylib,我正确地链接了所有的androidhome、jdk、ndk等(我认为),即使我使用模板项目,这个错误日志也会出现在终端中。
如果您需要任何其他信息,请告诉我
c++ - 使用 Class::staticclass.function() 时对 'Class::class' 的未定义引用;
当我自己使用静态成员时,所以:
它编译得很好,但是每当我使用该成员函数时,所以:
我收到以下错误:
我已经编写了涉及此错误的文件,但是我的所有代码都保留在:https ://github.com/averagedolphin/pong
主.cpp:
窗口.h:
窗口.cpp:
图形.h:
图形.cpp:
谢谢,
c - 为什么 IsKeyDown 总是返回 true?
我在大学 C 项目(第一个 sem)中工作,我们小组想要制作一个简单的乒乓球游戏,我们决定使用 raylib,因为它看起来很容易。但这是问题所在,在以下代码中:
IsKeyDown
无论我做什么,raylib的函数总是返回 true。即使我替换pad->Scheme.DownButton
为KEY_UP
或其他东西,它总是返回true并执行代码块,有什么解决方案吗?
完整的脚本是:
是pad
:-
makefile - Raylib Makefile 问题
我已经根据这个wiki 页面安装了 raylib。
我的项目文件夹如下所示:[this][1]